Qkd Topo
- class sequence.topology.qkd_topo.QKDTopo(conf_file_name: str)
Class for generating QKD network
Class QKDTopo is the child of class Topology. QKD 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]