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 › Mathematical Foundations
Mathematical Foundations

Mirror Interchange Stability and Minimum-B

Open-field mirrors are prone to flute/interchange instability; stability requires a magnetic well (minimum-B), and the burner's ability to build one is a live physics gate.

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 interchange drive

A simple magnetic mirror has unfavorable field-line curvature: plasma can interchange with vacuum and lower its energy, driving the flute (interchange) instability - the mirror analogue of the breeder's ballooning drive. Stability requires that field-line curvature be favorable on average, i.e. the field magnitude increases away from the plasma: a minimum-B or magnetic-well configuration.

text
Interchange stability criterion (average minimum-B):

  Integral  dl / B  * ( flux-tube volume ) must satisfy
     d/dpsi [ Integral dl / B ]  < 0   (well condition)

Equivalently the average curvature is favorable:
  < kappa . grad p >  < 0   (stabilizing)

  A magnetic well means B increases off-axis in all directions.

Building a well in a tandem mirror

Minimum-B is achieved with non-axisymmetric coils (historically Ioffe bars / baseball / yin-yang geometry) that raise B off-axis. The tension is fundamental: the high-field plug (26.49 T) and throat (17 T) that provide confinement must coexist with a field shape that keeps the well. Whether a feasible-stress coil set can deliver both simultaneously is precisely where a burner gate bites.

python
# average magnetic-well figure of merit along a flux tube
def well_depth(B_of_l, dl):
    U = sum(dl / B_of_l)                 # specific flux-tube volume
    return -dU_dpsi(U)                   # >0 -> magnetic well (stable)
# stability requires well > 0 at the operating beta

Why this is a gate, not a result

At the design bore the plug coil is overstressed ~3-3.9x, so the specified field-and-well combination is infeasible as drawn. That is a structural-mechanics fact upstream of the plasma physics: without a feasible coil, the stabilizing minimum-B cannot be assumed. The stack therefore represents burner interchange stability with the coil-stress constraint bound to it, never reporting a stable well without also reporting the ~3-3.9x overstress.

These are simulation findings for a machine that does not exist; they are stated plainly because they define what must be solved, not hidden to make the concept look finished.

Content reviewed August 2026 · design-and-simulation stage