Skip to content

Commit 54139be

Browse files
Fixed Incoherent notation for the RZX Gate api doc (Qiskit#12754)
* Fixed Incoherent notation for the RZX Gate api doc * Delete reno --------- Co-authored-by: Julien Gacon <[email protected]>
1 parent bd962b3 commit 54139be

File tree

1 file changed

+4
-4
lines changed
  • qiskit/circuit/library/standard_gates

1 file changed

+4
-4
lines changed

qiskit/circuit/library/standard_gates/rzx.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,19 @@ class RZXGate(Gate):
100100
101101
.. math::
102102
103-
R_{ZX}(\theta = 0) = I
103+
R_{ZX}(\theta = 0)\ q_0, q_1 = I
104104
105105
.. math::
106106
107-
R_{ZX}(\theta = 2\pi) = -I
107+
R_{ZX}(\theta = 2\pi)\ q_0, q_1 = -I
108108
109109
.. math::
110110
111-
R_{ZX}(\theta = \pi) = -i X \otimes Z
111+
R_{ZX}(\theta = \pi)\ q_0, q_1 = -i X \otimes Z
112112
113113
.. math::
114114
115-
RZX(\theta = \frac{\pi}{2}) = \frac{1}{\sqrt{2}}
115+
R_{ZX}(\theta = \frac{\pi}{2})\ q_0, q_1 = \frac{1}{\sqrt{2}}
116116
\begin{pmatrix}
117117
1 & 0 & -i & 0 \\
118118
0 & 1 & 0 & i \\

0 commit comments

Comments
 (0)