Executes a quantum-based simulation on a syndicate (combining two squads) to forecast aggregated improvements and assess risk factors across the entire syndicate.
Query parameters
syndicateIdstringRequired
Identifier of the syndicate to analyze
shotsintegerOptional
Number of quantum shots for simulation
Default: 1024
Responses
get
GET /api/quantum/syndicate HTTP/1.1
Host: q.idefi.ai
Accept: */*
{
"syndicateId": "syndicate_001",
"predictedSyndicateImprovement": "10% overall performance boost",
"quantumRiskAnalysis": "Minimal risk detected",
"simulationDuration": "500ms",
"detailedMetrics": {
"aggregatedSyndicateProbabilities": {
"000": 0.45,
"001": 0.35,
"010": 0.15,
"011": 0.05
},
"analysis": "Rebalancing roles between the two squads can yield a 10% boost with minimal risk."
}
}