bloqade.qasm3.cy
← Module overview
function
source
functioncy¶source
bloqade.qasm3.cy
def cy(ctrl: Qubit, qarg: Qubit) -> NoneApply the Controlled-Y gate.
Parameters
| Name | Type | Description |
|---|---|---|
ctrl | Qubit | The control qubit. |
qarg | Qubit | The target qubit. |