Remove erroneous LaTeX alignment character (#8106)

* amp alignment in a single line results in "Misplaced &"

* Restore punctuation

Co-authored-by: Jake Lishman <jake@binhbar.com>
This commit is contained in:
Luciano Bello 2022-05-25 16:02:48 +03:00 committed by GitHub
parent d2e3340adb
commit be187757ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ class Pauli(BasePauli):
.. math::
P &= (-i)^{q + z\cdot x} Z^z \cdot X^x.
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
:math:`z` and :math:`x` arrays