Masato Fukushima

Results 7 issues of Masato Fukushima

**Describe the feature you'd like** Graphix currently supports Python 3.8 through 3.11. Python 3.12 was released last October, so It would be beneficial to support 3.12. **Additional context** I would...

new feature

Before submitting, please check the following: - Make sure you have tests for the new code and that test passes (run `tox`) - format added code by `black -l 120...

**Is your feature request related to a problem? Please describe.** The state vector simulator for MBQC inherently exhibits slower performance compared to that for quantum circuits, primarily attributed to two...

new feature
simulation backend
performance

**Describe the bug** The partial trace of a state vector is generally expected to return a density matrix, but `Statevec.ptrace` currently returns a state vector. This is an incorrect operation...

bug

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Graphix does not guarantee the runnability and deterministic properties of...

new feature

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Currently, each simulator backend depends on the pattern class, but...

new feature

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Graphix now treats all the gates equally and doesn't have...

new feature