Compile
gcc -O3 -flto -I src src/*.c -o ./telesabreRun:
./telesabre configs/default.json devices/<device>.json circuits/<circuit>.qasmRun:
cd legacy
python main.py --qasm path_to_qasm --architecture aYou can add your architecture in architecture.py. Some grid architectures are already available.
After putting report.json generated by telesabre in viewer/ run:
python -m http.server --bind localhost --directory viewerThen visit http://localhost:8080.