Skip to content

Commit

Permalink
Fix typos in R gates (Qiskit#13226)
Browse files Browse the repository at this point in the history
  • Loading branch information
jofrevalles authored and ElePT committed Oct 9, 2024
1 parent b0fb968 commit 4d7feb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qiskit/circuit/library/standard_gates/rxx.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class RXXGate(Gate):
.. math::
R_{XX}(\theta = \pi) = i X \otimes X
R_{XX}(\theta = \pi) = -i X \otimes X
.. math::
Expand Down
2 changes: 1 addition & 1 deletion qiskit/circuit/library/standard_gates/ryy.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class RYYGate(Gate):
.. math::
R_{YY}(\theta = \pi) = i Y \otimes Y
R_{YY}(\theta = \pi) = -i Y \otimes Y
.. math::
Expand Down
2 changes: 1 addition & 1 deletion qiskit/circuit/library/standard_gates/rzx.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class RZXGate(Gate):
.. math::
R_{ZX}(\theta = \pi) = -i Z \otimes X
R_{ZX}(\theta = \pi) = -i X \otimes Z
.. math::
Expand Down

0 comments on commit 4d7feb0

Please sign in to comment.