← Back

Quantum Phase Estimation: The Trick That Turns Physics Into a Number

The thing quantum phase estimationA quantum algorithm that estimates a phase associated with a quantum operation. In molecular simulation, that phase can be used to recover an energy. is: a way to read a physical answer, like a molecule’s energy, off a quantum computer as a string of ordinary bits.

Turning a physical quantity into a phase

Start with the problem. A quantum system, an atom, a molecule, a spinning particle, carries certain fixed quantities a physicist wants to know. The most useful is energy: the discrete levels a molecule may occupy. Classically you can approximate those levels, and for many molecules the approximations do well. But solving the full many-electron problem exactly gets exponentially harder as the molecule grows, which is why the biggest cases fall back on approximations.1

Hide the answer inside a phase, a tiny rotation in the state, then read the rotation back out. That is the whole idea.

Quantum phase estimation is the quantum answer. Its job is to find an eigenvalueA fixed, measurable quantity of a quantum system, such as one of the discrete energy levels it is allowed to have. Quantum phase estimation is built to find these., the technical name for one of those fixed quantities, of an operation that stands in for the physics. It hides the eigenvalue inside a phase, a small rotation buried in the quantum stateThe full description of a quantum system's condition at a moment in time, such as whether a qubit is 0, 1, or a mix., and then reads that rotation back out.2

A newcomer might picture measurementReading a quantum system, which forces it out of its blend of possibilities into a single definite 0 or 1 and ends its quantum behaviour. as glancing at a dial. This works nothing like that. It works by interference, the same effect that makes two overlapping waves reinforce or cancel. Send a quantum state down two paths, let one path pick up the phase you are hunting, recombine them, and the pattern that survives tells you the phase. It is a computed interferometer rather than one built from glass and mirrors.3

Textbook quantum phase estimation as a circuit. Three read-out qubits, each in an equal superposition, each control one different power of the unitary (U, U-squared, U-fourth) applied to the trial state below. An inverse Quantum Fourier Transform acts on the read-out qubits alone, and measuring them reads the phase out in binary; the molecule's energy follows from the phase.
Figure 1: Textbook phase estimation. The phase, kicked onto a whole register of read-out qubits by the state register, is turned into readable bits by the inverse Quantum Fourier Transform. The bits spell out the phase; the molecule’s energy follows from it.

The textbook way, and why it is too deep for today

The textbook build uses two sets of qubitsThe basic unit of a quantum computer. Like a 'bit' in a normal computer, but instead of being only 0 or 1 it can be 0, 1, or a blend of both at once.. One, the read-out register, is a whole bank of qubits where the answer gathers and is finally measured. The other, the state register, holds a guess at the system’s true state, its wave functionThe mathematical description of a quantum system before it is measured, holding all of its possible states and their weights.; that guess has to genuinely overlap with the state whose energy you want, or the right value turns up only rarely.

Between them sits the unitary operationA quantum operation that rotates a system's state without losing any information, so it can always be undone exactly. Every quantum gate is one., the reversible step that encodes the physics. Apply it for different lengths, once, twice, four times, and on up, and it stamps the phase onto the read-out register at a different scale each time, so each qubit fixes another digit. An inverse Quantum Fourier TransformThe quantum version of the Fourier transform. It converts a pattern hidden in the phases of a quantum state into an ordinary number you can read out. then turns that stamped interference patternThe banded pattern that appears when waves overlap. Seeing one build up from single particles is the signature of superposition. into plain binary, and one measurementReading a quantum system, which forces it out of its blend of possibilities into a single definite 0 or 1 and ends its quantum behaviour. reads the phase off. The bits are not the energy itself; the energy follows from the known rule that hid it in the phase.23

That is clean mathematics and a brutal circuit. To reach its full precision the textbook version needs a very long, unbroken chain of controlled steps, and on real hardware decoherenceThe loss of a qubit's quantum information as it interacts with the outside world. The main reason qubits are fragile. blurs the delicate phases before the inverse transform can finish. For anything past the most trivial molecule, the answer washes out before you can read it.4

One qubit, and a lot of counting

There is a leaner way, and it is the one the newest machines actually run. In place of a whole bank of read-out qubits, information-theory phase estimation uses a single probe qubit. Put the probe in a superpositionThe quantum ability of a qubit to be in a combination of 0 and 1 simultaneously, which gives quantum computers their power., apply the operation some chosen number of times, tune a small phase shift on the probe, then measure it and collect a single bit.4

The read-out register shrinks to a single probe qubit. The cost moves into the shots, and into the processing that comes after.

One bit tells you almost nothing. So you run the circuit thousands of times over, changing how many times the operation is applied and how far the phase is shifted, and hand the heap of yes-or-no answers to ordinary software, which combines them to infer the most likely phase. The inverse-QFT decoding that used to happen on the chip is replaced by classical post-processing. The read-out circuit gets lighter, but the controlled quantum evolution is still deep, and still noisy.4

Single-ancilla phase estimation as a circuit. One ancilla qubit is put in a superposition, controls a power of the unitary applied to the trial state, receives a tuned phase shift, and is measured in the X basis to give a single bit. The circuit is repeated many times with different powers and phase shifts, and classical postprocessing infers the most likely phase, and from it the energy.
Figure 2: The lean version. A single ancilla qubit, a controlled power of the operation, and a tuned phase shift give one yes-or-no bit per run. Thousands of runs are combined in classical postprocessing to infer the phase, and from it the energy.

How the classical computer guesses the phase

So what does that pile of yes-or-no answers actually become? Each run is recorded as a small triple: how many times the operation was applied, how far the probe’s phase was shifted, and the single bit that came out, written (k, β, m). The first two are settings the experimenter chose; the last is the measured 0 or 1.4

The classical computer then plays a guessing game. It picks a candidate phase, call it φ̃, and asks one question: if the true phase really were φ̃, how likely was the exact pattern of 0s and 1s we actually saw across all those runs? Every recorded triple either supports that guess or argues against it, and multiplying those likelihoods together gives the candidate a score. Sweep the guess across every possible phase and one value scores far above the rest. That best-scoring phase is the estimate, and the energy follows from it.4

The chip supplies bits that depend on the phase. The laptop asks which phase best explains them.

One honest complication sits underneath all of this. The state fed in is usually a trial state, a cheap classical guess at the true ground state, not a perfect energy eigenstate. A trial state is generally a blend of several true energy eigenstates at once, so the reconstructed distribution can show several peaks, one for each eigenstate the guess overlaps. The ground-state peak dominates only when the trial state has strong overlap with the true ground state. And it is worth remembering that an energy eigenstate can itself be a superposition of many electron configurations while still having one definite energy; a definite energy, not a single configuration, is what makes it an eigenstate.5

What it cost to actually run it

Chemistry sets a cruel bar. The energy differences that decide how a reaction runs can be tiny next to a molecule’s whole energy, so the number has to be pinned down extremely precisely.1

The Quantinuum team did not reach that bar here. What they showed in 2026 was something different: a complete, end-to-end workflow with real-time error correctionTechniques that combine many shaky physical qubits into fewer reliable ones, so a long calculation stays correct. that ran quantum phase estimationA quantum algorithm that estimates a phase associated with a quantum operation. In molecular simulation, that phase can be used to recover an energy. on encoded qubitsThe basic unit of a quantum computer. Like a 'bit' in a normal computer, but instead of being only 0 or 1 it can be 0, 1, or a blend of both at once. to estimate the ground-state energy of molecular hydrogen on real trapped-ion hardware. On their H2-2 machine each logical qubitA reliable 'qubit' built by bundling many error-prone physical qubits together with error correction. These are the units that actually matter for useful computing. was built from a seven-qubit color codeA family of quantum error-correcting codes that store one protected qubit across a small patch of physical qubits, arranged so errors can be caught and undone. The [[7,1,3]] version uses seven physical qubits per logical one., with Steane gadgets catching and fixing errors as the circuit ran. They estimated the energy at −1.136(13) HartreeThe natural unit of energy in atomic physics and chemistry. One Hartree is about 627 kcal/mol, so chemically important energy differences are a tiny fraction of it., consistent within its statistical uncertainty with the exact value in their chosen basis, −1.13731 Hartree, though that uncertainty is still wider than chemical precision.5

Even with the extra circuitry it added, the error correction still made the result better.

Read the receipts and the honest picture appears. The final estimate used 2,186 accepted samples; the encoded circuits contained thousands of physical operations, and error-detection gadgets discarded 4.7 percent of the shots after detecting errors. The striking part is that the QEC gadgets still improved the circuit’s performance despite adding their own circuitry. The lesson for anyone sizing this up is that the cost of phase estimation is not removed, it is moved, out of qubit countThe raw number of physical qubits in a machine. A weak measure of power on its own, since quality and connectivity matter more. and into shots, gates, and classical work.5

Quantum phase estimation is not a product. It is the part of a quantum computer that takes something buried in the phases of a quantum state, a molecule's energy today, the periodicity behind Shor's factoring algorithm tomorrow, and turns it into a readable answer.

Sources

  1. Aspuru-Guzik, A., Dutoi, A. D., Love, P. J. & Head-Gordon, M. “Simulated Quantum Computation of Molecular Energies.” Science 309, 1704–1707 (2005). DOI: 10.1126/science.1113479. Preprint: arXiv:quant-ph/0604193.
  2. Kitaev, A. Yu. “Quantum Measurements and the Abelian Stabilizer Problem.” arXiv:quant-ph/9511026 (1995).
  3. Cleve, R., Ekert, A., Macchiavello, C. & Mosca, M. “Quantum Algorithms Revisited.” Proceedings of the Royal Society of London A 454, 339–354 (1998). DOI: 10.1098/rspa.1998.0164. Preprint: arXiv:quant-ph/9708016.
  4. Svore, K. M., Hastings, M. B. & Freedman, M. “Faster Phase Estimation.” Quantum Information and Computation 14, 306–328 (2014). DOI: 10.26421/QIC14.3-4-7. Preprint: arXiv:1304.0741.
  5. Yamamoto, K., Kikuchi, Y., Amaro, D. et al. “Quantum Error-Corrected Computation of Molecular Energies.” PRX Quantum 7, 020319 (2026). DOI: 10.1103/m7j3-5sk6. Preprint: arXiv:2505.09133.