Skip to content

Commit

Permalink
Update src/braket/circuits/gates.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Shaffer <3620100+rmshaffer@users.noreply.github.com>
  • Loading branch information
speller26 and rmshaffer authored Mar 27, 2024
1 parent dd3bb35 commit bd2fc9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/braket/circuits/gates.py
Original file line number Diff line number Diff line change
Expand Up @@ -3301,7 +3301,7 @@ class GPi2(AngledGate):
Unitary matrix:
.. math:: \mathtt{GPi2}(\phi) = \frac{1}{\sqrt{2} \begin{bmatrix}
.. math:: \mathtt{GPi2}(\phi) = \frac{1}{\sqrt{2}} \begin{bmatrix}
1 & -i e^{-i \phi} \\
-i e^{i \phi} & 1
\end{bmatrix}.
Expand Down

0 comments on commit bd2fc9b

Please sign in to comment.