Rotation Gates (Rx, Ry, Rz)
Track: Quantum Gates & Circuits · Difficulty: Beginner · Est: 15 min
Rotation Gates (Rx, Ry, Rz)
Overview
So far, our gates have been “named rotations”:
- X, Y, Z are 180° rotations about the , , and axes.
- S and T are smaller rotations about the axis.
But a single qubit can rotate by any angle. To describe arbitrary single-qubit evolution, we need gates with a continuous parameter.
That’s what the rotation gates provide:
- : rotate around by angle .
- : rotate around by angle .
- : rotate around by angle .
These are more general than Pauli gates because you can choose the angle.
Intuition
Bloch-sphere picture:
- The state of a single qubit (ignoring global phase) is a point on the Bloch sphere.
- Unitary evolution moves that point by a rotation.
Rotation gates simply name those rotations with a parameter:
- is the amount you rotate.
So instead of being limited to “flip 180°” or “turn 90°,” you can rotate by 7°, 0.3 radians, or any angle you need.
This is the bridge between:
- continuous physics (smooth rotations), and
- discrete gate toolboxes (a small set of standard gates).
Formal Description
To define , , and , we use the Pauli matrices as the generators of rotations:
The rotation gates are defined by
Let’s explain every symbol:
- is a real number (an angle).
- is the imaginary unit.
- means the matrix exponential (a standard way to define continuous transformations).
- The factor of is a convention that makes the Bloch-sphere rotation angle match .
You do not need to compute matrix exponentials by hand right now. The key meaning is:
- rotates the Bloch vector around the axis by angle .
- rotates around the axis.
- rotates around the axis.
Concrete matrix forms (shown gently)
These definitions produce explicit 2×2 unitary matrices. For , the result is especially easy to interpret:
This is a “phase difference” operation:
- the component gets phase ,
- the component gets phase .
Only the relative phase matters physically (global phase can be ignored), so you can think of as rotating the state around the axis.
For and , the matrices mix amplitudes as well as phase. A useful intuition is:
- at , behaves like X up to a global phase,
- at , behaves like Y up to a global phase,
- at , behaves like Z up to a global phase.
So the Pauli gates are special cases of rotation gates.
Worked Example
Start with (north pole).
Apply . Geometrically, a rotation about the axis moves the state down toward the equator.
At , you rotate 90° from + to +. So (up to global phase conventions) you land at
Interpretation:
- The parameter literally controls “how far you rotate.”
- Small makes a small move on the sphere; flips to the opposite side.
Turtle Tip
If you remember only one thing: , , and are the “continuous versions” of X, Y, and Z. Pauli gates are like fixed 180° turns; rotation gates let you choose the angle.
Common Pitfalls
- Don’t panic when you see . You’re not expected to expand it; it’s a compact definition of “rotate continuously.”
- Don’t confuse the Bloch-sphere rotation angle with a phase factor on the whole state. The Bloch sphere ignores global phase.
Quick Check
- What does the parameter represent in ?
- Why are and friends more general than the Pauli gates?
What’s Next
Rotation gates suggest a big idea:
- if you can rotate around axes by chosen angles, you can reach essentially any point on the Bloch sphere.
Next we explain what “universal for single qubits” means and why rotations are enough to describe any single-qubit unitary (conceptually, without a proof).
