We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd962b3 commit 54139beCopy full SHA for 54139be
qiskit/circuit/library/standard_gates/rzx.py
@@ -100,19 +100,19 @@ class RZXGate(Gate):
100
101
.. math::
102
103
- R_{ZX}(\theta = 0) = I
+ R_{ZX}(\theta = 0)\ q_0, q_1 = I
104
105
106
107
- R_{ZX}(\theta = 2\pi) = -I
+ R_{ZX}(\theta = 2\pi)\ q_0, q_1 = -I
108
109
110
111
- R_{ZX}(\theta = \pi) = -i X \otimes Z
+ R_{ZX}(\theta = \pi)\ q_0, q_1 = -i X \otimes Z
112
113
114
115
- RZX(\theta = \frac{\pi}{2}) = \frac{1}{\sqrt{2}}
+ R_{ZX}(\theta = \frac{\pi}{2})\ q_0, q_1 = \frac{1}{\sqrt{2}}
116
\begin{pmatrix}
117
1 & 0 & -i & 0 \\
118
0 & 1 & 0 & i \\
0 commit comments