Ryosuke Satoh (cocori)

Results 26 issues of Ryosuke Satoh (cocori)

### Informations - **Qiskit Ignis version**: 0.4 (I found this bug in the current master branch) - **Python version**: 3.8.1 - **Operating system**: macOS ### What is the current behavior?...

bug

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

**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

**Is your feature request related to a problem? Please describe.** In the current implementation, I defined `rule_id` with unsigned long and random assigned variables, but it turns out we don't...

good first issue

# Updated Documents Updated documents of - BSA nodes - Connection Manager - Repeater --- This change is [](https://reviewable.io/reviews/sfc-aqua/quisp/309)

documentation

**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

**Is your feature request related to a problem? Please describe.** Related to #142 **Describe the solution you'd like** Need some more good performance analysis for scalability check. We may need,...