Skip to main content

ZeqNano

Nanomaterial property prediction. Quantum confinement effects, surface-to-volume ratios, bandgap tuning with R(t) size distribution modeling.

EndpointPOST /api/materials/nano
Authapi-key
Rate limit10/min
Categorymaterials

Parameters

NameTypeRequiredDescription
materialstringYesMaterial composition (e.g. 'CdSe', 'Au', 'graphene').
size_nmnumberYesParticle/feature size in nm.
shapestringNo'sphere', 'rod', 'sheet', 'tube', 'wire'.

Returns

{ bandgap_eV, surfaceArea_m2_g, quantumYield, meltingPoint_C, zeqond }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"material": "<material>",
"size_nm": 0,
"shape": "sphere"
}' \
"https://zeqsdk.com/api/materials/nano"

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