bloqade.qasm2.dialects.uop.stmts.CU3
← Module overview
class
classCU3¶source
bloqade.qasm2.dialects.uop.stmts.CU3
Bases: TwoQubitCtrlGate
Apply the Controlled-U3 gate.
class CU3Attributes
| Name | Type | Default | Description |
|---|---|---|---|
name | — | 'cu3' | |
theta | ir.SSAValue | info.argument(PyNum) | |
phi | ir.SSAValue | info.argument(PyNum) | phi (float): The phi parameter. |
lam | ir.SSAValue | info.argument(PyNum) | lam (float): The lambda parameter. |