Table of Contents

RY Gate (Rotation around Y)

RY rotates a qubit around the y-axis by angle $\theta$.

Matrix:

$$R_Y(\theta) = \begin{pmatrix} \cos(\theta/2) & -\sin(\theta/2) \\ \sin(\theta/2) & \cos(\theta/2) \end{pmatrix}$$

Action: $R_Y(\theta)|\psi\rangle$ rotates $|\psi\rangle$ by $\theta$ radians around y-axis on Bloch sphere.

Special cases:

Properties

Uses

Decomposition

Implementation