|q⟩ Bad Qubits

intermediate · Physics · Time Evolution & the Schrödinger Picture

Conserved Quantities

Some quantities never change as a system evolves — energy, and often momentum, charge, or spin along an axis. Quantum mechanics gives a crisp, operator-level criterion for which observables are conserved.

The conservation criterion

Ehrenfest's theorem, for an observable A^\hat A with no explicit time dependence, reads

ddtA^=i[H^,A^].\frac{d}{dt}\langle \hat A\rangle = \frac{i}{\hbar}\,\big\langle [\hat H, \hat A]\big\rangle.

If A^\hat A commutes with the Hamiltonian, [H^,A^]=0[\hat H, \hat A] = 0, then the right-hand side vanishes for every state, so

[H^,A^]=0ddtA^=0    for all ψ.[\hat H, \hat A] = 0 \quad\Longrightarrow\quad \frac{d}{dt}\langle \hat A\rangle = 0 \;\;\text{for all }|\psi\rangle.

Such an A^\hat A is a constant of the motion. The statement is stronger than "the average is constant in one state" — commuting with H^\hat H makes the expectation value (and, as shown below, the full probability distribution of A^\hat A) constant in all states.

Energy is always conserved (for time-independent H)

The Hamiltonian commutes with itself, [H^,H^]=0[\hat H, \hat H] = 0, so H^\langle \hat H\rangle is conserved whenever H^\hat H does not depend explicitly on time. Energy conservation is the most basic instance of the criterion, and it follows with no extra assumptions.

Conserved means more than a steady average

When [H^,A^]=0[\hat H, \hat A] = 0, the two operators can be simultaneously diagonalised: there is a common eigenbasis {En,a}\{|E_n, a\rangle\} labelled by both energy and the value of A^\hat A. Time evolution only multiplies each such basis state by a phase eiEnt/e^{-iE_n t/\hbar}, which does not move probability between different A^\hat A-eigenvalues. So the entire probability distribution of the measurement of A^\hat A — not merely its mean — is frozen in time.

A simple check

For a spin with H^=ω2σz\hat H = \tfrac{\hbar\omega}{2}\sigma_z, the observable σz\sigma_z commutes with H^\hat H (they are the same operator up to a constant), so σz\langle\sigma_z\rangle is conserved — consistent with the previous lesson's σz(t)=0\langle\sigma_z\rangle(t) = 0 staying flat. By contrast σx\sigma_x does not commute with H^\hat H ([σz,σx]=2iσy0[\sigma_z,\sigma_x] = 2i\sigma_y \neq 0), so σx\langle\sigma_x\rangle is free to oscillate — and it does, as cosωt\cos\omega t.

Try it

This is a numerical exercise — your code should return a number. Verify that σz\sigma_z is conserved under H^σz\hat H \propto \sigma_z by computing the relevant commutator entry of [H^,σz][\hat H, \sigma_z], which must be 00 (hence dσz/dt=0d\langle\sigma_z\rangle/dt = 0).

Run your code to see the quantum state.

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