Skip to content

bloqade.squin.stdlib.simple.gate.cy

← Module overview

functioncysource

bloqade.squin.stdlib.simple.gate.cy

def cy(control: Qubit, target: Qubit) -> None

Apply a controlled-Y gate to a pair of qubits.

Parameters

NameTypeDescription
controlQubit
targetQubit
source