This repository contains the quantum volume data collected by Quantinuum.
├── README.md
├── /data <- Quantum volume data
├── /notebooks <- Jupyter notebook examples for accessing the data
└── /qtm_qv <- Python source code
Install this repository in your local python environment by navigating to this folder and running pip install .
. This will install a package called qtm_qv
.
Examples for accessing the data are found in the notebook Load Experimental Data.ipynb