diff --git a/docs/coherent_pauli_checks.rst b/docs/coherent_pauli_checks.rst index 39102b0c..396e6e01 100644 --- a/docs/coherent_pauli_checks.rst +++ b/docs/coherent_pauli_checks.rst @@ -10,4 +10,6 @@ qermit.coherent_pauli_checks .. autoclass:: qermit.coherent_pauli_checks.pauli_sampler.RandomPauliSampler :members: - :show-inheritance: \ No newline at end of file + :show-inheritance: + +.. autofunction:: qermit.coherent_pauli_checks.coherent_pauli_checks_mitres.gen_coherent_pauli_check_mitres \ No newline at end of file diff --git a/qermit/coherent_pauli_checks/coherent_pauli_checks_mitres.py b/qermit/coherent_pauli_checks/coherent_pauli_checks_mitres.py index b87b2456..8aaaa25a 100644 --- a/qermit/coherent_pauli_checks/coherent_pauli_checks_mitres.py +++ b/qermit/coherent_pauli_checks/coherent_pauli_checks_mitres.py @@ -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)