Skip to content

bloqade.qasm2.cy

← Module overview

functioncysource

bloqade.qasm2.cy

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

Controlled-Y gate.

Parameters

NameTypeDescription
ctrlQubitThe control qubit.
qargQubitThe target qubit
source