Thermal Relaxation (T1 / T2)

qc/noise

Unlike Depolarizing Noise and Pauli Error Model, which apply noise per gate, thermal relaxation is noise per unit time — it happens just because time passes and the qubit isn’t perfectly isolated from its environment. This means two circuits that are logically identical can perform differently if one simply takes longer to run.

Two governing timescales:

  • (energy relaxation time): how long it takes an excited state to decay toward .
  • (dephasing time): how long superposition/coherence survives, typically .

Two complementary experiments

Experiment A (-type): prepare , insert a delay, measure in the computational basis. Tracks population decay — longer delay, more likely to have relaxed back to .

Experiment B (-type): prepare , insert a delay, measure in the X basis (same “Hadamard sandwich” idea as in Bit-flip and Phase-flip Sensitivity). Tracks coherence loss — a superposition can lose its “quantumness” even before its population has fully relaxed.

Real numbers

On real IBM hardware: measured on ibm_marrakesh, on ibm_fez — and the two aren’t independent: , where is the pure-dephasing contribution. Rule of thumb: roughly 37% of population remains after one , under 5% after three. A typical gate takes 50–100ns, so a circuit gets roughly 1,000–5,000 gates before decay starts to dominate the error budget — a concrete depth ceiling, not just an abstract “keep circuits shallow” rule.

Quick comparison of all three toy noise models

ModelTypeGoverned by
Depolarizing Noiseisotropic gate imperfection
Pauli Error Modeldirectional stochastic error
Thermal relaxationtime-dependent decay

The point of all three isn’t to memorize formulas — it’s to have a mental model for why a real device’s output distribution spreads probability beyond the ideal outcomes: some randomization, some directionality, some just from elapsed time.

Self-Check

  • Why is thermal relaxation fundamentally different from depolarizing and Pauli noise in when it acts?
  • Could you explain the difference between what and each measure?
  • Why can two logically identical circuits perform differently under this noise model?
  • Roughly how many gates can run before decay starts to dominate, and why does that number matter practically?