Skip to content

Commit c326185

Browse files
committed
fixing doc string
1 parent 2570786 commit c326185

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ class Initialize(ir.Statement):
1212
"""Initialize a list of logical qubits to an arbitrary state.
1313
1414
Args:
15-
qubits (IList[QubitType, Len]): The list of logical qubits to initialize
1615
phi (float): Angle for rotation around the Z axis
1716
theta: float angle for rotation around the Y axis
1817
phi: float angle for rotation around the Z axis
18+
qubits (IList[QubitType, Len]): The list of logical qubits to initialize
1919
2020
"""
2121

0 commit comments

Comments
 (0)