T1 ::: relaxation time — the excited-state population decays to 1/e; energy leaks out (coin falls flat).
T2 ::: dephasing time — phase coherence (the off-diagonal amplitude) decays to 1/e (coin still spins but you lose track of its direction).
α ::: the complex amplitude of ∣0⟩ in ∣ψ⟩=α∣0⟩+β∣1⟩.
∣α∣2 ::: the probability of measuring ∣0⟩.
U ::: a unitary operator = a quantum gate (U†U=I, preserves total probability).
Recall Solution 1.2
Criterion 2 — Initialization to a known state. From P1/P0=e−ΔE/kBT, warmth re-populates ∣1⟩; if the qubit doesn't reliably start in ∣0⟩, you cannot initialize. (Cold also helps criterion 3, coherence, but initialization is the direct one — see Boltzmann Distribution.)
WHAT:ΔE/kB tells you the temperature at which thermal energy equals the gap.
kBΔE=kBh⋅(5×109)=1.381×10−23(6.626×10−34)(5×109)≈0.240K
So the gap is "worth" about 0.24 K of thermal energy. Cooling well below this (to 15 mK) makes thermal excitation negligible.
Recall Solution 2.2
Use the temperature form: kBTΔE=0.0150.240=16.0.
P0P1=e−16≈1.1×10−7
About one qubit in ten million is thermally excited — essentially always in ∣0⟩. WHY it matters: this is what "reliably initialized" means numerically.
Recall Solution 2.3
WHY the approximation: for t≪T2, coherence e−t/T2≈1−t/T2, so the lost fraction is ≈t/T2.
(a) ε≈T2tg=100×10−620×10−9=2×10−4.
(b) N≈tgT2=20×10−9100×10−6=5000 gates. This ratio, not raw T2, sets algorithm depth.
WHY the formula: relaxation (1/T1) and pure phase noise (1/Tϕ) both destroy phase; independent rates add, and relaxation contributes only 2T11 because populations relax to the midpoint.
T21=2(80)1+1201=1601+1201(μs−1)T21=0.006250+0.008333=0.014583μs−1⇒T2≈68.6μs
Check: T2=68.6<2T1=160μs. ✓ (See Quantum Error Correction for why raising T2 matters.)
Recall Solution 3.2
Since Tϕ>0, the term 1/Tϕ≥0. Therefore
T21=2T11+Tϕ1≥2T11⟹T2≤2T1.
Equality holds only in the limit Tϕ→∞ (no pure dephasing) — then T2=2T1. This is the degenerate case: energy relaxation is the sole coherence killer.
Recall Solution 3.3
WHAT:∣0⟩ probability is cos22θ=250/1000=0.25.
cos2θ=0.5⇒2θ=60°⇒θ=120°.
Check: sin260°=0.75 = P1. ✓ On the Bloch sphere this is 120° down from the north pole — in the southern hemisphere, tilted toward ∣1⟩. Note ϕ is invisible to this measurement (see figure).
B: NB=1s/10μs=100,000 gates.
Algorithm needs 3000 gates. A fails (3000>2000); B succeeds (3000≪100000).
Total-error estimate ≈Ntg/T2=N/Nmax: A gives 3000/2000=1.5 (coherence gone), B gives 3000/100000=0.03.
Why raw T2 misleads: A trapped-ion's slow but ultra-long-lived qubit (B) can be better than a fast superconducting one (A) despite A "feeling" faster. The ratio T2/tg, not T2 alone, is the true figure of merit.
Recall Solution 4.2
(a) The Hadamard gate: H∣0⟩=21(∣0⟩+∣1⟩). This is the "start the coin spinning" move.
(b) H=21(111−1). Then
H†H=21(111−1)(111−1)=21(2002)=I. ✓ Unitary → probability preserved.
(c) P0=P1=21⇒cos22θ=21⇒θ=90°: on the equator, along the +x axis (since ϕ=0). See Superposition and Entanglement.
WHAT: demand ε≈tg/T2≤10−3.
tg≤10−3×T2=10−3×50μs=0.05μs=50ns.
So gates must be ≤ 50 ns. Number of physical gates per T2: T2/tg=50μs/50ns=1000. Since error correction consumes many physical operations per logical operation, the usable logical depth is far smaller — this is exactly why "1000 physical qubits ≈ 1 logical qubit" and why fidelity, not qubit count, is the bottleneck.
Recall Solution 5.2
The grain of truth: the state of 300 qubits genuinely is a vector of 2300 amplitudes; the computer's internal evolution really does act on all of them at once.
The refutation: measurement is the catch. Reading 300 qubits yields only 300 classical bits, one collapsed outcome — you can never extract the 2300 amplitudes. The advantage is not storage; it is interference: arranging gates so wrong-answer amplitudes cancel (like waves) and the right answer's amplitude dominates the final measurement. Quantum speedup is a choreography of cancellation, not a giant hard drive.
Recall Solution 5.3
Q1: T21=2(200)1+401=0.0025+0.025=0.0275⇒T2≈36.4μs.
Q2: T21=2(60)1+3001=0.008333+0.003333=0.011667⇒T2≈85.7μs.
Depth budgets: NQ1=36.4μs/30ns≈1213; NQ2=85.7μs/30ns≈2857.
Winner: Q2.Physics: Q1 has a great T1 but its coherence is dephasing-limited (small Tϕ dominates the sum) — the coin spins but its phase scrambles fast. Q2's phase is quiet (Tϕ large), so even with weaker T1 its T2 is more than double. Lesson: fix your worst rate; the largest term in T21 is the one to attack. (Its Josephson-junction flux noise, Josephson Junction, often sets Tϕ.)
Recall Self-test checklist
Convert an energy gap to a temperature? ::: divide by kB (Ex 2.1).
Error per gate? ::: ≈tg/T2 (Ex 2.3).
Combine T1,Tϕ into T2? ::: T21=2T11+Tϕ1 (Ex 3.1).
Latitude from probability? ::: P0=cos22θ, take root, double the angle (Ex 3.3).
Which qubit wins? ::: highest T2/tg, and fix the worst rate (Ex 5.3).