Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.19 KB

File metadata and controls

38 lines (30 loc) · 1.19 KB

Fidelity-Guaranteed Entanglement Routing in Quantum Networks

This repository provides the open-source implementation related to the research paper "Fidelity-Guaranteed Entanglement Routing in Quantum Networks".

How to run

  1. python .\QLEAP.py
  2. python .\QPATH.py

Details

  • QLEAP.py

    Implementation of the Q-LEAP.

  • QPATH.py

    Implementation of the Q-PATH.

  • topo.py

    Topology, Node and quanchannel class used in Q-LEAP and Q-PATH.

Requirements

  • python3
  • SimQN

Note and Citation

  • Please refer to the publication "Li J, Wang M, Xue K, et al. Fidelity-guaranteed entanglement routing in quantum networks[J]. IEEE Transactions on Communications, 2022, 70(10): 6748-6763." Link
  • Please add the following citation in your work if you use our open-source code.
@article{li2022fidelity,
  title={Fidelity-guaranteed entanglement routing in quantum networks},
  author={Li, Jian and Wang, Mingjun and Xue, Kaiping and Li, Ruidong and Yu, Nenghai and Sun, Qibin and Lu, Jun},
  journal={IEEE Transactions on Communications},
  volume={70},
  number={10},
  pages={6748--6763},
  year={2022},
  publisher={IEEE}
}