Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 924 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 924 Bytes

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.