Skip to main content

ZeqFusion

Fusion plasma modeling. Lawson criterion, tokamak confinement (tau_E), plasma beta, heating power balance with HulyaPulse MHD stability analysis.

EndpointPOST /api/nuclear/fusion
Authapi-key
Rate limit5/min
Categorynuclear

Parameters

NameTypeRequiredDescription
plasmaParamsobjectYes{ density_m3, temperature_keV, volume_m3 }
magneticField_TnumberYesToroidal field strength.
heatingPower_MWnumberNoAuxiliary heating.

Returns

{ lawsonProduct, confinementTime_s, beta, fusionPower_MW, qFactor, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"plasmaParams": {},
"magneticField_T": 0,
"heatingPower_MW": 50
}' \
"https://zeqsdk.com/api/nuclear/fusion"

This protocol is a named building block — one of the operations you compose inside a state contract. Call it directly with the request above, or invoke it from a contract that fires on your machine's clock. Browse the whole library at GET /api/protocols; fetch this one at GET /api/protocols/zeq-fusion.