Skip to content

Commit

Permalink
Clarify docs
Browse files Browse the repository at this point in the history
  • Loading branch information
amirebrahimi authored and Amir Ebrahimi committed Jun 21, 2024
1 parent 2b3b645 commit 249afa1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/python_api_reference_vDev.md
Original file line number Diff line number Diff line change
Expand Up @@ -10077,8 +10077,9 @@ 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. 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 (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.
Args:
pauli_string: The pauli string to conjugate.
Expand Down

0 comments on commit 249afa1

Please sign in to comment.