Search papers, labs, and topics across Lattice.
This paper introduces DQR (Dynamic Queue Router), a runtime framework that decouples circuit cutting logic from execution orchestration in hybrid HPC-quantum systems, enabling HPC centers to apply resource management policies to NISQ workloads. DQR uses a backend-agnostic fragment descriptor to expose structural properties of circuit fragments and a wave-based coordinator for pipeline concurrency. Experiments on a 32-qubit HEA circuit on the CESGA Qmio supercomputer demonstrate makespan improvements, transparent failover recovery, and scalability, with coordination overhead accounting for only 5% of total execution time for deeper circuits.
Circuit cutting just got a whole lot more practical: DQR lets HPC centers treat quantum circuit fragments as first-class schedulable units, paving the way for seamless integration of NISQ workloads into existing infrastructure.
Hybrid High-performance Computing (HPC)-quantum workloads based on circuit cutting decompose large quantum circuits into independent fragments, but existing frameworks tightly couple cutting logic to execution orchestration, preventing HPC centers from applying mature resource management policies to Noisy Intermediate-Scale Quantum (NISQ) workloads. We present DQR (Dynamic Queue Router), a runtime framework that bridges this gap by treating circuit fragments as first-class schedulable units. The framework introduces a backend-agnostic fragment descriptor to expose structural properties without requiring execution layers to parse quantum code, a wave-based coordinator that achieves pipeline concurrency via non-blocking polling, and a production-ready implementation on the CESGA Qmio supercomputer integrating both QPUs local on-premises (Qmio) and remote cloud (IBM Torino) backends. Experiments on a 32-qubit Hardware-Efficient Ansatz (HEA) circuit demonstrate not only makespan improvements over a monolithic CPU baseline but also transparent per-fragment failover recovery-specifically rerouting tasks from the local QPU to classical simulators upon encountering hardware-level incompatibilities-without pipeline restart. For deeper circuits, the coordination residual accounts for only 5% of the total execution time, highlighting the framework's scalability. These results show that DQR enables HPC centers to integrate NISQ workloads into existing production infrastructure while preserving the flexibility to adopt improved cutting algorithms or heterogeneous backend technologies.