DeepPractise
DeepPractise

Pure vs Mixed States (Comparison & Summary)

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

Pure vs Mixed States (Comparison & Summary)

Overview

By now you have seen two complementary ways to describe quantum states:

  • Pure states using kets ψ|\psi\rangle.
  • Mixed states using density matrices ρ\rho.

This page gives a calm, side-by-side comparison of what each description means, when you need it, and how to interpret it physically and probabilistically.

Intuition

A pure state is “maximal information” about a quantum system within the theory: it is not uncertainty-free (measurement can still be random), but it is not a classical mixture of possibilities.

A mixed state represents additional uncertainty beyond quantum randomness:

  • either because the preparation involved classical randomness,
  • or because you are looking at a subsystem and ignoring the rest.

Geometrically:

  • Pure single-qubit states live on the surface of the Bloch sphere.
  • Mixed single-qubit states live inside it (the Bloch ball).

The closer a mixed state is to the center, the less “directional information” it contains.

Formal Description

Pure states

A pure state is represented by a ket ψ|\psi\rangle and its density matrix

ρ=ψψ.\rho = |\psi\rangle\langle\psi|.

For a single qubit, ψ=α0+β1|\psi\rangle = \alpha|0\rangle+\beta|1\rangle with α2+β2=1|\alpha|^2+|\beta|^2=1.

Mixed states

A mixed state is represented directly by a density matrix

ρ=kpkψkψk,\rho = \sum_k p_k|\psi_k\rangle\langle\psi_k|,

where:

  • each pk0p_k\ge 0 is a classical probability,
  • and kpk=1\sum_k p_k=1.

Measurement rule (works for both)

For a projective measurement with outcome projector Πk\Pi_k, the probability is

P(k)=Tr(ρΠk).P(k)=\mathrm{Tr}(\rho\Pi_k).

This formula reduces to the usual Born rule when ρ=ψψ\rho=|\psi\rangle\langle\psi|.

Summary table

TopicPure stateMixed state
Representation$\psi\rangle(or(or\rho=
MeaningSingle state (not classical uncertainty)Classical uncertainty or ignored subsystem
Single-qubit geometryPoint on Bloch sphere surfacePoint inside Bloch ball
Can be written as a single ket?YesNot in general
Measurement probabilitiesFrom overlaps (Born rule)P(k)=Tr(ρΠk)P(k)=\mathrm{Tr}(\rho\Pi_k)

Worked Example

Compare two preparations that look the same in the computational basis.

Case 1: Pure state

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

Measuring in the computational basis gives P(0)=P(1)=1/2P(0)=P(1)=1/2.

Case 2: Mixed state

A 50/50 mixture of 0|0\rangle and 1|1\rangle has density matrix

ρ=1200+1211.\rho=\tfrac{1}{2}|0\rangle\langle 0|+\tfrac{1}{2}|1\rangle\langle 1|.

Measuring in the computational basis also gives P(0)=P(1)=1/2P(0)=P(1)=1/2.

Now measure in the {+,}\{|+\rangle,|-\rangle\} basis.

  • In the pure case +|+\rangle, you get “++” with probability 1.
  • In the mixed case, you get “++” with probability 1/21/2.

So the difference is operational: it shows up when you change what you measure.

Turtle Tip

Turtle Tip

If you’re unsure whether you need a density matrix, ask: “Is there classical uncertainty about which state was prepared, or am I ignoring part of a larger system?” If yes, use ρ\rho.

Common Pitfalls

Common Pitfalls

Don’t think “mixed” means “quantum superposition plus ignorance.” Mixture is classical uncertainty; superposition is a single pure state.

Also, don’t assume every mixed state comes from a noisy device. Reduced states from entanglement are mixed even in perfectly idealized theory.

Quick Check

Quick Check
  1. What is one practical reason to use density matrices instead of kets?
  2. Where do mixed qubit states live geometrically relative to the Bloch sphere?

What’s Next

You now have the full conceptual and mathematical maturity needed for the next step: describing controlled state changes (unitary transformations) and composing them into computations.

In the Gates & Circuits track, we will introduce transformations as precise state updates—without changing the measurement rules you’ve learned here.