Skip to content

Commit

Permalink
Fix math parsing error for Pauli docstring (Qiskit#11238)
Browse files Browse the repository at this point in the history
  • Loading branch information
grossardt authored Nov 14, 2023
1 parent 87fcd71 commit d418d8e
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 d418d8e

Please sign in to comment.