A comprehensive catalog of quantum error mitigation (QEM) and quantum error suppression (QES) techniques, inspired by the Complexity Zoo and the Error Correction Zoo.
Motivated by Open Problem 1 in Cai et al., "Quantum Error Mitigation," Rev. Mod. Phys. (2023).
uv run main.pyThis starts a local server at http://localhost:8000 and opens it in your browser.
- Catalog (
index.html) — searchable, filterable listing of all techniques with LaTeX-rendered math - Graph View (
graph.html) — interactive force-directed graph showing technique relationships
- Add the BibTeX entry to
references.bib - Add the corresponding entry to
data/references.json - Add the technique to
data/techniques.json(includingrelatededges for the graph view)
data/techniques.json— all technique entries as structured datadata/references.json— reference metadata (mirrorsreferences.bib)references.bib— BibTeX source of truth for citationsindex.html/style.css/script.js— catalog frontendgraph.html/graph.js— graph view (D3.js)main.py— local static file server