quisp icon indicating copy to clipboard operation
quisp copied to clipboard

Open source implementation of quantum internet simulation package

Results 152 quisp issues
Sort by recently updated
recently updated
newest added

There is no reason for the simulation to take twice as long when you double the number of qubits in a QNIC. This is likely a design issue rather than...

bug
link

Right now, whenever you create a new function like Xpurify() that operates on qubits, you have to explicitly call ApplyMemoryError(). As of this writing, it isn't incorporated into entanglement swapping...

**Describe the bug** https://github.com/sfc-aqua/quisp/blob/b867daa806f3ecae72e866727764c6caf42502c5/quisp/networks/omnetpp.ini#L107 these values are rates. this must be fixed. and used it here https://github.com/sfc-aqua/quisp/blob/b867daa806f3ecae72e866727764c6caf42502c5/quisp/channels/QuantumChannel.cc#L112-L119 In StationaryQubit, gate errors are described as ratios and memory errors are described...

`HoMNotificationTimer` is a self message for HoM Controller module, to reduce creating new messages and lessen the chance of having undeleted messages (memory leak), self messages should be not be...

enhancement
node software

**Describe the bug** In some network configs, the number of tomographies still doesn't reach out the target count. The reason could be the limit of simulation time but need investigation...

bug
tomography

### Current Behaviour Currently, during the connection setup process. During the outbound pass, all the nodes reserve the QNIC for the connection but they don't keep track of anything. `ConnectionSetupRequest`...

connection
node software

Currently, when a connection setup request is rejected. It's just gone. We want initiator nodes to keep track of the connection it tries to establish. ### Feature to be added...

connection
muxing
traffic

Currently, everything relies on the fact that the participant nodes of RuleSet always pick the same order of entangled resources (currently only Bell pair) by their creation time. Since there...

enhancement
connection
node software

these names are misleading. it specifies the index. this should be `right/left_resource_index` https://github.com/sfc-aqua/quisp/blob/master/quisp/rules/actions/SwappingAction.h#L16 https://github.com/sfc-aqua/quisp/blob/master/quisp/rules/actions/SwappingAction.cc#L40

good first issue

Would be nice if some info about the active RuleSets showed up here. What about currently in-progress quantum resources? Is here the right place, or somewhere else? ![image (16)](https://user-images.githubusercontent.com/2833100/127121621-df7045bf-dcf6-4139-80ef-0d99c3949223.png)

enhancement
node software