ZeqFusion
Fusion plasma modeling. Lawson criterion, tokamak confinement (tau_E), plasma beta, heating power balance with HulyaPulse MHD stability analysis.
| Endpoint | POST /api/nuclear/fusion |
| Auth | api-key |
| Rate limit | 5/min |
| Category | nuclear |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
plasmaParams | object | Yes | { density_m3, temperature_keV, volume_m3 } |
magneticField_T | number | Yes | Toroidal field strength. |
heatingPower_MW | number | No | Auxiliary 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.