Skip to content

Commit

Permalink
Fix typos in R gates (#13226) (#13229)
Browse files Browse the repository at this point in the history
(cherry picked from commit 1686815)

Co-authored-by: Jofre Vallès Muns <61060572+jofrevalles@users.noreply.github.com>
  • Loading branch information
mergify[bot] and jofrevalles authored Sep 27, 2024
1 parent 69c519d commit 631abab
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 631abab

Please sign in to comment.