Skip to main content

ZeqAnneal — Quantum Annealing

Quantum annealing simulation for optimization problems. Encode QUBO/Ising models and find ground states using the HULYAS master equation as the annealing Hamiltonian.

EndpointPOST /api/quantum/anneal
Authapi-key
Rate limit10/min
Categoryquantum

Parameters

NameTypeRequiredDescription
modelobjectYesQUBO matrix or Ising model { h, J }.
numReadsnumberNoNumber of annealing reads. Default: 100.
annealTimenumberNoAnneal time in Zeqonds. Default: 100.

Returns

{ solution, energy, sampleSet, timing, gapEstimate }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"model": {},
"numReads": 100,
"annealTime": 100
}' \
"https://zeqsdk.com/api/quantum/anneal"

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-qc-anneal.