|q⟩ Bad Qubits

advanced · Physics · Open Quantum Systems & Lindblad Dynamics

Relaxation and Dephasing (T₁, T₂)

Two clocks for one qubit

A qubit coupled to a bath loses information along two distinct channels, each with its own characteristic time:

In NMR and superconducting-qubit language these are the longitudinal and transverse relaxation times of the Bloch equations.

Where they come from in the Lindblad equation

Combine the amplitude-damping and pure-dephasing channels of the previous lessons. Amplitude damping with rate γ1=1/T1\gamma_1 = 1/T_1 uses L1=γ1σL_1=\sqrt{\gamma_1}\,\sigma_-; pure dephasing with rate γϕ\gamma_\phi uses Lϕ=γϕ/2σzL_\phi=\sqrt{\gamma_\phi/2}\,\sigma_z. Solving the resulting equations of motion for the Bloch components gives

σz(t)σzet/T1,σx,y(t)et/T2.\langle\sigma_z\rangle(t) - \langle\sigma_z\rangle_{\infty} \propto e^{-t/T_1},\qquad \langle\sigma_{x,y}\rangle(t) \propto e^{-t/T_2}.

The fundamental relation

Reading off the decay of the coherence ρ01\rho_{01} under both channels: amplitude damping contributes γ1/2\gamma_1/2 to its decay (the half from the anticommutator), and pure dephasing contributes its full rate. Defining 1/Tϕ=γϕ1/T_\phi = \gamma_\phi,

  1T2=12T1+1Tϕ  \boxed{\;\frac{1}{T_2} = \frac{1}{2T_1} + \frac{1}{T_\phi}\;}

The relaxation channel feeds the transverse decay at half its rate, because killing an excited population necessarily scrambles half of the phase; pure dephasing adds on top of that without touching the populations.

The inequality T22T1T_2 \le 2T_1

Since 1/Tϕ01/T_\phi \ge 0, the relation immediately implies

T22T1,T_2 \le 2 T_1,

with equality only in the absence of pure dephasing (TϕT_\phi \to \infty). A measured T2T_2 longer than 2T12T_1 would signal an error or a non-Markovian effect; a T2T_2 much shorter than 2T12T_1 signals that pure dephasing dominates. This single inequality is one of the most-used diagnostics in experimental quantum computing.

Try it

This is a numerical exercise — your code should return a number. Given T1=80μsT_1 = 80\,\mu s and a pure-dephasing time Tϕ=120μsT_\phi = 120\,\mu s, use 1/T2=1/(2T1)+1/Tϕ1/T_2 = 1/(2T_1) + 1/T_\phi to compute and return T2T_2 in microseconds.

Run your code to see the quantum state.

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