Skip to content

bloqade.qasm3.ry

← Module overview

functionrysource

bloqade.qasm3.ry

def ry(qarg: Qubit, theta: float) -> None

Apply the RY rotation gate.

Parameters

NameTypeDescription
qargQubitThe qubit to apply the gate to.
thetafloatThe rotation angle.
source