Mert Efe Sensoy
Back to Blog

Error Detection Plus Probabilistic Error Cancellation: A 63-Fold Cut in Sampling Overhead

4 min readBy Mert Efe Sensoy

Probabilistic error cancellation pays for accuracy in shots, and the bill grows exponentially with circuit depth. An IBM Research preprint posted on 11 September 2026 reports a way to make error detection absorb part of that cost, cutting the inferred sampling overhead from 85,545 to 1,359 on a six-step Trotter circuit.

Why the PEC shot bill grows exponentially with depth

PEC learns a model of the processor's noise, then inverts it by running modified circuits and combining their results with positive and negative weights. The sparse Pauli-Lindblad protocol that made this practical on hardware (Nature Physics 19, 1116) models correlated noise with a tractable number of parameters, and a 20-qubit demonstration produced bias-free estimates at larger circuit volumes.

The price is a sampling overhead that compounds layer by layer. Takagi, Tajima and Gu showed this is a property of mitigation rather than of PEC: their universal lower bounds (Physical Review Letters 131, 210602) prove that sampling cost must grow exponentially with circuit depth for a wide class of protocols, including ones yet to be discovered.

So there is no algorithmic escape inside mitigation alone. What remains available is lowering the base of the exponent.

Error detection buys accuracy by discarding shots

The other lever adds check qubits, measures them, and throws away every run whose syndrome fires. Microsoft and Quantinuum reported logical error rate improvements ranging from 11x to 800x over physical baselines using this approach on Quantinuum's trapped-ion hardware (Nature 654, 349), with a 12-qubit carbon code and a 16-qubit tesseract colour code.

Post-selection has its own currency: acceptance probability. A discarded shot still consumed device time, so detection trades one exponential for another.

The nonlinearity that blocked composing the two

The PEC estimator is linear in its samples: each randomized circuit contributes a signed weight, and the average is the mitigated expectation value. Post-selection renormalizes each run by its own acceptance probability, which is a nonlinear operation. Normalize every randomization separately and the ensemble being averaged stops matching the one the PEC inversion assumed; the preprint demonstrates the residual bias with an amplitude damping example.

The fix is to keep the post-selected maps unnormalized. Each randomization's expectation is multiplied by its own acceptance probability alpha_r, the results are averaged, and only then is the total divided by the common alpha. Normalization happens once, after averaging, where it stays compatible with a linear estimator.

What a spacetime Pauli-Lindblad model tracks that a per-layer model cannot

Post-selection also changes the shape of the noise left behind, and that is the second obstacle. The preprint introduces an auxiliary Pauli space with one tensor factor per circuit layer, so every elementary fault carries a label of the form (Pauli, layer).

That labelling splits the post-selected noise cleanly. Faults no check catches contribute at first order, exactly as in ordinary PEC. Faults that are individually detectable but whose syndromes cancel survive together, generating higher-order terms that span separate points in time.

A per-layer noise model has no vocabulary for a correlation between a fault in layer two and a fault in layer five. That is the gap the spacetime representation fills, and it is why the residual channel has to be learned and inverted as a spacetime object.

The numbers from the IBM Aachen processor

Validation ran on a 24-qubit ring of 20 data and 4 check qubits under Clifford circuits, where those four checks detected 65% of the modelled elementary faults. The physics run used 22 data and 27 check qubits on transverse-field Ising dynamics, reaching 648 CZ gates at six Trotter steps and recovering the expected mean magnetization.

The inferred sampling overhead, PEC alone against PEC with detection:

Read those three improvement factors in order. The advantage roughly quadruples for every two additional Trotter steps, which is the signature of a smaller base in the exponent rather than a fixed discount. Deeper circuits should widen the gap.

One caveat on the metric: the overhead is an inferred quantity, computed as gamma_L squared divided by alpha from the learned models and a measured acceptance probability of 0.2963. It is a sampling-cost measure, and no wall-clock runtime is claimed.

What this costs in noise-model learning

Three limits are worth carrying out of the paper (arXiv:2609.13108):

Every number above rests on a learned noise model, and the spacetime representation makes that model larger: one Pauli factor per layer, on top of the per-layer channel. IBM backends recalibrate continuously, so how long a learned model stays accurate is the quiet constraint under all of this.

That shelf-life question is what SuperconducTED was built to attack, using fuzzy inference to produce noise models that transfer across calibration cycles instead of fitting a single snapshot. Read the SuperconducTED calibration-drift approach if model staleness is the part of PEC that worries you.

Sources

Every claim above traces to one of these. Links open in a new tab.

  1. Spacetime mitigation of logical errors

    arXivPreprintaccessed Sep 16, 2026

  2. Improved quantum processor logical error rates via correction and detection

    NaturePeer-reviewedaccessed Sep 16, 2026

  3. Universal Sampling Lower Bounds for Quantum Error Mitigation

    Physical Review LettersPeer-reviewedaccessed Sep 16, 2026