Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add NAPC examples to docs #173

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
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
Loading