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
Hyperion › Validation & Open Science
Validation & Open Science

How Uncertainty Is Quantified

Breeder results are reported with uncertainties, not as point values; this page describes how input uncertainty is propagated to every headline number.

A number without an uncertainty is incomplete

The breeder (Hyperion) headline figures — Q_sci 3.076, 85.0 MW, and the product yields — are the central estimates of distributions, not exact truths. Each rests on inputs that carry uncertainty: confinement scaling coefficients, profile assumptions, cross-sections, and geometry. Uncertainty quantification (UQ) propagates those input uncertainties through the analyses to bracket the outputs.

python
# Monte-Carlo style propagation (schematic)
import numpy as np
def propagate(model, priors, N=10000):
    samples = [model(**draw(priors)) for _ in range(N)]
    return np.mean(samples), np.percentile(samples,[5,95])
# Reported: central value + a stated confidence interval,
# not a bare point estimate.

What is propagated

Honest intervals

Where an interval is wide, the record says so rather than quoting only the optimistic edge. The TBR lever at 1.1, 1.5, and 1.8 is itself a UQ posture: the record spans the range instead of committing to a single breeding number, because the underlying uncertainty is real. Sensitivity — which inputs drive the spread — is covered in the sensitivity analysis.

This page describes a design-and-simulation study, not a built machine. Construction of the breeder (Hyperion) begins Q2 2027; first-of-a-kind first tritium is targeted near 2030. No hardware net-gain claim is made before FOAK.

Content reviewed August 2026 · design-and-simulation stage