Skip to content

bloqade.qasm3.cy

← Module overview

functioncysource

bloqade.qasm3.cy

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

Apply the Controlled-Y gate.

Parameters

NameTypeDescription
ctrlQubitThe control qubit.
qargQubitThe target qubit.
source