cirq.NamedTopology

A topology (graph) with a name.

"Named topologies" provide a mapping from a simple dataclass to a unique graph for categories of relevant topologies. Relevant topologies may be hardware dependant, but common topologies are linear (1D) and rectangular grid topologies.

name A name that uniquely identifies this topology.
n_nodes The number of nodes in the topology.
graph A networkx graph representation of the topology.

graph Instance of NotImplementedType
n_nodes Instance of NotImplementedType
name Instance of NotImplementedType