Example Briefing

Pro — Daily Briefing

This is what Pro subscribers receive every morning. Click any paper to read it on arXiv.

Tuesday, Feb 25 · Your weekday research briefing
Daily

Good morning — 347 papers dropped on arXiv overnight. 9 matched your interests. Here's what matters.

Top Story · Quantum Error Correction

Real-Time Decoding Pushes Logical Qubits Past the 0.1% Threshold

A joint MIT-Harvard group ran surface code error correction on 48 physical qubits using a custom FPGA decoder — achieving a 0.09% logical error rate per round, the lowest published for any real-time system.

• 880 ns average decode latency is 10× faster than qubit coherence, with 10,000 consecutive correction rounds without the decoder falling behind
• First real-time error correction loop with mid-circuit feedback — Google's 2024 Willow decoded after computation; this feeds corrections back live
Surface CodesError CorrectionFPGA
Read on arXiv
Quick Hits
1.
Trapped-Ion Two-Qubit Gate Reaches 99.97% Fidelity · Qubit Hardware

Quantinuum sets a new two-qubit gate fidelity record at 99.97% using barium-171 ions with pulsed Raman transitions.

Spin-echo refocusing scheme benchmarked over 2,000 randomized circuits — beats Oxford's 2023 record of 99.92%
Crosses the fidelity threshold needed for most surface code implementations, making trapped ions the leading modality for error correction
arXiv
2.
IBM's 1,121-Qubit Heron Chip Posts First Public Benchmarks · Superconducting

IBM releases first benchmarks for the 1,121-qubit Heron chip: 0.3% median two-qubit gate error with mid-circuit measurement on all qubits.

100-qubit GHZ state prepared with 62% fidelity — the largest entangled state on a superconducting processor to date
Mid-circuit measurement capability unlocks near-term hybrid algorithms that earlier generations couldn't support
arXiv
3.
Hardware-Efficient Ansatz Beats QAOA by 12% on Max-Cut · Algorithms

New variational algorithm outperforms standard QAOA by 12% on Max-Cut while using 40% fewer two-qubit gates.

Classically-optimized initial parameters avoid QAOA's barren plateau problem, tested on random 3-regular graphs with 20–50 nodes
Fewer gates means less noise and shorter circuit depths — practical variational optimization becomes more accessible
arXiv
4.
Majorana Qubits Hold Coherence Above 1 Kelvin Without Active Cooling · Topological

Microsoft-Delft team demonstrates topological qubits maintaining 15 μs coherence at 1.2K — up from sub-microsecond at similar temperatures.

InAs-Al nanowire-based Majorana qubits hit T₂ of 15 μs without active millikelvin cooling — a 15× improvement over prior work
Drastically simplifies cryogenic engineering for topological processors, potentially cutting cooling costs by orders of magnitude
arXiv
Deep Dive

Why the FPGA Decoder Changes the Error Correction Timeline

The error correction bottleneck has never been about whether codes work in theory — it's about whether you can decode syndromes fast enough for real-time feedback. Previous demonstrations of below-threshold error rates (Google's 2024 Willow result at 0.14%, Quantinuum's 2025 work at 0.11%) decoded syndromes after the computation finished. That's fine for benchmarking, but useless for real algorithms that need mid-circuit corrections.

The MIT-Harvard team built a custom decoder on Xilinx Ultrascale+ FPGAs using a parallelized minimum-weight perfect matching (MWPM) algorithm. The key innovation is decomposing the matching problem into independent subgraphs that fit within the FPGA's on-chip SRAM, avoiding the memory bottleneck that killed previous real-time attempts. The result: 880 ns average decode latency on a distance-5 surface code, well within the ~10 μs window before qubit coherence degrades.

At 0.09% logical error per round, this is the lowest published rate for any real-time decoder — and the first to beat the ~0.1% threshold where adding more physical qubits actually suppresses errors exponentially rather than linearly. The team ran 10,000 consecutive correction rounds without the decoder falling behind, proving stability under sustained operation.

The catch: this was demonstrated on a distance-5 code (48 physical qubits → 1 logical qubit). Scaling to distance-11 or higher — where you get enough error suppression for useful algorithms — will require either larger FPGAs or a multi-chip decoder architecture. The team estimates a 4× increase in FPGA resources for distance-7, which is within reach of current hardware...