Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chibikuri/quantumcircuitanalyzer
Analyzing methods for quantum circuit (fidelity, errors, depth, etc...) based on qiskit
https://github.com/chibikuri/quantumcircuitanalyzer
qiskit quantum-computing
Last synced: about 16 hours ago
JSON representation
Analyzing methods for quantum circuit (fidelity, errors, depth, etc...) based on qiskit
- Host: GitHub
- URL: https://github.com/chibikuri/quantumcircuitanalyzer
- Owner: Chibikuri
- Created: 2020-01-05T10:33:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T10:56:18.000Z (about 2 years ago)
- Last Synced: 2023-03-04T11:08:15.592Z (almost 2 years ago)
- Topics: qiskit, quantum-computing
- Language: Python
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuantumCircuitAnalyzer
Analyzing quantum circuit (fidelity, errors, depth, etc...) under the noisy situation based on qiskit
## Wrapping qiskit
Wrapping qiskit to use circuit analyzer easily.
## How to use