bloqade.qasm3.dialects.core.stmts.Barrier
← Module overview
class
classBarrier¶source
bloqade.qasm3.dialects.core.stmts.Barrier
Bases: ir.Statement
Barrier synchronization across a set of qubits.
class BarrierAttributes
| Name | Type | Default | Description |
|---|---|---|---|
name | — | 'barrier' | |
traits | — | frozenset({lowering.FromPythonCall()}) | |
qargs | tuple[ir.SSAValue, ...] | info.argument(QubitType) | qargs (Qubit...): The qubits to synchronize. |