Stephen Diadamo

Results 17 issues of Stephen Diadamo

Similar to the other QKD protocols that have been implemented already, implement a simulation of MDI-QKD: https://arxiv.org/abs/1109.1473

unitaryhack
unitaryhack-bounty

Currently the Network component has a single packet queue in which all Host packets arrive. They are processed in FIFO order. This may cause congestion if some parts of the...

unitaryhack
unitaryhack-bounty

Currently, the Host method `add_data_qubit` is named poorly. We should rename it to just `add_qubit`.

enhancement
unitaryhack
unitaryhack-bounty

A first generation quantum repeater uses entanglement swapping to establish quantum entanglement between two parties not directly connected. A second generation quantum repeater uses heralded quantum entanglement and error correction....

unitaryhack
unitaryhack-bounty

Implement a trusted node QKD network simulation with at least 1 trusted node.

unitaryhack
unitaryhack-bounty

Currently when one sets the error probability for an X or Z error in the Network, it is applied to each channel the same way. This should be a property...

enhancement
good first issue

In the QuTip backend, current the the `density_operator` method takes one qubit at a time. This prevents getting the density matrix of a joint system. This can be easily modified...

enhancement

**Describe the solution you'd like** If a host is in the network (i.e. already added), and the connections change (i.e. a connection is added or removed) it should reflect in...

enhancement

Adds the ability to "wait for n" qubits.

Adding get all message tests