cgexplore.scram.ConfiguredCode¶
- class cgexplore.scram.ConfiguredCode(topology_code, configuration)[source]¶
Bases:
objectNaming convention for topology codes with configurations.
- Parameters:
topology_code (TopologyCode) – The graph connecting the nodes.
configuration (Configuration) – The symmetry, or arrangement of different nodes on the graph.
Methods
Convert TopologyCode and Configuration to rx graph.
Check if two configured codes are isomorphic.
Attributes
- configuration: Configuration¶
- topology_code: TopologyCode¶