Skip to content

softwareQinc/qre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published