Skip to content

bloqade.qasm3.dialects.core.stmts.Barrier

← Module overview

classBarriersource

bloqade.qasm3.dialects.core.stmts.Barrier

Bases: ir.Statement

Barrier synchronization across a set of qubits.

class Barrier

Attributes

NameTypeDefaultDescription
name—'barrier'
traits—frozenset({lowering.FromPythonCall()})
qargstuple[ir.SSAValue, ...]info.argument(QubitType)qargs (Qubit...): The qubits to synchronize.