Quantum
Module 9 · Physical implementations · Lesson 1

A tour of the hardware

The four main physical approaches to building a qubit — and what each one is good at. The engineering reality behind every algorithm you've learned.

10 min read · Lesson 32 of 32

Everything in this course has treated a qubit as an abstract object — two-dimensional complex state space, gates, measurement. That’s deliberate: the algorithms work regardless of how the qubit is physically built. But “how do you actually build one?” is the engineering question that determines whether any of this ever becomes practical.

There are four mainstream physical implementations as of the mid-2020s, with several more in the research pipeline. Each has a distinct set of advantages and challenges. No single approach is obviously best — the field is genuinely uncertain which platform (or which combination) will win.

1. Superconducting qubits

How it works: A tiny loop of superconducting metal cooled to ~20 millikelvin (colder than outer space) carries persistent current without resistance. Careful arrangements of these loops plus a component called a Josephson junction create a two-level quantum system that behaves like an artificial atom. Microwave pulses on the order of 5 GHz perform gates.

Strengths:

Challenges:

Who: Google Quantum AI, IBM Quantum, Rigetti, Alice & Bob, AWS Center for Quantum Computing.

2. Trapped-ion qubits

How it works: Individual atoms (usually ytterbium, barium, or calcium ions) are held in place by electromagnetic fields in an ion trap inside a high-vacuum chamber. Laser pulses perform gates by driving electronic transitions of the ion. Each ion is a physical qubit.

Strengths:

Challenges:

Who: IonQ, Quantinuum, Oxford Ionics, academic groups worldwide.

3. Photonic qubits

How it works: Individual photons are the qubits; their polarization, path, or time bin encodes the 0|0\rangle and 1|1\rangle states. Gates are implemented by beam splitters, phase shifters, and nonlinear optical elements.

Strengths:

Challenges:

Who: PsiQuantum (aiming for silicon photonic fault tolerance), Xanadu (variational photonic quantum computing), Quandela.

4. Neutral-atom qubits

How it works: Individual neutral atoms (usually rubidium or cesium) are trapped by arrays of optical tweezers — tightly focused laser beams. Qubit states are encoded in atomic hyperfine levels. Rydberg interactions between atoms (where atoms are excited to very high-energy “Rydberg” states) implement two-qubit gates.

Strengths:

Challenges:

Who: QuEra Computing, Pasqal, Atom Computing.

Other approaches (research / niche)

What wins?

No one knows. As of 2026:

It may turn out that “fault-tolerant quantum computer” is a category with multiple winners, each best for different tasks. Much like classical computing, which has GPUs, TPUs, CPUs, FPGAs, and ASICs all coexisting, the quantum era may be heterogeneous too.

Quick check
What's the main advantage of trapped-ion qubits over superconducting qubits?
Quick check
What physical substrate do Google, IBM, and most current cloud quantum computers use?
Quick check
Which quantum computing platform is best suited for quantum networking?

You’ve finished the course

This is the last lesson. Congratulations — you have a working mental model of all of quantum computing:

From here you have several directions to explore. You can pick up a proper textbook (Nielsen-Chuang is the canonical reference, but there are now friendlier options like Bernhardt’s Quantum Computing for Everyone or Hidary’s Quantum Computing: An Applied Approach). You can learn a real framework (Qiskit, Cirq, Q#, PennyLane) and run small circuits on actual quantum hardware through the cloud. You can read research papers — arxiv.org/list/quant-ph/new has the latest.

Or you can come back here and re-read any lesson. The widgets aren’t going anywhere.

Thank you for working through it. Go build something.