Skip to content

bloqade.squin.stdlib.simple.gate.ry

← Module overview

functionrysource

bloqade.squin.stdlib.simple.gate.ry

def ry(angle: float, qubit: Qubit) -> None

Apply an RY rotation gate to a qubit.

Parameters

NameTypeDescription
anglefloatRotation angle in radians.
qubitQubitTarget qubit.
source