How Open Quantum Works¶
Open Quantum is a quantum computing job execution platform that provides access to real quantum processing units (QPUs) from leading hardware providers.
When you submit a quantum circuit through any of the SDKs:
- The circuit is uploaded and validated by the platform.
- A pricing quote is calculated based on the backend and shot count.
- Credits are deducted and the job enters the execution queue.
- The job is dispatched to the target QPU for execution.
- Results are validated and made available for download.
Key Concepts¶
Backends¶
Backends are the quantum hardware that execute your circuits. Each backend has a short_code (e.g., "ionq:forte-1") that you use to target it. See Backends for details.
Jobs¶
A job represents a single circuit execution request. See Job Lifecycle for the full state diagram.
Credits¶
Jobs are paid for using credits. New accounts receive 50 free Spark credits that refresh every 90 days. See Credits for details.
Public and Private Compute¶
Open Quantum offers Public and Private Compute options. Visit the pricing page for details. New accounts use Public Compute with free Spark credits.
Organizations¶
Every job belongs to an organization. Your user account can belong to one or more organizations, each with its own credit balance and job quotas.
Related Pages¶
- Backends -- Available quantum backends.
- Job Lifecycle -- Detailed job status flow.
- Credits -- Pricing and credit system.