|q⟩ Bad Qubits

intermediate · Physics · Time-Dependent Perturbation & Fermi's Golden Rule

Checkpoint: Transition Rates

This checkpoint ties together the chain of ideas in the module: matrix element → golden-rule rate → exponential decay → lifetime. These are the quantities you actually measure for a decaying state.

From rate to exponential decay

Fermi's golden rule gives a constant transition rate WW out of the initial state. When the only thing that can happen is decay, the population obeys a simple first-order rate equation,

dNdt=WNN(t)=N0eWt.\frac{dN}{dt} = -W\,N \quad\Longrightarrow\quad N(t) = N_0\,e^{-Wt} .

The constancy of WW is exactly what makes the decay exponential — the hallmark of irreversible decay into a continuum, in contrast to the oscillatory behavior of a two-level system with no continuum (Rabi flopping).

Lifetime and survival probability

The mean lifetime is the reciprocal of the rate,

τ=1W,\tau = \frac{1}{W} ,

and the probability that a given system has not yet decayed by time tt is the survival probability

Psurvive(t)=eWt=et/τ.P_{\text{survive}}(t) = e^{-Wt} = e^{-t/\tau} .

After exactly one lifetime, t=τt=\tau, this is e10.368e^{-1}\approx 0.368 — about 37% of the population remains, independent of the specific numbers. This universal ratio is a good sanity check on any decay calculation.

The natural linewidth

A finite lifetime τ\tau implies, by the time–energy uncertainty relation, a finite spread in the emitted energy: Γ=W=/τ\Gamma = \hbar W = \hbar/\tau is the natural linewidth of the transition. Short-lived states (large WW) emit broad spectral lines; long-lived states emit sharp ones. This is the same time–frequency reciprocity we met in the resonance lineshape.

Try it

An excited state decays into a continuum with Vfi=0.05|V_{fi}|=0.05 and ρ(Ef)=80.0\rho(E_f)=80.0 (units =1\hbar=1). Compute the golden-rule rate W=(2π/)Vfi2ρW=(2\pi/\hbar)|V_{fi}|^2\rho, the lifetime τ=1/W\tau=1/W, and the survival probability after one lifetime Psurvive(τ)=eWτP_{\text{survive}}(\tau)=e^{-W\tau}. return that survival probability. (You should get e1e^{-1}.)

Run your code to see the quantum state.

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