Skip to content
Technology How it works Breeder — Hyperion Burner — Aegis Burner — MetroVolt AI-Native Architecture Magnets Fuel cycle Safety Roadmap
Solutions AI & Data Centers Defense & Government Grid & Baseload Neutron Detection Quantum
Learn Technical Library
Proof Publications Whitepapers Technical Library Open Science & Reproducibility The Honest Gates
Company About / Mission Leadership Environment Health & Safety Investors Careers Press Contact
3D Model
AI Architecture › Quantum for Fusion
Quantum for Fusion

Quantum Linear Systems and the HHL Algorithm

HHL solves linear systems in log dimension in principle, but its fine print makes it a poor fit for Kronos PDE solves; we say why plainly.

STRATEGY / SLOW ▲ ▼ MICROSECOND REAL-TIMEL7Ecosystem & Strategytelemetry ▲ control ▼open ▸L6Experience & Visualizationtelemetry ▲ control ▼open ▸L5Applications & Copilotstelemetry ▲ control ▼open ▸L4Orchestrationtelemetry ▲ control ▼open ▸L3Twin Modeling & AItelemetry ▲ control ▼open ▸L2Data Fabrictelemetry ▲ control ▼open ▸L1Control Planetelemetry ▲ control ▼open ▸L0Foundationtelemetry ▲ control ▼open ▸PHYSICAL S.M.A.R.T. GENERATOR PLANTBREEDER · HYPERION1R0 1.2 m · A 2.5 · 16.84 T · δ −0.30BURNER · TANDEM MIRROR2317 T throat · 26.49 T plug · fₙ 5.44% · DEC1 center stack + plasma · 2 high-field plug · 3 expander → direct converterCOLOR GRAMMAR strategy AI-workflow infra/data models reactor/DECLINE SEMANTICStelemetry (µs)controlKRONOS FUSION ENERGYAI-NATIVE S.M.A.R.T. GENERATORMASTER BLUEPRINTSHEET 01REV. 2026-08L0-L7 · 2 MACHINES
The AI-Native S.M.A.R.T. Generator Master Blueprint — eight layers (L0→L7), one control stack, wired to both machines. Telemetry rises in microseconds; control descends the same path.

The promise and the fine print

Many fusion computations reduce to solving large linear systems A x = b: discretized equilibrium equations, implicit time steps, linearized transport. The Harrow-Hassidim-Lloyd (HHL) algorithm prepares a quantum state proportional to the solution x in time polylogarithmic in the system dimension N, an exponential-looking speedup. The fine print is where it usually fails to help.

text
# HHL solves A x = b, output = quantum state |x> ~ sum_i x_i |i>
# runtime  ~  O( kappa^2 * s * log(N) / eps )
#   kappa = condition number of A
#   s     = sparsity (nonzeros per row)
#   eps   = target error
# NOT O(N): but the caveats below usually dominate

The four catches

Fit to Kronos, honestly

The Kronos PDE workloads, free-boundary Grad-Shafranov, MHD stability, transport, are exactly the cases where the catches bite: we usually want the full field for the digital twin, the operators are ill-conditioned, and state preparation of the source is nontrivial. Classical multigrid and Krylov solvers, plus physics-informed neural networks, already solve these well and give the whole solution.

We therefore do not plan HHL for equilibrium or transport solves. It stays on the shelf as a primitive that could matter only for a narrow problem where we need a scalar functional of a well-conditioned, structured system, which the operational solves are not. This is a case where the honest answer is 'quantum does not help here'; see the broader PDE assessment.

Content reviewed August 2026 · design-and-simulation stage