Skip to content

bloqade.qasm2.swap

← Module overview

functionswapsource

bloqade.qasm2.swap

def swap(ctrl: Qubit, qarg: Qubit) -> None

Swap gate.

Parameters

NameTypeDescription
ctrlQubitThe first qubit.
qargQubitThe second qubit.
source