Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
glassnotes committed Aug 22, 2024
1 parent 14564b9 commit 568b9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ionizer/decompositions.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def gpi_pauli_x(wires):
wires (Sequence[int] or pennylane.Wires): The wires this gate is acting on.
Returns:
List[Operation]: The sequence of GPI rotations that implements the gate.
List[Operation]: The sequence of :math:`GPI` rotations that implements the gate.
"""
return [GPI(0.0, wires=wires)]

Expand Down

0 comments on commit 568b9a5

Please sign in to comment.