bloqade.native.stdlib.broadcast.ry
← Module overview
function
source
functionry¶source
bloqade.native.stdlib.broadcast.ry
def ry(angle: float, qubits: ilist.IList[qubit.Qubit, Any])Apply an RY rotation gate on a group of qubits.
Parameters
| Name | Type | Description |
|---|---|---|
angle | float | Rotation angle in radians. |
qubits | ilist.IList[qubit.Qubit, Any] | Target qubits. |