Skip to content

Commit 8e3415f

Browse files
committed
fixing doc string
1 parent 2b823f0 commit 8e3415f

File tree

1 file changed

+2
-2
lines changed
  • src/bloqade/gemini/dialects/logical

1 file changed

+2
-2
lines changed

src/bloqade/gemini/dialects/logical/stmts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ class Initialize(ir.Statement):
1313
1414
Args:
1515
phi (float): Angle for rotation around the Z axis
16-
theta: float angle for rotation around the Y axis
17-
phi: float angle for rotation around the Z axis
16+
theta (float): angle for rotation around the Y axis
17+
phi (float): angle for rotation around the Z axis
1818
qubits (IList[QubitType, Len]): The list of logical qubits to initialize
1919
2020
"""

0 commit comments

Comments
 (0)