SeQUeNCe
SeQUeNCe copied to clipboard
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.
Hi, I'm having a memory problem, I'm simulating the BB84 + Cascade protocol on various pairs of QKD nodes. I start a simulation of 1 second and the various couples...
Hi SeQUeNCe team, I tried [tutorial/chapter3/example2.py](https://github.com/sequence-toolbox/SeQUeNCe/blob/master/docs/source/tutorial/chapter3/example2.py) about entanglement purification BBPSSW protocol. The outcome of the program is **very confusing** to me and doesn't seem correct. What is wrong is that...
Hi SeQUeNCe team, I have been playing around with SeQUeNCe recently and found a minor issue, located at this link: https://github.com/sequence-toolbox/SeQUeNCe/blob/b7cc48da8ec00106cc68aa11ecf5e09c9e54d768/src/entanglement_management/swapping.py#L129C52-L129C60 The function EntanglementSwappingA.set_others() has an argument **_memories_**, but it...
hello, I'm trying to implement synchronise two discrete events scheduled. I want event2 to be run only when event1 has been executed. I'm attaching the snippet of the code where...
Hello, When trying to run the Test project in SeQUeNCe GUI I get an error. Steps to reproduce: - Start flask app through terminal as per documentation - While in...
* Update README file to list MPI as the prerequisite and attach command for installation * Update make file to check MPI installation before install library
Current implementation of hardware on nodes is hard-coded and sometimes hard to understand. Additionally, most elements have no unified structure. The structure of hardware elements, nodes, and some related protocols...
Add more advanced model to the beamsplitter for coherence measurement, along with fiber stretcher phase adder. - [ ] Modify beamsplitter for absorptive memory encoding - [x] Add fiber stretcher...
- [x] Complete Issue #91 (at least up to documentation) - [x] Integrate absorptive quantum memory from branch q_memory - [x] Ensure density matrix formalism can run all experiment requirements...
For example 2 of tutorial chapter 3, the result of purification does not appear to change on the hardware_standard branch. Tweaks to the code for BBPSSW, memory, tutorial, etc. may...