Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 533 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 533 Bytes

qre - quantum resource estimator

Pre-requisites

Usage:

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:

cd src
cat file.json | ./staq_qre.py -c config_fast.json

To read the JSON directly (without stdin redirection):

cd src
./staq_qre.py -c config_fast.json -f file.json

For help

cd src
./staq_qre.py -h