We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2570786 commit c326185Copy full SHA for c326185
src/bloqade/gemini/dialects/logical/stmts.py
@@ -12,10 +12,10 @@ class Initialize(ir.Statement):
12
"""Initialize a list of logical qubits to an arbitrary state.
13
14
Args:
15
- qubits (IList[QubitType, Len]): The list of logical qubits to initialize
16
phi (float): Angle for rotation around the Z axis
17
theta: float angle for rotation around the Y axis
18
phi: float angle for rotation around the Z axis
+ qubits (IList[QubitType, Len]): The list of logical qubits to initialize
19
20
"""
21
0 commit comments