• Hardware
  • Also: transmission-line shunted plasma oscillation qubit

Transmon Qubit

A superconducting qubit design that reduces charge noise sensitivity by shunting a Josephson junction with a large capacitor, the dominant qubit type in IBM and Google processors.

The transmon is the most widely deployed superconducting qubit design, used by IBM, Google, Rigetti, and others as the core building block of their quantum processors. It was introduced by Koch et al. in 2007 as an improvement over the Cooper pair box (CPB), solving the CPB’s extreme sensitivity to charge noise by trading off anharmonicity for noise resilience.

How it works

A transmon consists of a Josephson junction shunted by a large capacitor. The Josephson junction provides a nonlinear inductance, and the capacitor forms an LC-like oscillator whose energy levels are not equally spaced. The two lowest energy levels, 0|0\rangle and 1|1\rangle, serve as the qubit states.

The key design parameter is the ratio EJ/ECE_J / E_C, where EJE_J is the Josephson energy and ECE_C is the charging energy. In the Cooper pair box, EJ/EC1E_J / E_C \sim 1, making the energy levels highly sensitive to stray electric charges on the chip. The transmon operates at EJ/EC50E_J / E_C \sim 50 to 100100, which exponentially suppresses charge dispersion while only reducing the anharmonicity algebraically.

The anharmonicity α\alpha is the difference between the 12|1\rangle \to |2\rangle transition frequency and the 01|0\rangle \to |1\rangle transition frequency:

α=ω12ω01EC\alpha = \omega_{12} - \omega_{01} \approx -E_C

Typical transmon anharmonicities are 200-200 to 300-300 MHz, while qubit frequencies are 44 to 66 GHz. This means the 01|0\rangle \to |1\rangle transition can be selectively driven with microwave pulses without accidentally exciting the 2|2\rangle state, as long as pulses are not too short (which would broaden their frequency spectrum).

Control and readout

Transmon qubits are controlled by applying shaped microwave pulses at the qubit’s resonant frequency. Single-qubit gates (X, Y, Z rotations) are implemented by varying the amplitude, phase, and duration of these pulses. Typical single-qubit gate times are 20 to 50 nanoseconds.

Two-qubit gates are implemented through coupling between neighboring transmons. Common approaches include:

  • Fixed-frequency transmons with cross-resonance gates: Used by IBM. One transmon is driven at the frequency of its neighbor, producing a ZX interaction. This is the basis for the CNOT gate.
  • Tunable-frequency transmons with flux-tunable couplers: Used by Google. The qubit frequency is adjusted via an external magnetic flux through a SQUID loop, enabling fast two-qubit gates like the iSWAP or CZ.

Readout uses the dispersive interaction between the transmon and a coupled microwave resonator. The resonator frequency shifts depending on the qubit state, so measuring the resonator’s response reveals whether the qubit is in 0|0\rangle or 1|1\rangle without directly measuring the qubit’s energy.

Performance metrics

Modern transmon qubits achieve:

MetricTypical value (2025)
T1T_1 (energy relaxation)100 to 500 microseconds
T2T_2 (dephasing)100 to 300 microseconds
Single-qubit gate fidelity99.9%+
Two-qubit gate fidelity99.0% to 99.9%
Readout fidelity99%+

These numbers vary significantly across platforms and individual qubits on the same chip.

Why it matters for learners

The transmon is the workhorse of the current quantum computing industry. When you run a circuit on IBM Quantum or Google’s processors, you are almost certainly using transmon qubits. Understanding transmon physics helps interpret hardware specifications, noise characteristics, and the design choices behind native gate sets and transpilation strategies. The transmon’s limited anharmonicity also explains why leakage to the 2|2\rangle state is a real concern, motivating leakage error mitigation techniques.

See also