DeepPractise
DeepPractise

Rotations on the Bloch Sphere

Track: Foundations · Difficulty: Beginner · Est: 13 min

Rotations on the Bloch Sphere

Overview

Once you can picture a single-qubit state as a point on the Bloch sphere, the next question is: what does it mean to change that state?

This page introduces the idea that many single-qubit state changes can be understood as rotations of the Bloch-sphere point around an axis. We will keep it conceptual: no matrices and no circuits. The goal is to build intuition for “state evolution” that will later become the language of gates.

Intuition

On the Bloch sphere, a pure state is a point on the surface. A “rotation” means you move that point along the surface while keeping it on the sphere.

Why should rotations appear at all?

  • A normalized state stays normalized under valid evolution.
  • Global phase is physically irrelevant.
  • What remains is a 2-parameter geometry (the sphere surface), so the most natural continuous motions are rotations.

You can think of three special directions (axes) in 3D space:

  • The zz-axis points through 0|0\rangle (north) and 1|1\rangle (south).
  • The xx-axis and yy-axis lie in the equatorial plane.

Rotating around different axes changes different aspects of the state:

  • Rotations around the zz-axis change the relative phase between 0|0\rangle and 1|1\rangle.
  • Rotations around axes in the equator change the weights (probabilities) of 0|0\rangle vs 1|1\rangle.

The key intuition: the sphere turns “complex amplitudes” into “geometry.”

Formal Description

Write a general qubit state in Bloch form:

ψ=cos ⁣(θ2)0+eiϕsin ⁣(θ2)1.|\psi\rangle = \cos\!\left(\tfrac{\theta}{2}\right)|0\rangle + e^{i\phi}\,\sin\!\left(\tfrac{\theta}{2}\right)|1\rangle.
  • θ[0,π]\theta \in [0,\pi] controls latitude (how much probability weight is on 0|0\rangle vs 1|1\rangle).
  • ϕ[0,2π)\phi \in [0,2\pi) controls longitude (the relative phase).

A conceptual “rotation” is a transformation that updates (θ,ϕ)(\theta,\phi) in a way consistent with a rigid rotation of the Bloch vector

(x,y,z)=(sinθcosϕ,  sinθsinϕ,  cosθ).(x,y,z)=(\sin\theta\cos\phi,\;\sin\theta\sin\phi,\;\cos\theta).

Z-axis rotations and phase

A particularly important case is rotating around the zz-axis by an angle δ\delta.

Geometrically: the point moves around the equator direction, changing longitude ϕ\phi while keeping latitude θ\theta the same.

In coordinates, that means:

θ=θ,ϕ=ϕ+δ.\theta' = \theta,\quad \phi' = \phi + \delta.

So the state becomes

ψ=cos ⁣(θ2)0+ei(ϕ+δ)sin ⁣(θ2)1.|\psi'\rangle = \cos\!\left(\tfrac{\theta}{2}\right)|0\rangle + e^{i(\phi+\delta)}\,\sin\!\left(\tfrac{\theta}{2}\right)|1\rangle.

Notice what changed: the magnitude of each amplitude stayed the same, but the relative phase changed.

Rotations that change probabilities

If you change θ\theta, you change the probabilities of measuring 0 vs 1 in the computational basis:

P(0)=cos2 ⁣(θ2),P(1)=sin2 ⁣(θ2).P(0)=\cos^2\!\left(\tfrac{\theta}{2}\right),\quad P(1)=\sin^2\!\left(\tfrac{\theta}{2}\right).

So any transformation that changes θ\theta changes those probabilities. On the Bloch sphere, that corresponds to moving the point north/south.

Worked Example

Start with the state on the +xx direction (equator at longitude 0):

ψ=12(0+1).|\psi\rangle = \tfrac{1}{\sqrt{2}}(|0\rangle + |1\rangle).

This corresponds to θ=π/2\theta=\pi/2 and ϕ=0\phi=0.

Now apply a conceptual rotation around the zz-axis by δ=π/2\delta=\pi/2. The rule above says ϕ=ϕ+δ=π/2\phi' = \phi+\delta = \pi/2 and θ\theta stays π/2\pi/2.

So the rotated state is

ψ=12(0+eiπ/21)=12(0+i1).|\psi'\rangle = \tfrac{1}{\sqrt{2}}\left(|0\rangle + e^{i\pi/2}|1\rangle\right)=\tfrac{1}{\sqrt{2}}(|0\rangle + i|1\rangle).

What changed and what did not?

  • Probabilities in the computational basis stayed 1/21/2 and 1/21/2 (because θ\theta did not change).
  • The relative phase changed (because ϕ\phi changed).

Geometrically, you moved along the equator from +xx to +yy.

Turtle Tip

Turtle Tip

If a transformation changes only relative phase, expect the Bloch-sphere point to move “around the poles” (a zz-axis rotation). If it changes measurement probabilities in the computational basis, expect the point to move north/south (a change in θ\theta).

Common Pitfalls

Common Pitfalls

Don’t confuse a global phase factor (multiplying the whole state by eiγe^{i\gamma}) with a relative phase change (changing ϕ\phi). A global phase does not move the Bloch-sphere point at all.

Also, avoid thinking that “rotation” means the qubit is literally spinning in physical space. The rotation is in the abstract state description; the Bloch sphere is a map from states to geometry.

Quick Check

Quick Check
  1. If ϕ\phi changes but θ\theta stays the same, do computational-basis measurement probabilities change?
  2. What kind of Bloch-sphere motion corresponds to changing the weights of 0|0\rangle and 1|1\rangle?

What’s Next

Rotations describe how states can change. Now we will turn to what we can observe: measurement. Next is the measurement postulate—the rule that maps a state to probabilistic outcomes and updates the state after an outcome occurs.