In short

The four Bell states are the two-qubit states |\Phi^+\rangle = \tfrac{1}{\sqrt 2}(|00\rangle + |11\rangle), |\Phi^-\rangle = \tfrac{1}{\sqrt 2}(|00\rangle - |11\rangle), |\Psi^+\rangle = \tfrac{1}{\sqrt 2}(|01\rangle + |10\rangle), and |\Psi^-\rangle = \tfrac{1}{\sqrt 2}(|01\rangle - |10\rangle). They are orthonormal (every pair has inner product 0, each has self-inner product 1), maximally entangled (neither qubit alone carries any information), and together they form the Bell basis — a complete basis for the 4-dimensional two-qubit Hilbert space, just as legitimate as the computational basis \{|00\rangle, |01\rangle, |10\rangle, |11\rangle\}. Building them is a two-gate routine: Hadamard on one qubit, then CNOT. The other three come from sprinkling X and/or Z on one qubit before the routine. Measuring in the Bell basis is the same circuit run in reverse — CNOT, then Hadamard, then measure in the computational basis. These four states are the fundamental currency of quantum communication: teleportation consumes one, superdense coding encodes two classical bits into one, and Bell-inequality experiments use them to rule out local hidden variables.

The state \tfrac{1}{\sqrt 2}(|00\rangle + |11\rangle) has appeared in almost every chapter in this part of the wiki. It is the canonical "this is what entanglement looks like" example — two qubits whose outcomes are perfectly correlated even though each qubit on its own is a 50/50 coin. Whenever we needed a concrete entangled state to illustrate a definition, a theorem, or a circuit, that one showed up.

It is time to tell you: that state has three siblings. Together they form the Bell states, named after John Bell, whose 1964 paper on Bell inequalities made these four states the headline objects of quantum foundations and, decades later, the standard currency of quantum communication. The four of them together span the two-qubit Hilbert space the same way |00\rangle, |01\rangle, |10\rangle, |11\rangle do — you can write any two-qubit state as a linear combination of Bell states instead of computational basis states, and for some problems the Bell-basis description is exactly the one you want.

By the end of this chapter you should be able to: write all four Bell states from memory, show they are pairwise orthogonal, derive |\Phi^+\rangle from |00\rangle by applying H and CNOT, construct the other three by adding X or Z at the start, and measure an unknown two-qubit state in the Bell basis by running the construction circuit in reverse.

The four states, written out

Here are all four, with their Dirac-notation form, their amplitude vector in the computational basis, and a short name you will see in papers.

|\Phi^+\rangle \;=\; \tfrac{1}{\sqrt 2}\bigl(|00\rangle + |11\rangle\bigr) \;=\; \tfrac{1}{\sqrt 2}\begin{pmatrix} 1 \\ 0 \\ 0 \\ 1\end{pmatrix}
|\Phi^-\rangle \;=\; \tfrac{1}{\sqrt 2}\bigl(|00\rangle - |11\rangle\bigr) \;=\; \tfrac{1}{\sqrt 2}\begin{pmatrix} 1 \\ 0 \\ 0 \\ -1\end{pmatrix}
|\Psi^+\rangle \;=\; \tfrac{1}{\sqrt 2}\bigl(|01\rangle + |10\rangle\bigr) \;=\; \tfrac{1}{\sqrt 2}\begin{pmatrix} 0 \\ 1 \\ 1 \\ 0\end{pmatrix}
|\Psi^-\rangle \;=\; \tfrac{1}{\sqrt 2}\bigl(|01\rangle - |10\rangle\bigr) \;=\; \tfrac{1}{\sqrt 2}\begin{pmatrix} 0 \\ 1 \\ -1 \\ 0\end{pmatrix}

Convention note. The column vector convention is (a_{00}, a_{01}, a_{10}, a_{11})^T — amplitude of |00\rangle first, then |01\rangle, then |10\rangle, then |11\rangle.

Why Phi vs Psi: the convention is that \Phi states are built from |00\rangle and |11\rangle (both qubits agree), and \Psi states are built from |01\rangle and |10\rangle (the qubits disagree). The + and - superscripts indicate the relative sign between the two terms.

The four Bell statesFour boxes arranged in a 2 by 2 grid. Each box contains one Bell state: its Dirac notation form, its 4-component column vector, and a short description. The Phi-plus box in the top-left is highlighted with the accent color because it is the state constructed first in the text.|Φ⁺⟩ = (|00⟩ + |11⟩)/√2amplitudes: (1, 0, 0, 1)/√2both qubits agree — "correlated 00/11"canonical example; built by H + CNOT on |00⟩|Φ⁻⟩ = (|00⟩ − |11⟩)/√2amplitudes: (1, 0, 0, −1)/√2agree, but with a relative minus signZ on qubit 0 before H + CNOT|Ψ⁺⟩ = (|01⟩ + |10⟩)/√2amplitudes: (0, 1, 1, 0)/√2qubits disagree — "anti-correlated"X on qubit 1 before H + CNOT|Ψ⁻⟩ = (|01⟩ − |10⟩)/√2amplitudes: (0, 1, −1, 0)/√2the "singlet" — antisymmetric under exchangeboth X and Z before H + CNOTThe Bell basis — four orthonormal, maximally entangled states spanning two-qubit space.
The four Bell states in Dirac form, as column vectors, and with their construction recipe. Each is orthogonal to the other three.

Orthonormality — a one-pass check

Orthonormal means two things: each Bell state has unit norm (self-inner product 1), and every pair has inner product 0. Both are one-line checks using the column-vector forms above.

Self-inner products. Take |\Phi^+\rangle = \tfrac{1}{\sqrt 2}(|00\rangle + |11\rangle). Then

\langle \Phi^+ | \Phi^+\rangle \;=\; \tfrac{1}{2}\bigl(\langle 00| + \langle 11|\bigr)\bigl(|00\rangle + |11\rangle\bigr) \;=\; \tfrac{1}{2}\bigl(\langle 00|00\rangle + \langle 00|11\rangle + \langle 11|00\rangle + \langle 11|11\rangle\bigr) \;=\; \tfrac{1}{2}(1 + 0 + 0 + 1) \;=\; 1.

Why the cross terms vanish: \langle 00 | 11\rangle = 0 because the computational basis is orthonormal. Only \langle 00 | 00\rangle and \langle 11 | 11\rangle — both equal to 1 — survive.

The same calculation works for |\Phi^-\rangle, |\Psi^+\rangle, |\Psi^-\rangle. Each has self-inner product 1.

Pairwise orthogonality — \langle \Phi^+ | \Phi^-\rangle.

\langle \Phi^+ | \Phi^-\rangle \;=\; \tfrac{1}{2}\bigl(\langle 00| + \langle 11|\bigr)\bigl(|00\rangle - |11\rangle\bigr) \;=\; \tfrac{1}{2}(1 - 0 + 0 - 1) \;=\; 0.

So |\Phi^+\rangle and |\Phi^-\rangle, which look like they differ "only" by a minus sign, are actually as orthogonal as |0\rangle and |1\rangle. This matters: the minus sign is a relative phase, which is a real, observable, and full-rank feature of a quantum state. States that differ by a global phase are the same physical state; states that differ by a relative phase (like |\Phi^+\rangle and |\Phi^-\rangle) are completely distinguishable by the right measurement.

Pairwise orthogonality — \langle \Phi^+ | \Psi^+\rangle.

\langle \Phi^+ | \Psi^+\rangle \;=\; \tfrac{1}{2}\bigl(\langle 00| + \langle 11|\bigr)\bigl(|01\rangle + |10\rangle\bigr) \;=\; \tfrac{1}{2}(0 + 0 + 0 + 0) \;=\; 0.

Why every term is 0: no term in |\Phi^+\rangle shares a basis state with any term in |\Psi^+\rangle. The \Phi states live on \{|00\rangle, |11\rangle\} and the \Psi states live on \{|01\rangle, |10\rangle\} — orthogonal subspaces.

The remaining four pairs — \langle \Phi^+|\Psi^-\rangle, \langle \Phi^-|\Psi^+\rangle, \langle \Phi^-|\Psi^-\rangle, \langle \Psi^+|\Psi^-\rangle — all work out to 0 by the same arithmetic. You can verify them as a quick exercise or trust the pattern. Conclusion: the four Bell states form an orthonormal basis of the two-qubit Hilbert space.

Bell basis as orthogonal axesA schematic diagram showing four mutually orthogonal axes arranged in a 4-dimensional space, projected onto 2D. Each axis is labelled with one Bell state. A caption explains they form an orthonormal basis for the 4D two-qubit Hilbert space, analogous to how the computational basis |00⟩, |01⟩, |10⟩, |11⟩ does.Bell basis = orthonormal basis of 2-qubit Hilbert space(shown schematically — actual space is 4 complex-dimensional)|Φ⁺⟩|Φ⁻⟩|Ψ⁺⟩|Ψ⁻⟩⟨Φ⁺|Φ⁻⟩ = ⟨Φ⁺|Ψ⁺⟩ = ⟨Φ⁺|Ψ⁻⟩ = ⟨Φ⁻|Ψ⁺⟩ = ⟨Φ⁻|Ψ⁻⟩ = ⟨Ψ⁺|Ψ⁻⟩ = 0
Schematically, the four Bell states are mutually orthogonal "axes" in the four-dimensional two-qubit Hilbert space.

Constructing |\Phi^+\rangle from |00\rangle

Preparing a Bell pair on real hardware is a two-gate routine. Start with both qubits in |0\rangle — the default init state of every real quantum computer. Apply a Hadamard to qubit 0 (the left qubit). Then apply a CNOT with qubit 0 as control and qubit 1 as target. The output is |\Phi^+\rangle.

Bell state preparation circuitA two-wire circuit. The top wire is labelled input ket 0, has a Hadamard box, then acts as the control of a CNOT with target on the bottom wire. The bottom wire is also labelled input ket 0 and only has the CNOT target. The output is labelled Phi plus — a Bell state.H|0⟩|0⟩|Φ⁺⟩create superpositionentangle with target
The two-gate Bell-state construction: Hadamard on the first qubit, then CNOT with the first qubit controlling the second.

The step-by-step derivation

Step 1 — start in |00\rangle. Both qubits in |0\rangle, joint state is |00\rangle, which as a column vector is (1, 0, 0, 0)^T.

Step 2 — apply H to qubit 0. The Hadamard acts only on qubit 0; qubit 1 is untouched. This is H \otimes I on the two-qubit system. Using H|0\rangle = \tfrac{1}{\sqrt 2}(|0\rangle + |1\rangle):

(H \otimes I)|00\rangle \;=\; H|0\rangle \otimes |0\rangle \;=\; \tfrac{1}{\sqrt 2}\bigl(|0\rangle + |1\rangle\bigr) \otimes |0\rangle \;=\; \tfrac{1}{\sqrt 2}\bigl(|00\rangle + |10\rangle\bigr).

Why the tensor product expands this way: when an operator acts only on one qubit, you distribute it into that slot and leave the other alone. Then you expand the sum: (\alpha + \beta) \otimes \gamma = \alpha \otimes \gamma + \beta \otimes \gamma.

The intermediate state is a product state — qubit 0 is in |+\rangle and qubit 1 is in |0\rangle, and the joint state factors. It is not yet entangled.

Step 3 — apply CNOT. The CNOT flips qubit 1 whenever qubit 0 is |1\rangle. Applied term by term to the superposition \tfrac{1}{\sqrt 2}(|00\rangle + |10\rangle):

So

\text{CNOT}\,\tfrac{1}{\sqrt 2}(|00\rangle + |10\rangle) \;=\; \tfrac{1}{\sqrt 2}(|00\rangle + |11\rangle) \;=\; |\Phi^+\rangle.

Why this state is now entangled: you cannot factor \tfrac{1}{\sqrt 2}(|00\rangle + |11\rangle) as a product (a|0\rangle + b|1\rangle) \otimes (c|0\rangle + d|1\rangle) = ac|00\rangle + ad|01\rangle + bc|10\rangle + bd|11\rangle. You would need ac = bd = \tfrac{1}{\sqrt 2} and ad = bc = 0. The second pair forces one of a, d to be 0 and one of b, c to be 0, which then breaks the first pair. No solution exists. This is the two-line proof that |\Phi^+\rangle is entangled.

You now have a Bell pair. On an IBM Quantum machine, this exact two-gate sequence is the first genuine quantum-computing "hello world" every student runs, and the resulting fidelity of the prepared |\Phi^+\rangle (usually 95-99% on current hardware) is one of the standard benchmark numbers reported for every new chip.

The other three Bell states

The same construction, preceded by a single Pauli on one qubit, gives each of the other three Bell states. Four input choices — identity, X, Z, or XZ — give four Bell states.

Circuits for all four Bell statesFour two-wire circuits stacked vertically. Each starts from ket 00. The first has only H + CNOT and outputs Phi plus. The second has Z on qubit 0 first, then H + CNOT, outputs Phi minus. The third has X on qubit 1 first, then H + CNOT, outputs Psi plus. The fourth has both X and Z before H + CNOT, outputs Psi minus.H|0⟩|0⟩|Φ⁺⟩ZH|0⟩|0⟩|Φ⁻⟩XH|0⟩|0⟩|Ψ⁺⟩ZXH|0⟩|0⟩|Ψ⁻⟩
Four two-gate circuits preparing each of the four Bell states. A single $X$ or $Z$ pre-applied to one qubit selects which Bell state comes out.

Deriving the four variants

For |\Phi^-\rangle — add Z on qubit 0 before H. Start at |00\rangle. Apply Z on qubit 0: Z|0\rangle = |0\rangle, so the state is unchanged at |00\rangle.

Wait — that's not quite how to get it at the start. Apply Z after H instead. Better: you can obtain |\Phi^-\rangle from |\Phi^+\rangle by applying Z to either qubit afterwards: Z \otimes I \cdot |\Phi^+\rangle = \tfrac{1}{\sqrt 2}(|00\rangle - |11\rangle) = |\Phi^-\rangle, using Z|0\rangle = |0\rangle and Z|1\rangle = -|1\rangle. The Z on the first qubit flips the sign of the |11\rangle term (where qubit 0 is 1) and leaves the |00\rangle term alone.

Alternatively, apply X on qubit 0 before H (so the initial state becomes |10\rangle, then H takes qubit 0 to \tfrac{1}{\sqrt 2}(|0\rangle - |1\rangle) = |-\rangle), then CNOT. Let's trace: after X, state is |10\rangle. After H on qubit 0, state is \tfrac{1}{\sqrt 2}(|00\rangle - |10\rangle). After CNOT, the |00\rangle is unchanged and |10\rangle flips to |11\rangle, giving \tfrac{1}{\sqrt 2}(|00\rangle - |11\rangle) = |\Phi^-\rangle.

Why both recipes work: X before H on qubit 0 is equivalent to H \cdot X = Z \cdot H (using the circuit identity HXH = Z), so pre-X plus H is the same as post-Z on the superposition side. Either way, you flip the sign on the |11\rangle amplitude of |\Phi^+\rangle.

For |\Psi^+\rangle — add X on qubit 1 before H+CNOT. Start at |00\rangle. Apply X on qubit 1: the state becomes |01\rangle. Apply H on qubit 0: \tfrac{1}{\sqrt 2}(|0\rangle + |1\rangle) \otimes |1\rangle = \tfrac{1}{\sqrt 2}(|01\rangle + |11\rangle). Apply CNOT: |01\rangle leaves qubit 1 alone (since qubit 0 is 0), and |11\rangle flips qubit 1 to |10\rangle. Result: \tfrac{1}{\sqrt 2}(|01\rangle + |10\rangle) = |\Psi^+\rangle.

For |\Psi^-\rangle — add both X (qubit 1) and Z (qubit 0) before H+CNOT. You can also get |\Psi^-\rangle by applying Z to one qubit of |\Psi^+\rangle: Z \otimes I \cdot \tfrac{1}{\sqrt 2}(|01\rangle + |10\rangle) = \tfrac{1}{\sqrt 2}(|01\rangle - |10\rangle) — the Z flips the sign on whichever terms have qubit 0 = 1, which in this case is just |10\rangle.

The Pauli-to-Bell-state correspondence

There is a compact way to say all of this at once. Write the four Bell states as

|\mathrm{Bell}_{ij}\rangle \;=\; (Z^i X^j \otimes I)\,|\Phi^+\rangle, \qquad (i, j) \in \{0, 1\}^2.

With (i, j) = (0, 0) you get |\Phi^+\rangle; (1, 0) gives |\Phi^-\rangle; (0, 1) gives |\Psi^+\rangle; (1, 1) gives |\Psi^-\rangle (up to an overall sign). A single Pauli on one qubit moves you between the four Bell states. This two-bit labelling (i, j) is exactly what Bell measurement will produce as its classical output — the measurement reads off i and j and tells you which of the four Bell states was detected.

Bell measurement — running the circuit backwards

Suppose someone hands you a two-qubit system in an unknown Bell state and asks you to identify which one it is. You cannot just measure in the computational basis — that tells you about |00\rangle, |01\rangle, |10\rangle, |11\rangle, which are not Bell states. You have to measure in the Bell basis.

The trick: run the Bell-construction circuit in reverse, then measure in the computational basis. The reverse of "H on qubit 0, then CNOT" is "CNOT, then H on qubit 0" — because both H and CNOT are their own inverses, so running them in reverse order undoes what they did.

Bell measurement circuitA two-wire circuit labelled with an unknown Bell state input. A CNOT fires first (dot on top wire, XOR on bottom), then a Hadamard on the top wire, then measurement meters on both wires. Each meter outputs a classical bit m0 and m1. The two bits identify which Bell state was measured.H|Bell⟩= m₀= m₁CNOTH(m₀, m₁) identifies the Bell state
The Bell measurement circuit: CNOT, then $H$ on the first qubit, then measure both qubits in the computational basis. The two classical bits identify which Bell state was present.

The outcome table

Apply CNOT then H to each of the four Bell states and see what computational-basis state you land on. The construction was |00\rangle \to H \to \text{CNOT} \to |\Phi^+\rangle. Running backwards: |\Phi^+\rangle \to \text{CNOT} \to H \to |00\rangle. Analogously for the others:

Input Bell state After CNOT + H Outcome (m_0, m_1)
|\Phi^+\rangle |00\rangle (0, 0)
|\Phi^-\rangle |10\rangle (1, 0)
|\Psi^+\rangle |01\rangle (0, 1)
|\Psi^-\rangle |11\rangle (1, 1)

Why each Bell state maps to a unique computational-basis state: the circuit CNOT then H is unitary and maps the Bell basis (four orthonormal states) to the computational basis (four orthonormal states). A unitary between two orthonormal bases is a one-to-one correspondence.

So a Bell measurement yields two classical bits (m_0, m_1) that uniquely identify which of the four Bell states was present. Because Bell states are orthogonal, the measurement is deterministic on pure Bell-state inputs — the same input always gives the same output pair.

Why Bell measurement is "non-local"

Here is the wild part. The two qubits of a Bell pair can be anywhere in the universe — qubit 0 in Mumbai and qubit 1 in Chennai. Local measurements on each qubit alone give you random classical bits with no correlation to the other side. To extract the full Bell-state identity you need to bring the two qubits together (or use a protocol that effectively does so, like entanglement swapping) so that the CNOT can fire across them. The Bell measurement is an entangling operation, and it cannot be done with separate local gates on the two qubits.

This fact — that Bell-basis information is globally distributed across a Bell pair and cannot be accessed locally — is the structural reason entanglement is a resource. It is also why you have met |\Psi^-\rangle (the singlet) as the state that maximally violates the Bell inequality: its correlations between local measurements are stronger than any classical model can reproduce, and the only way to see the violation is to collect local outcomes from both sides and compare them afterwards.

Applications — a preview

The Bell states are not academic exotica. They are the working currency of quantum information:

Example 1 — derive $|\Phi^+\rangle$ from $|00\rangle$ with why-annotations

Walk through the construction in full detail, showing every step.

Setup. The input is |00\rangle. Apply H on qubit 0, then CNOT (control = qubit 0, target = qubit 1). Goal: verify the output is |\Phi^+\rangle = \tfrac{1}{\sqrt 2}(|00\rangle + |11\rangle).

Step 1 — apply H \otimes I to |00\rangle. The operator H \otimes I acts as H on qubit 0 and identity on qubit 1. So the state |00\rangle = |0\rangle \otimes |0\rangle becomes H|0\rangle \otimes |0\rangle.

Use H|0\rangle = \tfrac{1}{\sqrt 2}(|0\rangle + |1\rangle):

(H \otimes I)|00\rangle \;=\; \tfrac{1}{\sqrt 2}\bigl(|0\rangle + |1\rangle\bigr) \otimes |0\rangle.

Distribute the tensor product over the sum:

= \;\tfrac{1}{\sqrt 2}\bigl(|0\rangle \otimes |0\rangle + |1\rangle \otimes |0\rangle\bigr) \;=\; \tfrac{1}{\sqrt 2}\bigl(|00\rangle + |10\rangle\bigr).

Why distribute: the tensor product is bilinear — you can distribute it over sums in either argument. (a + b) \otimes c = a \otimes c + b \otimes c, just like scalar multiplication distributes over addition.

Intermediate state: \tfrac{1}{\sqrt 2}(|00\rangle + |10\rangle). Note this is still a product state — it factors as |+\rangle \otimes |0\rangle.

Step 2 — apply CNOT. The CNOT flips qubit 1 whenever qubit 0 is |1\rangle. Apply it term by term to the superposition:

  • \text{CNOT}|00\rangle = |00\rangle (qubit 0 is 0, no flip).
  • \text{CNOT}|10\rangle = |11\rangle (qubit 0 is 1, qubit 1 flips from 0 to 1).

So

\text{CNOT}\,\tfrac{1}{\sqrt 2}\bigl(|00\rangle + |10\rangle\bigr) \;=\; \tfrac{1}{\sqrt 2}\bigl(|00\rangle + |11\rangle\bigr) \;=\; |\Phi^+\rangle.

Why the CNOT creates entanglement here: before CNOT, the state was a product |+\rangle|0\rangle. After CNOT, the two terms are |00\rangle and |11\rangle — the two qubits' values are perfectly correlated. You cannot factor this into a product of two single-qubit states; the two-line algebraic proof was given in the entanglement chapter.

Result. The two-gate circuit \text{CNOT} \cdot (H \otimes I) applied to |00\rangle produces |\Phi^+\rangle. The output has unit norm (\tfrac{1}{\sqrt 2}^2 + \tfrac{1}{\sqrt 2}^2 = 1), it has two non-zero amplitudes on the computational basis |00\rangle and |11\rangle, and it is the canonical Bell pair used in every quantum-communication protocol.

Example 2 — Bell measurement outcomes for $|\Phi^+\rangle$ and $|\Psi^-\rangle$

The Bell measurement circuit is CNOT followed by H on qubit 0, then computational-basis measurement. Predict the outcome distribution for two specific Bell-state inputs.

Setup. Two cases: (a) input |\Phi^+\rangle = \tfrac{1}{\sqrt 2}(|00\rangle + |11\rangle), and (b) input |\Psi^-\rangle = \tfrac{1}{\sqrt 2}(|01\rangle - |10\rangle). Verify case (a) gives (m_0, m_1) = (0, 0) deterministically, and case (b) gives (m_0, m_1) = (1, 1) deterministically.

Case (a): |\Phi^+\rangle through CNOT + H.

Apply CNOT first:

\text{CNOT}\,\tfrac{1}{\sqrt 2}(|00\rangle + |11\rangle) \;=\; \tfrac{1}{\sqrt 2}(|00\rangle + |10\rangle).

Why: CNOT leaves |00\rangle alone and takes |11\rangle to |10\rangle (qubit 0 is 1, so qubit 1 flips from 1 to 0).

The intermediate state factors as |+\rangle \otimes |0\rangle. Now apply H on qubit 0:

H|+\rangle \otimes |0\rangle \;=\; |0\rangle \otimes |0\rangle \;=\; |00\rangle.

Why H|+\rangle = |0\rangle: the Hadamard takes |0\rangle to |+\rangle and, being self-inverse, takes |+\rangle back to |0\rangle.

Measure in the computational basis: the outcome is (m_0, m_1) = (0, 0) with probability 1. Deterministic.

Case (b): |\Psi^-\rangle through CNOT + H.

Apply CNOT:

\text{CNOT}\,\tfrac{1}{\sqrt 2}(|01\rangle - |10\rangle) \;=\; \tfrac{1}{\sqrt 2}(|01\rangle - |11\rangle).

Why: CNOT leaves |01\rangle alone (qubit 0 is 0). It takes |10\rangle to |11\rangle (qubit 0 is 1, so qubit 1 flips). The minus sign rides along.

Factor: \tfrac{1}{\sqrt 2}(|01\rangle - |11\rangle) = \tfrac{1}{\sqrt 2}(|0\rangle - |1\rangle) \otimes |1\rangle = |-\rangle \otimes |1\rangle.

Apply H on qubit 0: H|-\rangle = |1\rangle. The state becomes |1\rangle \otimes |1\rangle = |11\rangle.

Why H|-\rangle = |1\rangle: the Hadamard maps |1\rangle to |-\rangle and, self-inversely, |-\rangle back to |1\rangle.

Measure: the outcome is (m_0, m_1) = (1, 1) with probability 1. Deterministic.

Result. Each Bell state produces a unique two-bit outcome under Bell measurement. |\Phi^+\rangle \to (0, 0), |\Phi^-\rangle \to (1, 0), |\Psi^+\rangle \to (0, 1), |\Psi^-\rangle \to (1, 1). This deterministic labelling is what makes Bell measurement useful — one measurement uniquely identifies the state.

Bell measurement outcomes for two Bell statesTwo small panels side by side. The left panel shows input Phi plus mapping through CNOT + H to outcome (0, 0). The right panel shows input Psi minus mapping through CNOT + H to outcome (1, 1).input |Φ⁺⟩|Φ⁺⟩CNOT + H(0, 0)deterministic outcomeinput |Ψ⁻⟩|Ψ⁻⟩CNOT + H(1, 1)deterministic outcome
Bell measurement applied to $|\Phi^+\rangle$ yields the two-bit outcome $(0, 0)$ deterministically; applied to $|\Psi^-\rangle$ it yields $(1, 1)$ deterministically.

Common confusions

Going deeper

You now know the four Bell states, how to prepare them, how to measure in the Bell basis, and why they are the standard entanglement resource for quantum communication. The remaining sections cover the Pauli-to-Bell correspondence in full generality, the singlet's fermionic character, maximal CHSH violation, experimental QKD using Bell states, and a preview of multipartite entanglement (GHZ and W states).

The Pauli-Bell correspondence — full form

Every Bell state can be written as a Pauli applied to |\Phi^+\rangle on one qubit. Concretely:

|\Phi^+\rangle = (I \otimes I)|\Phi^+\rangle, \quad |\Phi^-\rangle = (Z \otimes I)|\Phi^+\rangle, \quad |\Psi^+\rangle = (X \otimes I)|\Phi^+\rangle, \quad |\Psi^-\rangle = (XZ \otimes I)|\Phi^+\rangle.

(Up to an overall sign in the last case — (XZ \otimes I)|\Phi^+\rangle equals i|\Psi^-\rangle if you use XZ = iY, depending on convention.)

This means: once Alice and Bob share a Bell pair |\Phi^+\rangle, Alice can encode two classical bits into the pair by applying one of \{I, Z, X, XZ\} to her qubit. The receiver who gets both qubits can do a Bell measurement and read off which Pauli Alice applied — this is the superdense coding protocol. The Pauli-Bell correspondence is the algebraic heart of why two classical bits fit into one quantum bit (given pre-shared entanglement).

The singlet and its fermionic flavour

The singlet |\Psi^-\rangle = \tfrac{1}{\sqrt 2}(|01\rangle - |10\rangle) is antisymmetric under qubit exchange — the swap operator maps |\Psi^-\rangle \to -|\Psi^-\rangle. Particles whose wavefunctions are antisymmetric under exchange are fermions; electrons, protons, and neutrons are fermions. The Pauli exclusion principle — "two electrons cannot occupy the same quantum state" — is exactly the statement that the two-electron wavefunction must be antisymmetric, and if they are in the same state the antisymmetric combination is 0.

The other three Bell states are symmetric under exchange and correspond (in a loose sense) to bosonic statistics. Photons, phonons, and the Higgs boson are bosons. S.N. Bose's 1924 paper — the foundational work on bosonic quantum statistics — is the Indian physics root of this split.

The singlet also has the property that it is rotationally invariant — applying the same single-qubit unitary U to both qubits, (U \otimes U)|\Psi^-\rangle = |\Psi^-\rangle (up to a phase). This uniqueness is not shared by the other Bell states and is why |\Psi^-\rangle shows up in any scenario with rotational symmetry, including NMR and some QKD protocols.

Maximal CHSH violation

The CHSH inequality (Bell chapter, already published) defines a quantity S that any local hidden variable theory must satisfy |S| \leq 2. Quantum mechanics can achieve |S| = 2\sqrt{2} \approx 2.828 — the Tsirelson bound. The state that achieves this maximum is exactly |\Psi^-\rangle, with specific choices of measurement angles on each side. Experiments verifying this violation are how we know, empirically, that nature is not locally realistic — the 2022 Physics Nobel recognised this exact lineage of experiments.

Bell states in quantum key distribution

The Ekert 1991 protocol (E91) uses Bell pairs directly: Alice and Bob share a stream of |\Phi^+\rangle pairs, each measures randomly in one of several bases, and the measurement correlations (when they happen to choose compatible bases) form a shared secret key. An eavesdropper cannot intercept without disturbing the CHSH statistics, and the CHSH inequality becomes a detector for eavesdropping. Modern satellite-based QKD — including ISRO's 2022 demonstration, and China's Micius satellite experiments — uses this kind of entanglement-based scheme or its BBM92 variant. The Raman Research Institute in Bangalore has a dedicated quantum-optics lab producing polarisation-entangled photon Bell pairs for QKD and foundational experiments.

Preview of multipartite entanglement

Two qubits give you four Bell states. Three qubits give you two inequivalent classes of entanglement: the GHZ state \tfrac{1}{\sqrt 2}(|000\rangle + |111\rangle) and the W state \tfrac{1}{\sqrt 3}(|001\rangle + |010\rangle + |100\rangle). These cannot be converted into each other by any local operation on the three qubits — they are genuinely different kinds of three-qubit entanglement. Chapter 39 covers GHZ and W in detail. The general story — that multipartite entanglement has a richer classification than bipartite — is one of the foundational surprises of quantum information.

Where this leads next

References

  1. Wikipedia, Bell state — the four states, their preparation, and properties.
  2. John Preskill, Lecture Notes on Quantum Computation, Ch. 4 — theory.caltech.edu/~preskill/ph229.
  3. Nielsen and Chuang, Quantum Computation and Quantum Information (2010), §2.3 (Bell states and measurements) — Cambridge University Press.
  4. Qiskit Textbook, Entanglement and Bell States — Qiskit code to prepare and measure Bell states.
  5. Wikipedia, CHSH inequality — the quantitative Bell inequality, and why |\Psi^-\rangle maximally violates it.
  6. IBM Quantum Learning, Entanglement in Action: Bell States — interactive tutorial for preparing and measuring Bell states on real hardware.