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.
| Endpoint | POST /api/bio/protein/fold |
| Auth | api-key |
| Rate limit | 10/min |
| Category | biology |
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
sequence | string | Yes | Amino 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.