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: 3 additions & 1 deletion docs/coherent_pauli_checks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ qermit.coherent_pauli_checks

.. autoclass:: qermit.coherent_pauli_checks.pauli_sampler.RandomPauliSampler
:members:
:show-inheritance:
:show-inheritance:

.. autofunction:: qermit.coherent_pauli_checks.coherent_pauli_checks_mitres.gen_coherent_pauli_check_mitres
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def gen_coherent_pauli_check_mitres(
:param backend: Backend to perform perform experiment with.
:param pauli_sampler: Sampler to use to apply Pauli checks.
:return: MitRes performing mitigation through
Coherent Pauli Checks.
Coherent Pauli Checks.
"""
_mitres = MitRes(backend, _label="PostselectionMitRes")
_taskgraph = TaskGraph().from_TaskGraph(_mitres)
Expand Down