cirq.DeviceMetadata

Parent type for all device specific metadata classes.

qubits Iterable of cirq.Qids that exist on the device.
nx_graph nx.Graph describing qubit connectivity on a device. Nodes represent qubits, directed edges indicate directional coupling, undirected edges indicate bi-directional coupling.

nx_graph Returns a nx.Graph where nodes are qubits and edges are couple-able qubits.
qubit_set Returns the set of qubits on the device.

Methods

__eq__

View source

__ne__

View source