← Part IV: Nuclear Models
Chapter 11

Collective Models

Nuclear Deformation

Many nuclei away from closed shells are permanently deformed. The nuclear shape is parameterized by the multipole expansion of the nuclear radius:

$$R(\theta, \phi) = R_0\left(1 + \sum_{\lambda \mu} \alpha_{\lambda\mu} Y_\lambda^\mu(\theta, \phi)\right)$$

The dominant deformation is quadrupole ($\lambda = 2$), characterized by the deformation parameters $\beta$ and $\gamma$:

$$\alpha_{20} = \beta\cos\gamma, \quad \alpha_{2\pm2} = \frac{1}{\sqrt{2}}\beta\sin\gamma$$
  • - $\gamma = 0$: Prolate (rugby ball) deformation
  • - $\gamma = 60°$: Oblate (disc) deformation
  • - $\beta \approx 0.2$-0.3: Typical for well-deformed nuclei (rare earths, actinides)

Rotational Spectra

A permanently deformed nucleus can rotate collectively. For an axially symmetric nucleus (prolate or oblate), the rotational energy is:

$$E_{\text{rot}}(J) = \frac{\hbar^2}{2\mathscr{I}}\,J(J+1)$$

where $\mathscr{I}$ is the moment of inertia. For even-even nuclei, the ground state band has $J^\pi = 0^+, 2^+, 4^+, 6^+, \ldots$ The characteristic energy ratios are:

$$\frac{E(4^+)}{E(2^+)} = \frac{4\times5}{2\times3} = \frac{10}{3} \approx 3.33$$

This ratio is a powerful diagnostic: values near 3.33 indicate a good rotor (e.g., $^{166}$Er: 3.31), while values near 2.0 indicate a vibrator, and values near 2.5 indicate transitional behavior.

Vibrational Spectra

Spherical nuclei near closed shells can undergo shape oscillations (vibrations) about the equilibrium shape. Quantizing these vibrations gives phonon excitations:

$$E(n) = n\hbar\omega_\lambda$$

For quadrupole vibrations ($\lambda = 2$), each phonon carries $J^\pi = 2^+$:

  • - 0 phonons: $0^+$ ground state
  • - 1 phonon: $2^+$ state at $E = \hbar\omega$
  • - 2 phonons: Triplet $0^+, 2^+, 4^+$ at $E = 2\hbar\omega$

The hallmark is $E(4^+)/E(2^+) = 2.0$ and a degenerate two-phonon triplet.

The Nilsson Diagram

The Nilsson diagram plots single-particle energy levels as a function of the deformation parameter $\delta$ (or $\epsilon_2$). Each spherical level splits into $(2j+1)/2$ levels labeled by the projection quantum number$\Omega = |m_j|$:

$$[Nn_z\Lambda]\Omega^\pi$$

where $N$ is the major shell, $n_z$ is the oscillator quantum number along the symmetry axis, $\Lambda$ is the orbital angular momentum projection, and$\Omega$ is the total angular momentum projection. The Nilsson diagram explains ground-state spins of odd-A deformed nuclei and predicts the onset of deformation as a function of nucleon number.

Python Simulation: Collective Spectra

Comparison of rotational and vibrational energy level patterns in collective nuclear models.

Rotational and Vibrational Energy Spectra

Python

Level schemes for ideal rotor and quadrupole vibrator nuclei

script.py91 lines

Click Run to execute the Python code

Code will be executed with Python 3 on the server

Fortran Implementation

Computes quadrupole deformation and moments for deformed nuclei.

Deformed Nucleus Quadrupole Moment

Fortran

Computes intrinsic quadrupole moments and deformation parameters

deformed_nucleus.f9059 lines

Click Run to execute the Fortran code

Code will be compiled with gfortran and executed on the server