intermediate · Physics · Addition of Angular Momenta
Total Spin of Two Qubits
The smallest addition problem
The simplest non-trivial case of adding angular momenta is two spin-21 particles, with
j1=j2=21. The combined space has dimension (2⋅21+1)2=4, spanned by the
four uncoupled states
∣↑↑⟩,∣↑↓⟩,∣↓↑⟩,∣↓↓⟩,
where the first arrow is particle 1 and the second is particle 2. In qubit language these are the
computational basis states ∣00⟩,∣01⟩,∣10⟩,∣11⟩ with
∣↑⟩=∣0⟩ and ∣↓⟩=∣1⟩.
The total-spin-squared operator
The total spin is S=S1+S2. Squaring,
S2=(S1+S2)⋅(S1+S2)=S12+S22+2S1⋅S2.
The dot product is most usefully written using the z-component and the ladder operatorsS±=Sx±iSy:
S1⋅S2=S1zS2z+21(S1+S2−+S1−S2+).
The ladder form is the practical engine for the whole subject. Recall the action on a single
spin-21:
with S+∣↑⟩=0 and S−∣↓⟩=0 (you cannot raise the top or
lower the bottom).
Total spin of the aligned state
Apply S2 to ∣↑↑⟩. Each single spin gives
Si2=43ℏ2. The S1zS2z piece gives
(2ℏ)(2ℏ)=41ℏ2. Both ladder cross terms vanish, since
S2− followed by S2+ would need to raise particle 2 above the top, and symmetrically for
particle 1. Therefore
S2∣↑↑⟩=(43+43+2⋅41)ℏ2∣↑↑⟩=2ℏ2∣↑↑⟩.
So ∣↑↑⟩ is an eigenstate of S2 with eigenvalue 2ℏ2.
Matching to S2=ℏ2s(s+1) gives s(s+1)=2, hence s=1. The fully aligned
two-spin state therefore has total spin s=1.
Try it
This is a numerical exercise — your code should return a number. Compute
⟨↑↑∣S2∣↑↑⟩/ℏ2 by summing the three
contributions worked out above.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.