|q⟩ Bad Qubits

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-12\tfrac12 particles, with j1=j2=12j_1 = j_2 = \tfrac12. The combined space has dimension (212+1)2=4(2\cdot\tfrac12+1)^2 = 4, spanned by the four uncoupled states

 ⁣, ⁣, ⁣, ⁣,|\!\uparrow\uparrow\rangle,\quad |\!\uparrow\downarrow\rangle,\quad |\!\downarrow\uparrow\rangle,\quad |\!\downarrow\downarrow\rangle,

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|00\rangle, |01\rangle, |10\rangle, |11\rangle with  ⁣=0|\!\uparrow\rangle = |0\rangle and  ⁣=1|\!\downarrow\rangle = |1\rangle.

The total-spin-squared operator

The total spin is S=S1+S2\mathbf{S} = \mathbf{S}_1 + \mathbf{S}_2. Squaring,

S2=(S1+S2)(S1+S2)=S12+S22+2S1S2.\mathbf{S}^2 = (\mathbf{S}_1 + \mathbf{S}_2)\cdot(\mathbf{S}_1 + \mathbf{S}_2) = \mathbf{S}_1^2 + \mathbf{S}_2^2 + 2\,\mathbf{S}_1\cdot\mathbf{S}_2 .

The dot product is most usefully written using the zz-component and the ladder operators S±=Sx±iSyS_\pm = S_x \pm i S_y:

S1S2=S1zS2z+12 ⁣(S1+S2+S1S2+).\mathbf{S}_1\cdot\mathbf{S}_2 = S_{1z}S_{2z} + \tfrac12\!\left( S_{1+}S_{2-} + S_{1-}S_{2+} \right).

The ladder form is the practical engine for the whole subject. Recall the action on a single spin-12\tfrac12:

Sz ⁣=+2 ⁣,Sz ⁣=2 ⁣,S+ ⁣= ⁣,S ⁣= ⁣,S_z|\!\uparrow\rangle = +\tfrac{\hbar}{2}|\!\uparrow\rangle,\quad S_z|\!\downarrow\rangle = -\tfrac{\hbar}{2}|\!\downarrow\rangle,\quad S_+|\!\downarrow\rangle = \hbar|\!\uparrow\rangle,\quad S_-|\!\uparrow\rangle = \hbar|\!\downarrow\rangle,

with S+ ⁣=0S_+|\!\uparrow\rangle = 0 and S ⁣=0S_-|\!\downarrow\rangle = 0 (you cannot raise the top or lower the bottom).

Total spin of the aligned state

Apply S2\mathbf{S}^2 to  ⁣|\!\uparrow\uparrow\rangle. Each single spin gives Si2=342\mathbf{S}_i^2 = \tfrac34\hbar^2. The S1zS2zS_{1z}S_{2z} piece gives (2)(2)=142(\tfrac{\hbar}{2})(\tfrac{\hbar}{2}) = \tfrac14\hbar^2. Both ladder cross terms vanish, since S2S_{2-} followed by S2+S_{2+} would need to raise particle 2 above the top, and symmetrically for particle 1. Therefore

S2 ⁣=(34+34+214)2 ⁣=22 ⁣.\mathbf{S}^2\,|\!\uparrow\uparrow\rangle = \left(\tfrac34 + \tfrac34 + 2\cdot\tfrac14\right)\hbar^2\,|\!\uparrow\uparrow\rangle = 2\hbar^2\,|\!\uparrow\uparrow\rangle .

So  ⁣|\!\uparrow\uparrow\rangle is an eigenstate of S2\mathbf{S}^2 with eigenvalue 222\hbar^2. Matching to S2=2s(s+1)\mathbf{S}^2 = \hbar^2 s(s+1) gives s(s+1)=2s(s+1) = 2, hence s=1s = 1. The fully aligned two-spin state therefore has total spin s=1s = 1.

Try it

This is a numerical exercise — your code should return a number. Compute  ⁣S2 ⁣/2\langle\!\uparrow\uparrow| \mathbf{S}^2 |\!\uparrow\uparrow\rangle / \hbar^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.