QuNetSim icon indicating copy to clipboard operation
QuNetSim copied to clipboard

A quantum network simulation framework.

Results 26 QuNetSim issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Hi. I'm trying to implement a network in which one node is listening to multiple neighbors. My current implementation makes multiple calls to "get_next_classical", but I encountered...

bug

Hi. I'm trying to implement a simple network with QuNetSim, but I'm having trouble with the function "get_classical". I want my nodes to listen to incoming messages, but "get_classical" requires...

enhancement

**Describe the bug** When measuring a qubit non-destructively that is part of a GHZ that the thread process has distributed, it causes the thread in question to behave erratically on...

bug

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

Bumps [nbconvert](https://github.com/jupyter/nbconvert) from 5.6.1 to 6.5.1. Release notes Sourced from nbconvert's releases. Release 6.5.1 No release notes provided. 6.5.0 What's Changed Drop dependency on testpath. by @​anntzer in jupyter/nbconvert#1723 Adopt...

dependencies

Bumps [mistune](https://github.com/lepture/mistune) from 0.8.4 to 2.0.3. Release notes Sourced from mistune's releases. Version 2.0.2 Fix escape_url via lepture/mistune#295 Version 2.0.1 Fix XSS for image link syntax. Version 2.0.0 First release...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.21.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

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