bloqade.qasm2.dialects.uop.stmts.TwoQubitCtrlGate
← Module overview
class
classTwoQubitCtrlGate¶source
bloqade.qasm2.dialects.uop.stmts.TwoQubitCtrlGate
Bases: ir.Statement
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. |