The Simplest Nucleus
The deuteron ($^2$H or $d$) is the only bound state of the two-nucleon system and serves as the fundamental laboratory for understanding the nucleon-nucleon interaction. With just one proton and one neutron, it is the simplest composite nucleus and its properties provide direct constraints on the nuclear force.
Experimental Properties
Quantum Numbers and Selection Rules
The deuteron has $J^\pi = 1^+$. The total angular momentum is$\mathbf{J} = \mathbf{L} + \mathbf{S}$, where $\mathbf{S} = \mathbf{s}_p + \mathbf{s}_n$ is the total spin. Since $J = 1$ and the parity is $(-1)^L = +1$, the orbital angular momentum must be even: $L = 0, 2, 4, \ldots$
To couple to $J = 1$ with even $L$, we need the total spin $S = 1$ (triplet state). The allowed states are therefore:
The deuteron is predominantly in the $^3S_1$ state (S-wave, $L=0$), but the tensor force mixes in a $^3D_1$ component. The absence of a bound $^1S_0$ state (singlet, $S=0$) means the nuclear force is spin-dependent: it is stronger in the triplet channel than in the singlet.
The isospin is $T = 0$ (isoscalar). By the generalized Pauli principle for two nucleons, the total wave function must be antisymmetric. With $S = 1$ (symmetric spin) and $T = 0$ (antisymmetric isospin), the spatial wave function must be symmetric, consistent with even $L$.
Square Well Model
The simplest model treats the deuteron as a particle of reduced mass$\mu = m_N/2 \approx 469.5$ MeV/$c^2$ moving in a spherical square well potential of depth $V_0$ and radius $R$:
For the S-wave ($L = 0$), the radial Schrodinger equation with $u(r) = rR(r)$ gives:
The solutions are:
Interior ($r < R$):
Exterior ($r > R$):
Matching $u$ and $u'$ at $r = R$ gives the eigenvalue condition:
With $R \approx 2.1$ fm and $B_d = 2.225$ MeV, one finds $V_0 \approx 36$ MeV. The small binding energy ($B_d \ll V_0$) means the deuteron is a weakly bound system with a large spatial extent. The exponential tail $e^{-\kappa r}$ extends far beyond the range of the nuclear force, with a characteristic decay length$1/\kappa \approx 4.3$ fm.
Tensor Force and D-State Admixture
The existence of a nonzero electric quadrupole moment $Q_d = 0.286$ fm$^2$ is direct evidence that the deuteron is not a pure S-state. A state with $L = 0$ has spherical symmetry and therefore $Q = 0$. The nonzero quadrupole moment requires a D-state ($L = 2$) admixture.
The tensor force is responsible for this mixing. It has the operator form:
The tensor operator $S_{12}$ has the same angular structure as the magnetic dipole-dipole interaction and couples states with $\Delta L = 2$, mixing$^3S_1$ and $^3D_1$. In one-pion exchange, the tensor force arises naturally from the pseudoscalar coupling of the pion.
The deuteron wave function is therefore:
where $u(r)$ and $w(r)$ are the S-wave and D-wave radial functions. The D-state probability is:
Evidence for the Tensor Force
- 1. Quadrupole moment: $Q_d > 0$ requires $L = 2$ admixture
- 2. Magnetic moment: Pure S-state predicts $\mu_d = \mu_p + \mu_n = 0.8798\;\mu_N$, but the experimental value is $0.8574\;\mu_N$. The 2.5% discrepancy is explained by D-state mixing
- 3. Photo-disintegration: The angular distribution of $\gamma + d \to p + n$ requires D-state contributions
- 4. Asymptotic D/S ratio: $\eta = w(r)/u(r)|_{r\to\infty} = 0.0256 \pm 0.0004$, a precisely measured quantity
Magnetic and Quadrupole Moments
The magnetic moment operator for the deuteron is:
where $\mu_p = 2.7928\;\mu_N$ and $\mu_n = -1.9130\;\mu_N$. For a mixed S-D state with $M_J = J = 1$:
Setting $\mu_d = 0.8574\;\mu_N$ gives $P_D \approx 4\%$, but exchange currents (meson exchange corrections to the electromagnetic current operator) modify this estimate to$P_D \approx 5\text{--}7\%$.
The quadrupole moment provides a complementary constraint. For the mixed state:
Effective Range Theory
The low-energy np scattering in the triplet ($^3S_1$) channel is intimately connected to the deuteron bound state through effective range theory. The S-wave phase shift is parameterized as:
where $a_t = 5.424$ fm is the triplet scattering length and $r_t = 1.759$ fm is the triplet effective range. For a bound state at $k = i\kappa$:
At leading order, $\kappa \approx 1/a_t$, which gives $\kappa \approx 0.184$ fm$^{-1}$, compared to the exact value $\kappa = 0.2316$ fm$^{-1}$. The 20% discrepancy shows that the effective range correction is significant: the deuteron is large but not infinitely large compared to the range of the force.
The fact that $a_t \gg r_t$ (and $a_t \gg R$ where $R$ is the force range) means the deuteron is close to the unitarity limit, a regime where the scattering length diverges and universal properties emerge, independent of the details of the short-range interaction.
Python Simulation: Deuteron Wave Function
Solves for the deuteron bound state in a square well potential via eigenvalue matching, computes the radial wave function, probability density, and magnetic moment with D-state corrections.
Deuteron Bound State
PythonS-wave wave function, probability density, and potential for the np bound state
Click Run to execute the Python code
Code will be executed with Python 3 on the server
Fortran Implementation: Deuteron Properties
Solves the eigenvalue condition for the square well, computes wave function properties, and performs a D-state admixture scan for the magnetic moment.
Deuteron Bound State Solver
FortranFinds well depth, wave function, and scans D-state effects on magnetic moment
Click Run to execute the Fortran code
Code will be compiled with gfortran and executed on the server