From 568b9a5defd8227b71ff296ba65cc853b53a4a5f Mon Sep 17 00:00:00 2001 From: Olivia Di Matteo Date: Thu, 22 Aug 2024 11:44:33 -0700 Subject: [PATCH] Formatting fix --- ionizer/decompositions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ionizer/decompositions.py b/ionizer/decompositions.py index 3e8500c..f0fcc0c 100644 --- a/ionizer/decompositions.py +++ b/ionizer/decompositions.py @@ -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)]