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 2b823f0 commit 8e3415fCopy full SHA for 8e3415f
src/bloqade/gemini/dialects/logical/stmts.py
@@ -13,8 +13,8 @@ class Initialize(ir.Statement):
13
14
Args:
15
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
+ theta (float): angle for rotation around the Y axis
+ phi (float): angle for rotation around the Z axis
18
qubits (IList[QubitType, Len]): The list of logical qubits to initialize
19
20
"""
0 commit comments