|q⟩ Bad Qubits

beginner · Physics · The Quantum Harmonic Oscillator (Intro)

Vibrations of Molecules

Molecular bonds act like springs

Every stable diatomic molecule — such as HCl, CO, or H2_2 — has an equilibrium bond length r0r_0 at which the potential energy is a minimum. If the bond is stretched or compressed by a small displacement x=rr0x = r - r_0 from that equilibrium, the restoring force is approximately linear:

Fkx,F \approx -kx,

where kk is the bond force constant (units N/m). This is Hooke's law, and it means the potential near equilibrium is parabolic:

V(x)12kx2.V(x) \approx \frac{1}{2}kx^2.

This parabolic form is precisely the quantum harmonic oscillator potential V=12mω2x2V = \frac{1}{2}m\omega^2 x^2, with the angular frequency given by ω=k/μ\omega = \sqrt{k/\mu}, where μ\mu is the reduced mass of the two atoms.

Reduced mass

For a diatomic molecule with atom masses m1m_1 and m2m_2, the two-body vibration problem reduces to an equivalent one-body problem with a single particle of reduced mass

μ=m1m2m1+m2.\mu = \frac{m_1 m_2}{m_1 + m_2}.

This substitution converts the relative-coordinate Schrödinger equation into the standard harmonic oscillator equation. For example, for HCl (mH1.008um_\text{H} \approx 1.008\,\text{u}, mCl35.45um_\text{Cl} \approx 35.45\,\text{u}):

μHCl=(1.008)(35.45)1.008+35.45u0.980u.\mu_\text{HCl} = \frac{(1.008)(35.45)}{1.008 + 35.45}\,\text{u} \approx 0.980\,\text{u}.

Because hydrogen is so much lighter than chlorine, the reduced mass is dominated by the hydrogen mass — the chlorine barely moves while the hydrogen oscillates back and forth.

Vibrational energy levels

Substituting the reduced mass into the oscillator energy formula immediately gives the vibrational energy levels of the molecule:

En=ω ⁣(n+12),n=0,1,2,,\boxed{E_n = \hbar\omega\!\left(n + \tfrac{1}{2}\right), \quad n = 0, 1, 2, \ldots,}

where ω=k/μ\omega = \sqrt{k/\mu}. Molecular spectroscopists usually quote ω\hbar\omega in wavenumbers (cm1^{-1}) or in eV. Converting via E=hcν~E = hc\tilde{\nu} with hc=1.240×104eV⋅cmhc = 1.240 \times 10^{-4}\,\text{eV·cm}:

ω(1.240×104eV⋅cm)×(2886cm1)0.358eV\hbar\omega \approx (1.240 \times 10^{-4}\,\text{eV·cm}) \times (2886\,\text{cm}^{-1}) \approx 0.358\,\text{eV}

for the HCl stretching mode, where ν~=2886cm1\tilde{\nu} = 2886\,\text{cm}^{-1} is the measured fundamental absorption wavenumber. Every upward transition nn+1n \to n+1 absorbs a photon of this energy.

The zero-point energy is observable

Even at absolute zero a molecule does not sit still at the bottom of its potential well. The ground-state energy

E0=12ωE_0 = \tfrac{1}{2}\hbar\omega

is the zero-point energy — a direct consequence of the Heisenberg uncertainty principle. For HCl, E00.179eVE_0 \approx 0.179\,\text{eV}, which is large enough to affect the equilibrium bond length and isotope-dependent properties. Replacing the hydrogen with deuterium (D) raises μ\mu and therefore changes ω\omega and E0E_0, shifting every absorption line. This isotope shift was one of the earliest precise tests of the quantum oscillator model.

Infrared spectroscopy

A diatomic molecule can absorb or emit infrared radiation when its electric dipole moment changes during vibration. The selection rule for a harmonic oscillator is Δn=±1\Delta n = \pm 1, so the spectrum consists of a single line at energy ω\hbar\omega (the fundamental). Real molecules are not perfectly harmonic — anharmonicity makes the potential asymmetric and slightly softens the ladder, producing weak overtone lines near 2ω2\hbar\omega, 3ω3\hbar\omega, and so on, each slightly below the harmonic prediction. The lowest-order correction comes from the Morse potential, but for small nn the harmonic approximation is excellent.

Try it

This is a numerical exercise — your code should return a number. A diatomic molecule has a vibrational quantum ω=0.36eV\hbar\omega = 0.36\,\text{eV} (close to the HCl stretching mode). Compute the energy (in eV) of the first excited vibrational level n=1n = 1 using En=ω(n+12)E_n = \hbar\omega(n + \frac{1}{2}).

Run your code to see the quantum state.

Sign in on the full site to ask questions and join the discussion.