HPC Backend
The HPC module provides access to high-performance computing clusters for quantum simulation workloads that exceed the capacity of local or cloud simulators. Jobs are dispatched to multi-node CPU/GPU clusters, enabling simulation of circuits up to ~40 qubits with full statevector and matrix product state (MPS) methods.HPC vs. Cloud Simulator vs. QPU
Available HPC Providers
Submit an HPC Job
Response
Check Job Status
Retrieve HPC Results
Results arrive on the same status endpoint once the job completes — theresult field carries the structured output, alongside stdout, stderr, and exit_code:
DELETE /api/v1/hpc/jobs/{job_id}.
Python Example — 36-Qubit GHZ State
Queue Management
Pricing
HPC execution is billed per node-minute actually consumed — idle time during queue wait is not charged. QCOS reports technical metering only; prices are set and billed by the SoftQuantus Platform, and the current per-provider rates are in the console’s pricing catalog.Related
- Backends Overview
- Batch Execution — For many smaller circuits
- Bench — Benchmark HPC vs. QPU performance