qvtsim
contains methods needed to recreate some of the simulations and analysis in arXiv:2110.14808 of the quantum volume test. Most methods are based around and compatible with qiskit
's internal quantum volume methods.
├── README.md
├── /notebooks <- Jupyter notebook examples
└── /qvtsim <- Python source code
The repository contains two example notebooks for running the simulations:
QVT large sample.ipynb
: runs the scalable and numerical simulations over a set of error magnitudes for a given error model and list of qubits. It also performs the confidence interval analysis and estimates the passing error magnitudes.QV fitter example.ipynb
: runs qiskit's standard QV experiment and analyzes with the QVFitter class but supplements with new functions to analyze the data and calculate the bootstrap confidence interval.