|q⟩ Bad Qubits

intermediate · Physics · Identical Particles & Exchange Symmetry

Symmetric and Antisymmetric States

The indistinguishability requirement from the previous lesson said the probability density must be unchanged when we swap two particles. Here we turn that into a precise statement about the wavefunction itself, and we construct the two kinds of states that satisfy it.

The exchange operator

Define the exchange operator P^12\hat{P}_{12} that swaps the labels of particles 1 and 2:

P^12ψ(x1,x2)=ψ(x2,x1).\hat{P}_{12}\,\psi(x_1, x_2) = \psi(x_2, x_1).

Applying it twice returns the original state, so P^122=1\hat{P}_{12}^2 = \mathbb{1}. The eigenvalues of an operator that squares to the identity can only be ±1\pm 1. For identical particles the Hamiltonian treats both labels symmetrically, so P^12\hat{P}_{12} commutes with H^\hat{H} and physical states can be chosen to be eigenstates of P^12\hat{P}_{12}. There are exactly two possibilities:

P^12ψ=+ψ(symmetric),P^12ψ=ψ(antisymmetric).\hat{P}_{12}\,\psi = +\psi \quad (\text{symmetric}), \qquad \hat{P}_{12}\,\psi = -\psi \quad (\text{antisymmetric}).

Both choices give ψ(x1,x2)2=ψ(x2,x1)2|\psi(x_1,x_2)|^2 = |\psi(x_2,x_1)|^2, so both respect indistinguishability. The overall sign is unobservable on its own but governs how the particles correlate.

Symmetrizing two product states

Take two distinct single-particle states ψ1\psi_1 and ψ2\psi_2. The two product orderings, ψ1(x1)ψ2(x2)\psi_1(x_1)\psi_2(x_2) and ψ1(x2)ψ2(x1)\psi_1(x_2)\psi_2(x_1), are not eigenstates of exchange. Their normalized symmetric and antisymmetric combinations are:

ψS=12[ψ1(x1)ψ2(x2)+ψ1(x2)ψ2(x1)],\psi_S = \tfrac{1}{\sqrt{2}}\big[\psi_1(x_1)\psi_2(x_2) + \psi_1(x_2)\psi_2(x_1)\big], ψA=12[ψ1(x1)ψ2(x2)ψ1(x2)ψ2(x1)].\psi_A = \tfrac{1}{\sqrt{2}}\big[\psi_1(x_1)\psi_2(x_2) - \psi_1(x_2)\psi_2(x_1)\big].

Acting with P^12\hat{P}_{12} on ψS\psi_S leaves it unchanged; acting on ψA\psi_A flips its sign. These are precisely the +1+1 and 1-1 eigenstates we wanted.

A qubit model

We can mirror this structure with two qubits. Let qubit 0 record whether particle A sits in state "1," and qubit 1 record whether particle B sits in state "1," so the basis state 01|01\rangle means "the first slot is empty, the second is filled" and 10|10\rangle means the reverse. The two exchange eigenstates become familiar entangled pairs:

ψS=12(01+10),ψA=12(0110).|\psi_S\rangle = \tfrac{1}{\sqrt{2}}\big(|01\rangle + |10\rangle\big), \qquad |\psi_A\rangle = \tfrac{1}{\sqrt{2}}\big(|01\rangle - |10\rangle\big).

Swapping the two qubits (exchanging the particles) leaves ψS|\psi_S\rangle unchanged and sends ψAψA|\psi_A\rangle \to -|\psi_A\rangle. The antisymmetric combination ψA|\psi_A\rangle is the famous spin singlet; the symmetric one is a member of the triplet.

Try it

Build the antisymmetric state 12(0110)\tfrac{1}{\sqrt{2}}(|01\rangle - |10\rangle) on two qubits. The grader checks the full statevector, so you need amplitude +1/2+1/\sqrt{2} on 01|01\rangle, 1/2-1/\sqrt{2} on 10|10\rangle, and zero on 00|00\rangle and 11|11\rangle.

Run your code to see the quantum state.

Sign in on the full site to ask questions and join the discussion.