Skip to main content

ZeqThermal

Chip thermal simulation with R(t)-modulated heat dissipation. Junction temperature prediction, hotspot identification, cooling solution sizing.

EndpointPOST /api/hardware/thermal
Authapi-key
Rate limit10/min
Categoryhardware

Parameters

NameTypeRequiredDescription
chipLayoutobjectYesDie layout with power density map.
coolingTypestringNo'passive', 'active-air', 'liquid', 'immersion'.
ambientTemp_CnumberNoAmbient temperature.

Returns

{ junctionTemp_C, hotspots, thermalResistance_C_W, coolingRequired_W, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"chipLayout": {},
"coolingType": "active-air",
"ambientTemp_C": 25
}' \
"https://zeqsdk.com/api/hardware/thermal"

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