Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ mittask.rst
measurement_reduction.rst
spam.rst
frame_randomisation.rst
postselection.rst
leakage_detection.rst
postselection.md
leakage_detection.md
coherent_pauli_checks.rst
clifford_noise_characterisation.rst
zero_noise_extrapolation.rst
Expand Down
10 changes: 7 additions & 3 deletions docs/leakage_detection.rst → docs/leakage_detection.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
qermit.leakage_detection
========================
---
file_format: mystnb
---

.. autofunction:: qermit.leakage_detection.leakage_detection.get_leakage_detection_mitres
# qermit.leakage_detection

```{eval-rst}
.. autofunction:: qermit.leakage_detection.leakage_detection.get_leakage_detection_mitres
```
9 changes: 7 additions & 2 deletions docs/postselection.rst → docs/postselection.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
qermit.postselection
====================
---
file_format: myst
---

# qermit.postselection

```{eval-rst}
.. autoclass:: qermit.postselection.postselect_manager.PostselectMgr
:members:

.. autofunction:: qermit.postselection.postselect_mitres.gen_postselect_mitres
```