DeepPractise
DeepPractise

Bell States

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

Bell States

Overview

Bell states are four special two-qubit states that are:

  • entangled,
  • symmetric and easy to recognize,
  • and maximally informative examples of what entanglement does to measurement outcomes.

This page defines the four Bell states and analyzes their correlations under measurement, keeping the discussion rule-based and precise.

Intuition

A Bell state is a joint pure state where each individual qubit looks random on its own, but the pair has strong structure.

For example, in one Bell state you measure two qubits and always get matching bits (00 or 11). In another, you always get opposite bits (01 or 10). Importantly:

  • this is not because each qubit had a definite classical value all along,
  • but because the joint state assigns amplitudes to joint outcomes.

Entanglement lives in the joint description.

Formal Description

The four Bell states are:

Φ+=12(00+11),Φ=12(0011),|\Phi^+\rangle = \tfrac{1}{\sqrt{2}}(|00\rangle+|11\rangle),\quad |\Phi^-\rangle = \tfrac{1}{\sqrt{2}}(|00\rangle-|11\rangle), Ψ+=12(01+10),Ψ=12(0110).|\Psi^+\rangle = \tfrac{1}{\sqrt{2}}(|01\rangle+|10\rangle),\quad |\Psi^-\rangle = \tfrac{1}{\sqrt{2}}(|01\rangle-|10\rangle).

Each state is normalized because it has two basis terms, each with amplitude magnitude 1/21/\sqrt{2}, so the total probability sums to 1.

Correlations in the computational basis

If you measure both qubits in the computational basis:

  • For Φ±|\Phi^\pm\rangle, outcomes are 0000 or 1111, each with probability 1/21/2.
  • For Ψ±|\Psi^\pm\rangle, outcomes are 0101 or 1010, each with probability 1/21/2.

Notice that the plus/minus sign does not change these computational-basis probabilities. The sign is a relative phase and becomes visible when you measure in other bases.

“Maximally entangled” (operational meaning)

One operational way to understand “maximally entangled” is:

  • each single qubit, viewed alone, has no definite value (it behaves like a fair random bit for many measurements),
  • but the pair shows perfect correlations/anti-correlations that cannot be produced by assigning each qubit its own pure state.

We will make the “viewed alone” idea precise in the next page (reduced states).

Worked Example

Take

Φ+=12(00+11).|\Phi^+\rangle = \tfrac{1}{\sqrt{2}}(|00\rangle+|11\rangle).

Measure both qubits in the computational basis.

The amplitudes are:

  • amplitude of 00|00\rangle is 1/21/\sqrt{2},
  • amplitude of 11|11\rangle is 1/21/\sqrt{2},
  • amplitudes of 01|01\rangle and 10|10\rangle are 0.

So Born’s rule gives:

P(00)=122=12,P(11)=12,P(01)=0,P(10)=0.P(00)=\left|\tfrac{1}{\sqrt{2}}\right|^2=\tfrac{1}{2},\quad P(11)=\tfrac{1}{2},\quad P(01)=0,\quad P(10)=0.

Now look at correlations:

  • The first qubit is 0 exactly when the second is 0.
  • The first qubit is 1 exactly when the second is 1.

So the outcomes always match, even though each outcome (00 or 11) is individually random.

Turtle Tip

Turtle Tip

When analyzing Bell states, separate “marginals” from “correlations.” Each qubit alone can look random, while the pair is highly structured.

Common Pitfalls

Common Pitfalls

Don’t say a Bell state means “both qubits already had the same hidden bit.” That interpretation fails in other measurement bases.

Also, don’t ignore the relative phase in Φ|\Phi^-\rangle or Ψ|\Psi^-\rangle. It may not affect computational-basis probabilities, but it changes the state and can change outcomes for other measurements.

Quick Check

Quick Check
  1. For which Bell states do the two computational-basis outcomes always match?
  2. What are P(01)P(01) and P(10)P(10) for Φ+|\Phi^+\rangle?

What’s Next

Bell states highlight a key idea: even when the joint state is pure, each subsystem can behave as if it were “random.” Next we’ll formalize what it means to describe a subsystem on its own using reduced states and the idea of a partial trace, without diving into heavy density-matrix machinery.