Skip to content

bloqade.qasm2.cswap

← Module overview

functioncswapsource

bloqade.qasm2.cswap

def cswap(ctrl: Qubit, qarg1: Qubit, qarg2: Qubit) -> None

Controlled Swap gate (Fredkin gate).

Parameters

NameTypeDescription
ctrlQubitThe control qubit.
qarg1QubitThe first target qubit.
qarg2QubitThe second target qubit.
source