qcs_api_client.models.operation_site#

Module Contents#

Classes#

OperationSite

A site for an operation, with its site-dependent characteristics.

Attributes#

T

qcs_api_client.models.operation_site.T#
class qcs_api_client.models.operation_site.OperationSite#

A site for an operation, with its site-dependent characteristics.

characteristics#

The list of site-dependent characteristics of this operation.

Type

List[Characteristic]

node_ids#

The list of architecture node ids for the site. The order of these node ids obey the definition of node symmetry from the enclosing operation.

Type

List[int]

characteristics :List[qcs_api_client.models.characteristic.Characteristic]#
node_ids :List[int]#
to_dict(pick_by_predicate: Optional[Callable[[Any], bool]] = is_not_none) Dict[str, Any]#
classmethod from_dict(src_dict: Dict[str, Any]) T#