📡 API Endpoints
POST
/api/v1/algorithm
Create Bell state (maximal entanglement)
POST
/api/v1/algorithm
Grover's search algorithm
POST
/api/v1/circuit
Custom quantum circuit
GET
/api/v1/benchmark
Quantum supremacy benchmark
GET
/api/v1/status
API and hardware status
💡 Quick Start
curl -X POST http://localhost:8000/api/v1/algorithm \
-H "Content-Type: application/json" \
-d '{"algorithm": "bell", "shots": 1000}'