Skip to content

RustyBamboo/qc-err-mitig

Repository files navigation


Tutorial on Quantum Noise Characterization and Mitigation

To view the rendered tutorial, please click the link above.

Running Locally

git clone --depth 1 https://github.com/RustyBamboo/qc-err-mitig
cd qc-err-mitig

Create a conda environment

conda env create -f environment.yml

Ensure jupyter server has jupytext extension loaded:

jupyter serverextension enable jupytext

Then run the jupyter notebook:

jupyter notebook

If you don't want to use conda, then you can run everything directly via your own installation of jupyter notebook and jupytext extension.