Skip to content

Commit

Permalink
Update docstring to fix href to MSGate. (#3992)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmlarose authored Apr 5, 2021
1 parent e0365e4 commit e3fc574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cirq/ops/parity_gates.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ class XXPowGate(
f = e^{\frac{i \pi t}{2}}.
$$
See also: `cirq.MSGate` (the Mølmer–Sørensen gate), which is implemented via
this class.
See also: `cirq.ion.ion_gates.MSGate` (the Mølmer–Sørensen gate), which is
implemented via this class.
"""

def _eigen_components(self) -> List[Tuple[float, np.ndarray]]:
Expand Down

0 comments on commit e3fc574

Please sign in to comment.