Pawsey's HPC-vQPU turns batch HPC into interactive quantum simulators
New architecture lets quantum software treat HPC clusters like backend QPUs without inbound access.
Pawsey Supercomputing Research Centre researchers Shusen Liu, Pascal Jahan Elahi, and Ugo Varetto have introduced HPC-vQPU, an architecture that transforms batch-scheduled HPC systems into interactive virtual QPUs (quantum processing units) for quantum simulation. The key challenge is that secure HPC clusters use batch schedulers rather than the interactive, backend-oriented interfaces quantum software expects. HPC-vQPU solves this by separating a cloud-facing control plane—which manages device identity, task lifecycle, and snapshot binding—from an HPC-resident execution plane that claims work and runs it via scheduler-backed GPU jobs. Coordination is exclusively outbound and agent-initiated, meaning no inbound network paths are opened into the cluster.
The central innovation is a topology- and calibration-aware device snapshot that is atomically bound at claim time and carried into execution as an immutable contract. This makes each scheduled job hermetic while preserving fresh device semantics. The team implemented HPC-vQPU on Pawsey’s Setonix GPUs using Qiskit-Aer/cuQuantum for simulation and IBM Fez calibration data. Production experiments showed that service overhead is bounded and additive, workload scaling stays confined to the simulator, and calibration-bearing snapshots produce measurable output shifts. Claim-time binding successfully prevented stale execution after pre-claim device mutation, concurrent agents completed 50/50 tasks exactly once, and explicit recovery restored stale running tasks after agent failure.
- HPC-vQPU separates control and execution planes with exclusively outbound, agent-initiated coordination to maintain HPC security.
- Calibration-aware device snapshots are atomically bound at claim time, preventing stale execution and preserving fresh device semantics.
- Implemented on Pawsey's Setonix GPUs with Qiskit-Aer/cuQuantum and IBM Fez calibration data, achieving exactly-once task completion for concurrent agents.
Why It Matters
Bridges quantum software's need for interactive backends with HPC security constraints, enabling scalable, device-faithful quantum simulation.