Simulator of QUantum Network Communication (SeQUeNCe) is an open-source tool that allows modeling of quantum networks including photonic network components, control protocols, and applications.
Recently I tried SeQUeNCe mainly via reading the tutorial and coding the examples myself. I found a couple of minor issues and fixed them in this pull request.
In tutorial/chapter3/example1.py, add the import for class Message and ignore the classical channel connecting a node to the same node itself, which does not make sense
In tutorial/chapter3/example3.py, also ignore the classical channel from a node to itself
In entanglement_management/swapping.py, fix minor comment issue in EntanglementSwappingB
Note:
For 1) and 2), I only fixed the example.py code in the tutorial but didn't update the tutorial's text.
Apart from this pull request, I also created some issues for slightly larger problems.
Hi SeQUeNCe team,
Recently I tried SeQUeNCe mainly via reading the tutorial and coding the examples myself. I found a couple of minor issues and fixed them in this pull request.
Note: For 1) and 2), I only fixed the example.py code in the tutorial but didn't update the tutorial's text. Apart from this pull request, I also created some issues for slightly larger problems.
Thank you for your time, Caitao