qcs_api_client.models.node#

Module Contents#

Classes#

Node

A logical node in the quantum processor's architecture.

Attributes#

T

qcs_api_client.models.node.T#
class qcs_api_client.models.node.Node#

A logical node in the quantum processor’s architecture.

The existence of a node in the ISA Architecture does not necessarily mean that a given 1Q operation will be available on the node. This information is conveyed by the presence of the specific node_id in instances of Instruction.

Attributes:
node_id (int): An integer id assigned to the computational node. The ids may not be contiguous and will be

assigned based on the architecture family.

node_id :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#