intermediate · Physics · Time Evolution & the Schrödinger Picture
Solving the Schrödinger Equation
We have the time-evolution operator U(t)=e−iH^t/ℏ. Now we put it to work: given a
Hamiltonian and an initial state, find the state — and a measurable probability — at a later time.
The recipe
Solving the Schrödinger equation for a time-independent Hamiltonian is mechanical once you know the
energy eigenbasis:
Diagonalise H^: find eigenstates ∣En⟩ with H^∣En⟩=En∣En⟩.
Expand the initial state in that basis: ∣ψ(0)⟩=∑ncn∣En⟩ with
cn=⟨En∣ψ(0)⟩.
Attach a phase to each component: each eigenstate evolves as
∣En⟩↦e−iEnt/ℏ∣En⟩.
Reassemble:
∣ψ(t)⟩=∑ncne−iEnt/ℏ∣En⟩.
This is just U(t) written in its own eigenbasis, where it is diagonal.
A concrete qubit example
Take a spin-21 with Hamiltonian
H^=2ℏωσz,
whose eigenstates are the computational-basis states with energies
E0=+2ℏω for ∣0⟩ and E1=−2ℏω for ∣1⟩.
Start the system in
∣ψ(0)⟩=∣+⟩=21(∣0⟩+∣1⟩).
Following the recipe, each basis state picks up its phase:
∣ψ(t)⟩=21(e−iωt/2∣0⟩+e+iωt/2∣1⟩).
Up to an overall phase this is
∣ψ(t)⟩≃21(∣0⟩+eiωt∣1⟩),
so a relative phaseωt accumulates between the two components.
The survival probability
How likely are we to still find the system in the original state ∣+⟩? The amplitude is
⟨+∣ψ(t)⟩=21(e−iωt/2+e+iωt/2)=cos2ωt,
using cosθ=21(eiθ+e−iθ). The survival probability is therefore
P+(t)=⟨+∣ψ(t)⟩2=cos22ωt.
It starts at 1, drops to 0 when ωt=π (the state has rotated to ∣−⟩), and
returns to 1 at ωt=2π. The phase that H^ stamps onto the eigenstates becomes a
physical oscillation as soon as we measure in a basis that mixes them.
Try it
This is a numerical exercise — your code should return a number. Compute the survival probability
P+=cos2(ωt/2) at ωt=π/3.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.