6.5.13 · D4Advanced & Emerging Architectures

Exercises — Quantum computing hardware basics

1,922 words9 min readBack to topic

Constants you may need (write them once, use them everywhere):


Level 1 — Recognition

Recall Solution 1.1
  • ::: relaxation time — the excited-state population decays to ; energy leaks out (coin falls flat).
  • ::: dephasing time — phase coherence (the off-diagonal amplitude) decays to (coin still spins but you lose track of its direction).
  • ::: the complex amplitude of in .
  • ::: the probability of measuring .
  • ::: a unitary operator = a quantum gate (, preserves total probability).
Recall Solution 1.2

Criterion 2 — Initialization to a known state. From , warmth re-populates ; if the qubit doesn't reliably start in , you cannot initialize. (Cold also helps criterion 3, coherence, but initialization is the direct one — see Boltzmann Distribution.)


Level 2 — Application

Recall Solution 2.1

WHAT: tells you the temperature at which thermal energy equals the gap. 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: . About one qubit in ten million is thermally excited — essentially always in . WHY it matters: this is what "reliably initialized" means numerically.

Recall Solution 2.3

WHY the approximation: for , coherence , so the lost fraction is . (a) . (b) gates. This ratio, not raw , sets algorithm depth.


Level 3 — Analysis

Recall Solution 3.1

WHY the formula: relaxation () and pure phase noise () both destroy phase; independent rates add, and relaxation contributes only because populations relax to the midpoint. Check: . ✓ (See Quantum Error Correction for why raising matters.)

Recall Solution 3.2

Since , the term . Therefore Equality holds only in the limit (no pure dephasing) — then . This is the degenerate case: energy relaxation is the sole coherence killer.

Recall Solution 3.3

WHAT: probability is . Check: = . ✓ On the Bloch sphere this is down from the north pole — in the southern hemisphere, tilted toward . Note is invisible to this measurement (see figure).


Level 4 — Synthesis

Recall Solution 4.1

Compare the depth budget :

  • A: gates.
  • B: gates. Algorithm needs 3000 gates. A fails (); B succeeds (). Total-error estimate : A gives (coherence gone), B gives . Why raw 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 , not alone, is the true figure of merit.
Recall Solution 4.2

(a) The Hadamard gate: . This is the "start the coin spinning" move. (b) . Then ✓ Unitary → probability preserved. (c) : on the equator, along the axis (since ). See Superposition and Entanglement.


Level 5 — Mastery

Recall Solution 5.1

WHAT: demand . So gates must be ≤ 50 ns. Number of physical gates per : . 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 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 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: . Q2: . Depth budgets: ; . Winner: Q2. Physics: Q1 has a great but its coherence is dephasing-limited (small dominates the sum) — the coin spins but its phase scrambles fast. Q2's phase is quiet ( large), so even with weaker its is more than double. Lesson: fix your worst rate; the largest term in is the one to attack. (Its Josephson-junction flux noise, Josephson Junction, often sets .)


Recall Self-test checklist
  • Convert an energy gap to a temperature? ::: divide by (Ex 2.1).
  • Error per gate? ::: (Ex 2.3).
  • Combine into ? ::: (Ex 3.1).
  • Latitude from probability? ::: , take root, double the angle (Ex 3.3).
  • Which qubit wins? ::: highest , and fix the worst rate (Ex 5.3).