Skip to content

Commit

Permalink
Capitalize H gate
Browse files Browse the repository at this point in the history
  • Loading branch information
ykharkov committed Oct 23, 2023
1 parent 3b1a47a commit a25331e
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 @@ -63,7 +63,7 @@ class H(Gate):
r"""Hadamard gate.
Unitary matrix:
.. math:: \mathtt{h} = \frac{1}{\sqrt{2}} \begin{bmatrix}
.. math:: \mathtt{H} = \frac{1}{\sqrt{2}} \begin{bmatrix}
1 & 1 \\
1 & -1 \end{bmatrix}.
"""
Expand Down

0 comments on commit a25331e

Please sign in to comment.