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

Close #412 - - - This change is [](https://reviewable.io/reviews/sfc-aqua/quisp/415)

https://github.com/sfc-aqua/quisp/blob/2bb6776678bae6c00d35f67796f1e3fc3ee82872/quisp/rules/Active/actions/PurifyAction.cc#L60 The property called "entangled_with" at purification result is no longer used. We can remove this.

good first issue

**Is your feature request related to a problem? Please describe.** All actions should be composed of several atomic actions so that user can combine several actions into single set of...

**Is your feature request related to a problem? Please describe.** RuleSet creation has tightly coupled RuleSet generation process inside. That doesn't allow us to build flexible RuleSet. **Describe the solution...

enhancement
connection

This change is [](https://reviewable.io/reviews/sfc-aqua/quisp/407)

this PR allows us to write some part of code in Python. for example, [app.py](https://github.com/sfc-aqua/quisp/pull/395/files#diff-b8b3c3434d6d43edd47968e29ddbf21b5605fd1970a3ccc0ed59f2ce22215d39) [Application.cc](https://github.com/sfc-aqua/quisp/pull/395/files#diff-bb5b8298512d5162d1a25ac88a7af035cd8dd1e63c7dc3f4834563bf10cc2418) https://docs.google.com/presentation/d/1bitIm1IEAF7PCXzQ6yXNDrjX6g9Q4bHiwfUcyCp2GvI/edit#slide=id.p todo: - [ ] setup python for Linux This change is [](https://reviewable.io/reviews/sfc-aqua/quisp/395)

this PR connects Backend and StationaryQubit. the goal is that the Backend and StationaryQubit work together properly, so the IQubit class exposes several methods we don't want to expose (e.g....

**Describe the bug** https://github.com/sfc-aqua/quisp/blob/23bf4c549eade22d648c5cd883babf65b640f146/quisp/modules/QRSA/ConnectionManager/ConnectionManager.cc#L38-L46 In this code, the qnic address can only be sequential numbers from 0. This impl is causing some errors in test. **Expected behavior** Get qnic addresses...

bug

**Describe the bug** we can see lots of deprecated warnings from eigen. we might fix this by updating eigen. ``` In file included from /home/foobar/src/quisp/eigen/Eigen/Eigen:1: In file included from /home/foobar/src/quisp/eigen/Eigen/Dense:1:...

enhancement
good first issue
build

**Features to be requested:** Right now we only have two backends which are the Error basis model for state simulation and graph state backend for stabilizer simulation. We want to...

enhancement
physical