Architecture (High Level)
This page provides a customer-safe, high-level view of the QCOS platform.
Components
- SDK / CLI: developer tools for submitting circuits and retrieving results.
- REST API: language-agnostic access to QCOS.
- Execution backend: GPU-accelerated execution environment.
Data flow (simplified)
- You submit a circuit via SDK/CLI/API.
- QCOS queues the work and schedules execution.
- You poll for results or receive completion events (enterprise features).
Implementation details (infrastructure, queue wiring, internal service topology) are intentionally omitted from the public docs.