bloqade.qasm2.barrier
← Module overview
function
source
functionbarrier¶source
bloqade.qasm2.barrier
def barrier(qargs: tuple[Qubit, ...]) -> NoneBarrier instruction.
Parameters
| Name | Type | Description |
|---|---|---|
qargs | tuple[Qubit, ...] | The qubits to apply the barrier to. |