Skip to content

bloqade.qasm2.ry

← Module overview

functionrysource

bloqade.qasm2.ry

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

Single qubit rotation about the Y axis on block sphere

Parameters

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