From d418d8e240deb37e866095bef758ae593889064b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= <99898527+grossardt@users.noreply.github.com> Date: Tue, 14 Nov 2023 18:11:48 +0100 Subject: [PATCH] Fix math parsing error for Pauli docstring (#11238) --- qiskit/quantum_info/operators/symplectic/pauli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qiskit/quantum_info/operators/symplectic/pauli.py b/qiskit/quantum_info/operators/symplectic/pauli.py index 295d8a97d01c..c5b93ceaf4e7 100644 --- a/qiskit/quantum_info/operators/symplectic/pauli.py +++ b/qiskit/quantum_info/operators/symplectic/pauli.py @@ -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::