bloqade.qasm2.cswap
← Module overview
function
source
functioncswap¶source
bloqade.qasm2.cswap
def cswap(ctrl: Qubit, qarg1: Qubit, qarg2: Qubit) -> NoneControlled Swap gate (Fredkin gate).
Parameters
| Name | Type | Description |
|---|---|---|
ctrl | Qubit | The control qubit. |
qarg1 | Qubit | The first target qubit. |
qarg2 | Qubit | The second target qubit. |