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 operatorP^12 that swaps the labels of particles 1 and 2:
P^12ψ(x1,x2)=ψ(x2,x1).
Applying it twice returns the original state, so P^122=1. The eigenvalues of an
operator that squares to the identity can only be ±1. For identical particles the Hamiltonian
treats both labels symmetrically, so P^12 commutes with H^ and physical states can be
chosen to be eigenstates of P^12. There are exactly two possibilities:
P^12ψ=+ψ(symmetric),P^12ψ=−ψ(antisymmetric).
Both choices give ∣ψ(x1,x2)∣2=∣ψ(x2,x1)∣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 and ψ2. The two product orderings,
ψ1(x1)ψ2(x2) and ψ1(x2)ψ2(x1), are not eigenstates of exchange. Their
normalized symmetric and antisymmetric combinations are:
Acting with P^12 on ψS leaves it unchanged; acting on ψA flips its sign. These
are precisely the +1 and −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⟩ means
"the first slot is empty, the second is filled" and ∣10⟩ means the reverse. The two
exchange eigenstates become familiar entangled pairs:
∣ψS⟩=21(∣01⟩+∣10⟩),∣ψA⟩=21(∣01⟩−∣10⟩).
Swapping the two qubits (exchanging the particles) leaves ∣ψS⟩ unchanged and sends
∣ψA⟩→−∣ψA⟩. The antisymmetric combination ∣ψA⟩ is the famous
spin singlet; the symmetric one is a member of the triplet.
Try it
Build the antisymmetric state 21(∣01⟩−∣10⟩) on two qubits. The
grader checks the full statevector, so you need amplitude +1/2 on ∣01⟩,
−1/2 on ∣10⟩, and zero on ∣00⟩ and ∣11⟩.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.