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 › L0 · Foundation
L0 · Foundation

Mixed-Precision Numerical Strategy

Where Kronos uses double, single, and reduced precision across simulation and training, and why precision is a correctness decision.

THE STACK · click to jumpL7Ecosystem & StrategyL6Experience & VisualizationL5Applications & CopilotsL4OrchestrationL3Twin Modeling & AIL2Data FabricL1Control PlaneL0Foundation▲tlmctl▼L0 · FOUNDATIONThe offline compute substrate — multi-physics & batch training.1Cloud HPCelastic burst2Bare-Metal ClusterGPU / CPU3Supercomputingmulti-physics runs4Batch Trainingmodel builds5Simulation FarmGrad-Shafranov · MHD6Object StorecheckpointsMACHINE TIETrains the models that ship UP to L3 — no real-time path to the machine.KRONOS FUSION ENERGYAI-NATIVE S.M.A.R.T. GENERATORFOUNDATIONSHEET 02REV. 2026-08L0 · AI-NATIVE STACK
L0 · Foundation — its place in the stack (left, click any layer) and its internal components (right). Telemetry rises; control descends.

Precision is chosen per workload

L0 mixes numerical precisions deliberately. Precision trades accuracy against memory and speed, and the right point differs sharply between an implicit physics solve that must converge to a tight residual and a neural-network training run that tolerates noise. Kronos assigns precision per workload, not per machine.

Double precision for the physics core

Coupled MHD, Grad-Shafranov equilibria, and thermomechanics run in double precision. These are stiff, iterative, and sometimes chaotic; single precision would let rounding accumulate into a different converged state, which breaks reproducibility. For the certified core, double precision is non-negotiable.

Reduced precision for training

PINN, GNN, and surrogate training use mixed precision: reduced-precision matrix math with a higher-precision master copy of the weights and a loss-scaling step to protect small gradients. This roughly doubles throughput and halves memory with no meaningful loss in the trained surrogate's fidelity, because the training objective is already statistical.

Monte Carlo transport is an intermediate case. Per-history arithmetic tolerates single precision, but tallies accumulate over billions of histories, so their accumulators use higher-precision summation to avoid catastrophic cancellation. Precision is thus split within a single code: cheap per-history, careful per-tally.

At the far end, twin surrogates are quantized to reduced precision for fast inference in the 50 to 100 ms shadow. The chain runs from double-precision truth at the physics core, through mixed-precision training, to reduced-precision real-time evaluation, each step chosen so the final control decision stays inside its physics-validated envelope.

Content reviewed August 2026 · design-and-simulation stage