ZeqShielding
Radiation shielding design. Gamma attenuation (build-up factors), neutron moderation, dose rate mapping with R(t) source term decay curves.
| Endpoint | POST /api/nuclear/shielding |
| Auth | api-key |
| Rate limit | 10/min |
| Category | nuclear |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
source | object | Yes | { isotope, activity_Bq, energy_MeV } |
shieldLayers | array | Yes | [{ material, thickness_cm }] |
distance_m | number | Yes | Distance 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.