Skip to main content

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)

  1. You submit a circuit via SDK/CLI/API.
  2. QCOS queues the work and schedules execution.
  3. 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.