bloqade.qasm3.dialects.uop.stmts.TwoQubitCtrlGate
← Module overview
class
classTwoQubitCtrlGate¶source
bloqade.qasm3.dialects.uop.stmts.TwoQubitCtrlGate
Bases: ir.Statement
Base class for two-qubit controlled gates.
class TwoQubitCtrlGateAttributes
| Name | Type | Default | Description |
|---|---|---|---|
traits | — | frozenset({lowering.FromPythonCall()}) | |
ctrl | ir.SSAValue | info.argument(QubitType) | ctrl (Qubit): The control qubit. |
qarg | ir.SSAValue | info.argument(QubitType) | qarg (Qubit): The target qubit. |