Skip to main content

ZeqShielding

Radiation shielding design. Gamma attenuation (build-up factors), neutron moderation, dose rate mapping with R(t) source term decay curves.

EndpointPOST /api/nuclear/shielding
Authapi-key
Rate limit10/min
Categorynuclear

Parameters

NameTypeRequiredDescription
sourceobjectYes{ isotope, activity_Bq, energy_MeV }
shieldLayersarrayYes[{ material, thickness_cm }]
distance_mnumberYesDistance to dose point.

Returns

{ doseRate_mSv_hr, attenuation_factor, buildUpFactor, shieldAdequacy, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"source": {},
"shieldLayers": [],
"distance_m": 0
}' \
"https://zeqsdk.com/api/nuclear/shielding"

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