Steady States
What a steady state is
A steady state (stationary state, fixed point) of a Lindblad equation is a density matrix that does not change in time:
It is the kernel of the Lindblad generator : . Unlike a closed system — whose stationary states are simply the energy eigenstates — an open system relaxes toward a state fixed by the bath, regardless (often) of where it started. This is the quantum analogue of thermal equilibration.
Existence and uniqueness
A Lindblad semigroup always has at least one steady state. It is unique (and globally attracting) when the jump operators, together with the Hamiltonian, leave no proper subspace invariant — formally, when no nontrivial subspace is preserved by all and . In that common case every initial state flows to the same as . Degenerate or multiple steady states arise when there are decoherence-free subspaces or conserved quantities.
Worked example: a thermal qubit
A qubit coupled to a bath at temperature has both de-excitation and excitation channels,
Writing the excited population and ground population , the dissipator gives the rate equation
Setting yields the steady-state population
Off-diagonal coherences decay to zero (no Hamiltonian to sustain them), so the steady state is diagonal — a classical mixture of and .
Detailed balance gives the Gibbs state
Microscopic bath physics fixes the ratio of rates by detailed balance,
where is the qubit splitting. Substituting,
which is exactly the Boltzmann population. The steady state is the Gibbs state . At the rates give — pure ground state; at , — maximally mixed.
Try it
This is a numerical exercise — your code should return a number. With detailed balance fixing
, compute the steady-state excited-state population
and return it.
Sign in on the full site to ask questions and join the discussion.