Router Net Topo
- class sequence.topology.router_net_topo.RouterNetTopo(conf_file_name: str)
Class for generating quantum communication network with quantum routers
Class RouterNetTopo is the child of class Topology. Quantum routers, BSM nodes, quantum channels, classical channels and timeline for simulation could be generated by using this class.
- qchannels
list of quantum channel objects in network.
- Type:
list[QuantumChannel]
- cchannels
list of classical channel objects in network.
- Type:
list[ClassicalChannel]