Skip to main content

ZeqReactor

Nuclear reactor core simulation. Neutron diffusion, criticality (k-eff), fuel burnup with R(t)-modulated control rod worth and xenon transient modeling.

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

Parameters

NameTypeRequiredDescription
coreGeometryobjectYesFuel assembly layout and enrichment.
controlRodPosition_pctnumberNoControl rod insertion %.
burnup_MWd_tnumberNoCurrent fuel burnup.

Returns

{ keff, neutronFlux, powerDistribution, xenonConcentration, fuelTemperature_C, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"coreGeometry": {},
"controlRodPosition_pct": 50,
"burnup_MWd_t": 0
}' \
"https://zeqsdk.com/api/nuclear/reactor"

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-reactor.