Skip to content

Commit

Permalink
Fixed typo in RZZGate example eqn (Qiskit#12678)
Browse files Browse the repository at this point in the history
Co-authored-by: Luciano Bello <[email protected]>
  • Loading branch information
shraddha-aangiras and 1ucian0 authored Jul 3, 2024
1 parent a897d70 commit 51bf91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/circuit/library/standard_gates/rzz.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class RZZGate(Gate):
.. math::
R_{ZZ}(\theta = \pi) = - Z \otimes Z
R_{ZZ}(\theta = \pi) = - i Z \otimes Z
.. math::
Expand Down

0 comments on commit 51bf91e

Please sign in to comment.