quisp
quisp copied to clipboard
Open source implementation of quantum internet simulation package
In the error tracking backend (tracking deviations from Phi+ state Bell pairs), we have a way to count how many erroneous Bell pairs we got when performing tomography. https://github.com/sfc-aqua/quisp/blob/79d417f7defe725ec84395e41d86067eb881cdd0/quisp/modules/QRSA/HardwareMonitor/HardwareMonitor.cc#L414-L424 Right...
Although we have a few test cases in `Gs_qubit_internal_graph_test.cc` that check properties of graph state manipulation such as adding edges, local complementation, measurements, and gate application. The current test cases...
**Is your feature request related to a problem? Please describe.** Currently, I'm developing a programming language called RuLa to generate a set of serialized RuleSets. I'd like to make it...
**Problem**: The current error model on two-qubit gates can be set independently at each qubit. This can be misleading and unrealistic. In real devices, the error rate of two-qubit operations...
**Increasing realism to the simulators**: Although most of the simulations we care about in QuISP currently don't really need the gate time. In the future, it might be necessary to...
In order to be confident that QuISP is performing correctly when the code base changes. We need a way to test memory error at the simulation level in addition to...
In order to be confident that QuISP is performing correctly when the code base changes. We need a way to test the quantum channel. Either by simulation or unit tests....
# Motivation In the early days, QuISP was made to only support link level Bell pair and to test purification protocols. In that sense the handling of purification by Hardware...
**As mentioned by @zigen some weeks ago** If we want the behaviour of QuISP at the hardware layer be closer to the real world, we should add qubit reset time/initialization...
Should be names, not numbers. Also, implementation is currently messy, and just tossed ad hoc into omnetpp.ini.