Skip to main content

ZeqProtein — Folding Energy Landscape

Protein folding energy landscape via HULYAS functional equation E = P_φ · Z(M,R,δ,C,X). Maps amino acid sequences to energy states using operator coupling.

EndpointPOST /api/bio/protein/fold
Authapi-key
Rate limit10/min
Categorybiology

Parameters

NameTypeRequiredDescription
sequencestringYesAmino acid sequence (single-letter code, max 500 residues).

Returns

{ energyLandscape, minEnergy, foldedState, secondaryStructure, stabilityScore }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"sequence": "<sequence>"
}' \
"https://zeqsdk.com/api/bio/protein/fold"

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