Skip to content

Commit

Permalink
Fix docstring for fsim gate (#4520)
Browse files Browse the repository at this point in the history
  • Loading branch information
dabacon committed Sep 23, 2021
1 parent f1964e5 commit f8ffbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cirq-core/cirq/ops/fsim_gate.py
Expand Up @@ -88,7 +88,7 @@ def __init__(self, theta: float, phi: float) -> None:
iSWAP gate. Maximum strength (full iswap) is at pi/2.
phi: Controlled phase angle, in radians. Determines how much the
``|11⟩`` state is phased. Note: uses opposite sign convention to
the CZPowGate. Maximum strength (full cz) is at pi/2.
the CZPowGate. Maximum strength (full cz) is at pi.
"""
self.theta = _canonicalize(theta)
self.phi = _canonicalize(phi)
Expand Down

0 comments on commit f8ffbea

Please sign in to comment.