DeepPractise
DeepPractise

Single-Qubit Gates (Conceptual Overview)

Track: Quantum Gates & Circuits · Difficulty: Beginner · Est: 13 min

Single-Qubit Gates (Conceptual Overview)

Overview

We now know what quantum gates are (controlled state evolution) and why they must be unitary.

The next step is to build a mental model for how single-qubit gates behave. Rather than jumping into matrices, we will lean on the geometric picture you already have:

  • pure qubit states correspond to points on the Bloch sphere (up to global phase),
  • unitary gates move those points around.

This page explains why “single-qubit gates = rotations” is such a powerful organizing idea.

Intuition

For a single qubit, ignoring global phase, a pure state can be represented by a direction on the Bloch sphere.

A unitary gate should:

  • keep the state pure (stay on the sphere),
  • preserve angles/overlaps (it’s a geometry-preserving transformation).

The most natural geometry-preserving transformations of a sphere are rotations.

So, at the intuition level:

  • single-qubit gates act like rotations of the Bloch sphere.

That means gates are not fundamentally “digital.” They can vary continuously (rotate by 1 degree, 0.1 degrees, etc.).

But in practice we often use a small discrete set of named gates (like X and Z), because they are convenient building blocks.

Formal Description

A single-qubit pure state can be written (up to global phase) as

ψ=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,

where (θ,ϕ)(\theta,\phi) locate the point on the Bloch sphere.

A single-qubit gate is a unitary operator UU that maps

ψUψ.|\psi\rangle \mapsto U|\psi\rangle.

At the level of Bloch-sphere geometry, the effect is:

  • the point (θ,ϕ)(\theta,\phi) is rotated to a new point (θ,ϕ)(\theta',\phi').

Continuous vs discrete gate sets

  • Continuous family: rotations can be by any angle; this reflects that physical evolution is often continuous.

  • Discrete gate set: in many contexts, we pick a small set of gates and repeatedly combine them. The idea is: from a small toolbox you can build many useful transformations.

We will stay conceptual here. Soon we’ll introduce our first concrete gates and see their actions clearly.

Worked Example

Start with the state 0|0\rangle, which is the north pole of the Bloch sphere.

A rotation that moves the north pole to the equator along the +xx direction produces the state

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

Geometrically:

  • 0|0\rangle is along +zz.
  • +|+\rangle is along +xx.

This is exactly the kind of “rotation picture” we will use to understand named gates.

Turtle Tip

Turtle Tip

When learning a new single-qubit gate, always ask two questions:

  1. What does it do to 0|0\rangle and 1|1\rangle?
  2. What does it do to the Bloch-sphere direction (which axis, which angle)?

Common Pitfalls

Common Pitfalls
  • Don’t confuse global phase with a meaningful rotation. Many gates change phase, and some of that change is global (physically irrelevant).
  • Don’t assume every gate changes measurement probabilities in the computational basis. Some gates mainly affect relative phase, which shows up when you measure in a different basis.

Quick Check

Quick Check
  1. Why do unitary single-qubit gates naturally correspond to rotations of the Bloch sphere?
  2. What is one reason we still like a discrete set of named gates?

What’s Next

Next we begin the concrete gate set. We’ll start with the Pauli gates, beginning with Pauli-X, the closest analogue to a classical bit flip.