From 043b18bd2cbd53cb2f941eff874517e9e13168e0 Mon Sep 17 00:00:00 2001 From: Amir Ebrahimi Date: Mon, 24 Jun 2024 10:03:15 -0700 Subject: [PATCH] Apply docfix in the correct location --- doc/python_api_reference_vDev.md | 5 ++--- src/stim/stabilizers/tableau.pybind.cc | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/python_api_reference_vDev.md b/doc/python_api_reference_vDev.md index 91a5c52f..eb995c9a 100644 --- a/doc/python_api_reference_vDev.md +++ b/doc/python_api_reference_vDev.md @@ -10077,9 +10077,8 @@ def __call__( ) -> stim.PauliString: """Returns the conjugation of a PauliString by the Tableau's Clifford operation. - The conjugation of P by C is equal to C**-1 * P * C (circuit order where C**-1 - is applied first). If P is a Pauli product before C, then P2 = C**-1 * P * C is - an equivalent Pauli product after C. + The conjugation of P by C is equal to C**-1 * P * C. If P is a Pauli product + before C, then P2 = C**-1 * P * C is an equivalent Pauli product after C. Args: pauli_string: The pauli string to conjugate. diff --git a/src/stim/stabilizers/tableau.pybind.cc b/src/stim/stabilizers/tableau.pybind.cc index 7e9a3ba9..d54ef842 100644 --- a/src/stim/stabilizers/tableau.pybind.cc +++ b/src/stim/stabilizers/tableau.pybind.cc @@ -1876,8 +1876,9 @@ void stim_pybind::pybind_tableau_methods(pybind11::module &m, pybind11::class_