|q⟩ Bad Qubits

beginner · Physics · The Quantum Harmonic Oscillator (Intro)

Equal Energy Spacing

Why the spacing is constant

The energy eigenvalues of the quantum harmonic oscillator are

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

The gap between level n+1n+1 and level nn is

ΔE=En+1En=ω ⁣(n+1+12)ω ⁣(n+12)=ω.\Delta E = E_{n+1} - E_n = \hbar\omega\!\left(n + 1 + \tfrac{1}{2}\right) - \hbar\omega\!\left(n + \tfrac{1}{2}\right) = \hbar\omega.

Because the nn cancels out exactly, every adjacent pair of levels is separated by the same energy ω\hbar\omega, regardless of which rung of the ladder you are on. This uniform spacing is a characteristic signature of the harmonic oscillator and does not hold for other potentials such as the infinite square well or the hydrogen atom.

Reading the uniform ladder

The spectrum looks like equally-spaced rungs:

| Transition | Energy absorbed | |---|---| | n=0n=1n=0 \to n=1 | ω\hbar\omega | | n=1n=2n=1 \to n=2 | ω\hbar\omega | | n=2n=3n=2 \to n=3 | ω\hbar\omega | | n=kn=k+1n=k \to n=k+1 | ω\hbar\omega |

Every upward transition requires exactly one quantum ω\hbar\omega of energy, whether it is supplied by a photon, a phonon, or any other excitation. This is why the quantum harmonic oscillator is the natural model for photon modes in a cavity: absorbing or emitting one photon changes the mode's quantum number by exactly one, and the photon carries energy ω\hbar\omega.

A concrete example: CO vibrational mode

Carbon monoxide (CO) has a strong infrared absorption band near wavenumber ν~2143cm1\tilde{\nu} \approx 2143\,\text{cm}^{-1}. Converting to energy using E=hcν~E = hc\tilde{\nu} with hc=1.240×104eV⋅cmhc = 1.240 \times 10^{-4}\,\text{eV·cm}:

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

The spectrum is dominated by a single strong fundamental absorption at this energy. For an ideal harmonic oscillator the dipole selection rule is strictly Δn=±1\Delta n = \pm 1, so only the fundamental would appear; the weaker overtones seen in a real molecule near integer multiples (2ω,3ω,2\hbar\omega, 3\hbar\omega, \ldots) arise precisely because the true potential is slightly anharmonic. Anharmonicity both relaxes the selection rule (allowing the overtones at all) and pulls them below exact integer multiples, but the leading harmonic estimate for the n=0kn=0\to k overtone is kωk\hbar\omega.

Connection to ladder operators

The algebraic proof of equal spacing follows directly from the ladder-operator algebra. The raising operator a^\hat{a}^\dagger adds exactly one quantum: a^n=n+1n+1\hat{a}^\dagger|n\rangle = \sqrt{n+1}\,|n+1\rangle. Because each application of a^\hat{a}^\dagger raises the eigenvalue of the number operator N^=a^a^\hat{N} = \hat{a}^\dagger\hat{a} by one, and because H^=ω(N^+12)\hat{H} = \hbar\omega(\hat{N} + \frac{1}{2}), each step up the ladder costs exactly ω\hbar\omega of energy. No approximation is involved; the result is exact for any nn.

Try it

This is a numerical exercise — your code should return a number. For a harmonic oscillator with ω=0.18eV\hbar\omega = 0.18\,\text{eV}, return the energy gap between any two adjacent levels.

Run your code to see the quantum state.

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