Skip to main content

ZeqEntangle — Entanglement Analysis

Entanglement analysis and Bell state preparation. Compute concurrence, von Neumann entropy, and Bell inequality violations using quantum operators QM3, QM4.

EndpointPOST /api/quantum/entangle/analyze
Authapi-key
Rate limit20/min
Categoryquantum

Parameters

NameTypeRequiredDescription
statearrayYesStatevector (complex amplitudes as [re, im] pairs).
partitionarrayNoQubit partition for bipartite analysis. Default: [A, B] split.

Returns

{ concurrence, vonNeumannEntropy, bellInequality, isEntangled, schmidtCoefficients }

Example

curl -sS -X POST \
-H "Authorization: Bearer zsm_..." \
-H "Content-Type: application/json" \
-d '{
"state": [],
"partition": []
}' \
"https://zeqsdk.com/api/quantum/entangle/analyze"

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