The Operator Loschmidt Echo (OLE) Benchmark

qc/algorithms qc/hardware

The hardest case for trust: estimating an observable where there’s no built-in quality metric — unlike the variational principle, nothing guarantees you’re getting closer to the right answer as you improve, and the ground truth is often genuinely unknown. Trust has to be built the conventional way physics has always built it — the same way telescopes and particle colliders earned trust before either could be checked against a known answer: benchmark on small classically-solvable cases, check reproducibility under different conditions, and compare against theoretical predictions.

The circuit

The Operator Loschmidt Echo probes exactly this: measure , where is Floquet Ising dynamics (chosen specifically because it scrambles operators under time evolution) and is a small single-qubit-rotation perturbation. The signal follows

where OTOC is the out-of-time-order correlator — the quantity that actually probes how far an operator has spread under .

The real experiment

Run on a 56-qubit patch of ibm_boston (a Heron-generation device), at circuit depths up to 72 (1488 CZ gates), measuring -local Pauli observables drawn from . Mitigation used: Global Rescaling — assumes the noise-induced decay factor stays constant across different perturbation strengths , so noisy signals get rescaled by to recover the underlying signal .

The classical competitor

Compared against Tensor-Network Belief Propagation (TN-BP) at bond dimension (see the three classical competitors): CPU runtime becomes impractical around (~6 hours), GPU memory exceeds an Nvidia H200’s 141GB beyond , and even a hybrid GPU-CPU approach needs roughly 3 hours to evolve plus 1 hour to measure per observable, per initial state. The quantum run took roughly 1 hour total for all 512 initial states and all diagonal observables combined.

The disagreement, and how trust was actually built

At depth 72, the mitigated quantum answer and TN-BP disagree. Three independent pieces of evidence were used to decide which to trust:

  1. At lower depth (36), the mitigated quantum signal agrees with converged TN-BP — the methods validate each other where TN-BP is still reliable.
  2. The mitigated quantum signal is reproducible across different CZ gate durations (68/96/128ns) and different perturbation strengths — a result that depended on a specific hardware quirk wouldn’t survive this.
  3. At depth 72, the result falls within a theoretically predicted bound region.

The honest verdict: “We can trust the answer from ibm_boston more than TN-BP.” But “Quantum Advantage? No” — the result hasn’t been benchmarked against every classical heuristic that exists, only against TN-BP specifically. More trustworthy is not the same as verified, and verified-against-one-method is not the same as advantage over the field. This is the utility-vs-advantage distinction playing out on real hardware, in real time.

Self-Check

  • Why does observable estimation lack the kind of built-in check the variational principle gives VQE?
  • Could you name the three pieces of evidence used to trust the ibm_boston result, and explain why each one matters?
  • Why is “more trustworthy than TN-BP” explicitly not the same claim as “quantum advantage”?