Standard reference for single- and multi-qubit gate matrices, Euler-angle decomposition, and universal gate sets.
doi.org/10.1017/cbo9780511976667 ↗RY rotation gate
A parametrized single-qubit rotation about the Bloch-sphere Y axis whose matrix entries are always real, making it the standard tool for encoding real-valued amplitudes.
Atlas stars stay in the public catalog. Saving this entry to your workspace starts an unstarred private copy.
RY(θ) is the gate of choice whenever a circuit needs to move probability amplitude between |0⟩ and |1⟩ without introducing a complex relative phase.
Circuit & simulation
What this takes and returns
Takes1 qubitWhat joins here
Takes a 1-qubit register and states no assumption about what is on it. That is the whole condition: anything returning 1 qubits can feed it.
15 entries meet this end. Named below.
Returns1 qubitWhat joins here
Returns a 1-qubit register a next stage can take. This is the end that joins.
13 entries meet this end. Named below.
A unitary. The same register goes in and comes out, and this entry states no assumption about what is on it — which is what lets anything of the same width feed it. See all 29 →
How it works
Definition
Unlike or , every entry of is a real number for real : the prefactor from the exponential exactly cancels the entries of , leaving a real rotation matrix — the same form as a classical rotation matrix in the plane.
Action on basis states
At , — the same state Hadamard produces on , but differs from by an overall sign.
Key identities
- : a full rotation reproduces the Pauli-Y flip up to global phase .
- : since , conjugating by reverses the rotation direction.
- Because its output amplitudes are real, is the standard primitive for amplitude encoding — loading a classical probability vector into a qubit — and for the mixer layers of variational circuits such as hardware-efficient ansätze.
- : an axis change from to via conjugation by a rotation, mirroring the -conjugation identity that relates and .
Implementation
OPENQASM 3.0;
include "stdgates.inc";
qubit q;
ry(pi/2) q;Quantum vs classical
Classical baseline
Use a classical state-vector or matrix simulation at the same width, precision, and measurement objective.
Quantum claim
The quantum record demonstrates a state or operator behavior; it does not make classical simulation or communication costs disappear.
How to compare
Compare fidelity, samples, gate depth, noise, memory, and the cost of preparing and reading the state.
Declared gaps
Nobody has reviewed this record for gaps yet.