Nuclear Deformation
Many nuclei away from closed shells are permanently deformed. The nuclear shape is parameterized by the multipole expansion of the nuclear radius:
The dominant deformation is quadrupole ($\lambda = 2$), characterized by the deformation parameters $\beta$ and $\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:
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:
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:
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|$:
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
PythonLevel schemes for ideal rotor and quadrupole vibrator nuclei
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
FortranComputes intrinsic quadrupole moments and deformation parameters
Click Run to execute the Fortran code
Code will be compiled with gfortran and executed on the server