.gitignore
LICENSE
MANIFEST.in
README.md
_version.py
requirements.txt
setup.py
.github/workflows/build_and_test.yml
docs/.buildinfo
docs/.nojekyll
docs/clifford_noise_characterisation.html
docs/frame_randomisation.html
docs/genindex.html
docs/index.html
docs/measurement_reduction.html
docs/mitex.html
docs/mitres.html
docs/mittask.html
docs/objects.inv
docs/probabilistic_error_cancellation.html
docs/search.html
docs/searchindex.js
docs/spam.html
docs/taskgraph.html
docs/utils.html
docs/zero_noise_extrapolation.html
docs/.doctrees/clifford_noise_characterisation.doctree
docs/.doctrees/environment.pickle
docs/.doctrees/frame_randomisation.doctree
docs/.doctrees/index.doctree
docs/.doctrees/measurement_reduction.doctree
docs/.doctrees/mitex.doctree
docs/.doctrees/mitres.doctree
docs/.doctrees/mittask.doctree
docs/.doctrees/probabilistic_error_cancellation.doctree
docs/.doctrees/spam.doctree
docs/.doctrees/taskgraph.doctree
docs/.doctrees/utils.doctree
docs/.doctrees/zero_noise_extrapolation.doctree
docs/_images/CQCLogo.png
docs/_images/mitresgraph.png
docs/_sources/clifford_noise_characterisation.rst.txt
docs/_sources/frame_randomisation.rst.txt
docs/_sources/index.rst.txt
docs/_sources/measurement_reduction.rst.txt
docs/_sources/mitex.rst.txt
docs/_sources/mitres.rst.txt
docs/_sources/mittask.rst.txt
docs/_sources/probabilistic_error_cancellation.rst.txt
docs/_sources/spam.rst.txt
docs/_sources/taskgraph.rst.txt
docs/_sources/utils.rst.txt
docs/_sources/zero_noise_extrapolation.rst.txt
docs/_static/basic.css
docs/_static/doctools.js
docs/_static/documentation_options.js
docs/_static/file.png
docs/_static/jquery-3.5.1.js
docs/_static/jquery.js
docs/_static/language_data.js
docs/_static/minus.png
docs/_static/plus.png
docs/_static/pygments.css
docs/_static/searchtools.js
docs/_static/underscore-1.13.1.js
docs/_static/underscore.js
docs/_static/css/badge_only.css
docs/_static/css/theme.css
docs/_static/css/fonts/Roboto-Slab-Bold.woff
docs/_static/css/fonts/Roboto-Slab-Bold.woff2
docs/_static/css/fonts/Roboto-Slab-Regular.woff
docs/_static/css/fonts/Roboto-Slab-Regular.woff2
docs/_static/css/fonts/fontawesome-webfont.eot
docs/_static/css/fonts/fontawesome-webfont.svg
docs/_static/css/fonts/fontawesome-webfont.ttf
docs/_static/css/fonts/fontawesome-webfont.woff
docs/_static/css/fonts/fontawesome-webfont.woff2
docs/_static/css/fonts/lato-bold-italic.woff
docs/_static/css/fonts/lato-bold-italic.woff2
docs/_static/css/fonts/lato-bold.woff
docs/_static/css/fonts/lato-bold.woff2
docs/_static/css/fonts/lato-normal-italic.woff
docs/_static/css/fonts/lato-normal-italic.woff2
docs/_static/css/fonts/lato-normal.woff
docs/_static/css/fonts/lato-normal.woff2
docs/_static/js/badge_only.js
docs/_static/js/html5shiv-printshiv.min.js
docs/_static/js/html5shiv.min.js
docs/_static/js/theme.js
docs_src/CQCLogo.png
docs_src/Makefile
docs_src/build_docs.sh
docs_src/clifford_noise_characterisation.rst
docs_src/conf.py
docs_src/frame_randomisation.rst
docs_src/index.rst
docs_src/measurement_reduction.rst
docs_src/mitex.rst
docs_src/mitres.rst
docs_src/mitresgraph.png
docs_src/mittask.rst
docs_src/probabilistic_error_cancellation.rst
docs_src/requirements.txt
docs_src/spam.rst
docs_src/taskgraph.rst
docs_src/utils.rst
docs_src/zero_noise_extrapolation.rst
manual/PEC_taskgraph.png
manual/addnwiresdiagram.png
manual/ancilla_mitex_taskgraph.png
manual/appendtaskgraphimage.png
manual/basic_uc_spam_taskgraph.png
manual/build_manual.sh
manual/cdr_taskgraph.png
manual/combined_mitex_final_taskgraph.png
manual/combined_mitex_taskgraph.png
manual/compile_mitres_gen.png
manual/conf.py
manual/dfsc_taskgraph.png
manual/discard_mitres_taskgraph.png
manual/frame_randomisation_taskgraph.png
manual/index-rst-template
manual/manual_intro.rst
manual/manual_mitex.rst
manual/manual_mitres.rst
manual/mitex_taskgraph.png
manual/mitres_compile_circs.png
manual/mitresgraph.png
manual/prependtaskgraphimage.png
manual/spam_mitres_decompose_taskgraph.png
manual/taskgraphdecomposenodes.png
manual/taskgraphparallel.png
manual/taskgraphtomitresimage.png
manual/ufr_spam_taskgraph.png
manual/zne_taskgraph.png
qermit/__init__.py
qermit.egg-info/PKG-INFO
qermit.egg-info/SOURCES.txt
qermit.egg-info/dependency_links.txt
qermit.egg-info/not-zip-safe
qermit.egg-info/requires.txt
qermit.egg-info/top_level.txt
qermit/clifford_noise_characterisation/__init__.py
qermit/clifford_noise_characterisation/ccl.py
qermit/clifford_noise_characterisation/cdr_post.py
qermit/clifford_noise_characterisation/dfsc.py
qermit/frame_randomisation/__init__.py
qermit/frame_randomisation/frame_randomisation.py
qermit/probabilistic_error_cancellation/__init__.py
qermit/probabilistic_error_cancellation/cliff_circuit_gen.py
qermit/probabilistic_error_cancellation/pec_learning_based.py
qermit/spam/__init__.py
qermit/spam/full_spam_correction.py
qermit/spam/full_transition_tomography.py
qermit/spam/spam_mitres.py
qermit/taskgraph/__init__.py
qermit/taskgraph/graphviz.py
qermit/taskgraph/measurement_reduction.py
qermit/taskgraph/mitex.py
qermit/taskgraph/mitres.py
qermit/taskgraph/mittask.py
qermit/taskgraph/task_graph.py
qermit/taskgraph/utils.py
qermit/zero_noise_extrapolation/__init__.py
qermit/zero_noise_extrapolation/zne.py
tests/ccl_test.py
tests/cdr_test.py
tests/dfsc_test.py
tests/frame_randomisation_test.py
tests/full_spam_test.py
tests/measurement_reduction_test.py
tests/mitex_test.py
tests/mitres_test.py
tests/pec_test.py
tests/spam_methods_test.py
tests/taskgraph_test.py
tests/test_requirements.txt
tests/tomography_test.py
tests/utils_test.py
tests/zne_test.py