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 — the result field carries the structured output, alongside stdout, stderr, and exit_code:
Cancel a queued or running job with DELETE /api/v1/hpc/jobs/{job_id}.

Python Example — 36-Qubit GHZ State


Queue Management

Returns your organisation’s current HPC queue with estimated wait times per provider. Use this before submitting to select the provider with the shortest wait.

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.