quisp
quisp copied to clipboard
Open source implementation of quantum internet simulation package
As can be seen below, we use enum and string which uses abbreviations to refer to each purification protocol. https://github.com/sfc-aqua/quisp/blob/3166d7e578af1267a5391ad9a7253530d12f3b40/quisp/rules/Action.h#L14-L42 If you are familiar with QuISP that, you would probably...
This code adds satellite links to QuISP. More information can be found in `quisp/modules/Satellite/README.md`. The Free-Space links work by parsing CSV files that contain distance of the satellite and atmospheric...
https://aqua.sfc.wide.ad.jp/quisp-online/0.2.1/ is displaying: ``` Application exit (RangeError: Maximum call stack size exceeded) ```
This change is [](https://reviewable.io/reviews/sfc-aqua/quisp/535)
**Is your feature request related to a problem? Please describe.** Currently, `LinkTomographyRequest`, `LinkTomographyResult`, ... are used even in end-to-end tomography. Contents should be the same but naming is confusing. **Describe...
**Is your feature request related to a problem? Please describe.** Currently, the hardware monitor contains a number of lines of tomography calculation code and it's hard to grasp what's happening...
**Objective:** The RuleSet Runtime is a powerful component in QuISP which enables us to realize the RuleSet-based protocols. In order to make full use of Runtime, there are various instructions...
Related to #33 #97 **Is your feature request related to a problem? Please describe.** Only two end nodes for each connection can detect the end of RuleSet execution, which will...
**Is your feature request related to a problem? Please describe.** Not the research problems themselves, but I think using quantum teleportation is useful for protocol evaluation. I am planning to...
This is the test result. Shows successfully passed all test cases. This PR is regarding Issue #476 `[----------] Global test environment tear-down [==========] 183 tests from 31 test suites ran....