https://github.com/cqcl/random-circuit-sampling
https://github.com/cqcl/random-circuit-sampling
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cqcl/random-circuit-sampling
- Owner: CQCL
- Created: 2023-05-11T15:28:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T01:23:00.000Z (about 2 years ago)
- Last Synced: 2025-10-20T07:55:11.276Z (8 months ago)
- Language: OpenQASM
- Size: 54.7 MB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random circuit sampling on H2
==============================
Project Organization
------------
├── amplitudes <- Ideal amplitudes of the measured bit strings in /results, computed by
statevector simulation.
├── analysis <- Contains functions required to parse results and produce plots contained in
arXiv:2406.02501.
├── circuits <- OpenQASM files for circuits executed on H2. Circuits at N=56 and various depths are contained in
/N56_depths. Circuits at depth-12 for various N are contained in /N_scan_depth12. Circuits at
N=40 and various depths are contained in /N40_verification. Folders are labeled according to
whether corresponding circuits are part of an RCS experiment (XEB), mirror-benchmarking experiment
(MB), or transport 1Q RB experiment (Transport_1QRB). Circuit instances are labeled by qubit
number N, depth d, and instance number r. This labeling convention also applies to all files
contained in /amplitudes and /results.
├── results <- Measured bit strings and ideal bit strings (if applicable) for all circuits
executed on H2. Endianness of bit strings matches pytket convention.
└── system_benchmarking <- Results and analysis for component benchmarks.
------------
© 2024 by Quantinuum. All Rights Reserved.