Skip to content

Commit

Permalink
Fix math parsing error for Pauli docstring (#11238) (#11242)
Browse files Browse the repository at this point in the history
(cherry picked from commit d418d8e)

Co-authored-by: André <[email protected]>
  • Loading branch information
mergify[bot] and grossardt authored Nov 14, 2023
1 parent 5e4fa16 commit f292e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/quantum_info/operators/symplectic/pauli.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class initialization (``Pauli('-iXYZ')``). A ``Pauli`` object can be
P = (-i)^{q + z\cdot x} Z^z \cdot X^x.
The :math:`k`th qubit corresponds to the :math:`k`th entry in the
The :math:`k`-th qubit corresponds to the :math:`k`-th entry in the
:math:`z` and :math:`x` arrays
.. math::
Expand Down

0 comments on commit f292e01

Please sign in to comment.