https://github.com/softwareqinc/qre
Quantum resource estimator
https://github.com/softwareqinc/qre
Last synced: 3 months ago
JSON representation
Quantum resource estimator
- Host: GitHub
- URL: https://github.com/softwareqinc/qre
- Owner: softwareQinc
- License: mit
- Created: 2022-11-30T01:32:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T11:17:20.000Z (over 2 years ago)
- Last Synced: 2025-03-01T13:27:43.106Z (over 1 year ago)
- Language: OpenQASM
- Size: 301 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qre - quantum resource estimator
### Pre-requisites
- Python 3
- staq (https://github.com/softwareqinc/staq)
### Usage:
``` bash
cd src
cat file.qasm | staq_lattice_surgery | ./staq_qre.py -c config_compact.json
```
Or, for a given JSON file already produced by `staq_lattice_surgery`:
``` bash
cd src
cat file.json | ./staq_qre.py -c config_fast.json
```
To read the JSON directly (without stdin redirection):
``` bash
cd src
./staq_qre.py -c config_fast.json -f file.json
```
For help
``` bash
cd src
./staq_qre.py -h
```