Phase 1 · data-backed core

KORE

BUILT
EQUIL

fast MHD-equilibrium accelerator (Fourier Neural Operator / DeepONet); Grad-Shafranov, not turbulence.

Headline benchmark — honest, computed
learned NN equilibrium: rel-L2 0.0035 vs analytic, 2.337 ms/field; sourced FNO 2.5% vs 1% bar

What it accelerates

KODEX KORE is a fast, calibrated surrogate for classical Grad-Shafranov solver — reproducing its result at inference speed, so it runs inside a real-time control loop or a design search where the full computation is far too slow to call.

Provenance
ANALYTIC
De-risking gates
AC-16, AC-L1
Rollout
Phase 1 · Built

Use it

One line, one contract — a prediction, its uncertainty, and whether the input is in-domain.

from kronos_ml import KORE

model = KORE()                          # loads the trained surrogate
y, sigma, in_domain = model.predict(x)   # y = MHD equilibrium
if not in_domain:                       # out of its trusted region
    fall_back_to_full_physics()          # KORE abstains, never extrapolates

How to trust it

Every KODEX code wraps the shared spine — KHALO for calibrated uncertainty and KGATE for the out-of-domain gate — so it reports how confident it is and abstains rather than extrapolate. Benchmarks are computed on held-out data with a fixed seed; pre-registered misses are kept, not hidden.

In the fleet

Get it · cite it

Part of the open kronos-ml package (Apache-2.0). Open-access deposits with citable DOIs are listed below.

Open-access deposits, each with a citable DOI: