|q⟩ Bad Qubits

beginner · Physics · The Quantum Harmonic Oscillator (Intro)

Checkpoint: Oscillator Energies

This checkpoint consolidates the core results of the module. Before attempting the exercise, review the three key facts established in earlier lessons.

The energy formula

The discrete energy levels 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

This follows from diagonalising the Hamiltonian H^=ω(N^+12)\hat{H} = \hbar\omega(\hat{N} + \tfrac{1}{2}), where N^=a^a^\hat{N} = \hat{a}^\dagger \hat{a} is the number operator with non-negative integer eigenvalues.

Equal spacing

The energy difference between any two consecutive levels is constant:

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

More generally, the gap between levels nn and mm (with n>mn > m) is

EnEm=ω(nm).E_n - E_m = \hbar\omega(n - m).

This is a direct consequence of the uniform ladder: each rung is exactly ω\hbar\omega above the previous one. The result simplifies calculations considerably — you do not need to evaluate the half-integer offsets individually when computing a gap, because they cancel.

Zero-point energy

Even the lowest level, n=0n = 0, carries a non-zero energy

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

This zero-point energy cannot be removed; it reflects the Heisenberg uncertainty principle, which forbids the particle from simultaneously having zero position uncertainty and zero momentum uncertainty. A perfectly stationary particle at the bottom of the well would violate ΔxΔp/2\Delta x\,\Delta p \geq \hbar/2.

Connecting to physical units

In spectroscopy and molecular physics, the product ω\hbar\omega is the natural energy unit. For a diatomic molecule with a bond vibrational frequency near ν1013Hz\nu \approx 10^{13}\,\text{Hz}, the spacing works out to

ω=hν(6.626×1034J⋅s)(1013Hz)0.041eV,\hbar\omega = h\nu \approx (6.626 \times 10^{-34}\,\text{J·s})(10^{13}\,\text{Hz}) \approx 0.041\,\text{eV},

a value in the mid-infrared range. Excitation of the n=0n=1n = 0 \to n = 1 transition absorbs a photon of exactly that energy — this is the basis of infrared molecular spectroscopy.

Try it

This is a numerical exercise — your code should return a number. A harmonic oscillator has ω=0.25eV\hbar\omega = 0.25\,\text{eV}. What is the energy difference E5E2E_5 - E_2 in eV?

Run your code to see the quantum state.

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