Classic and Quantum Task-Based Intelligent Runtime for QIRs Running on Multiple QPUs

arXiv:2605.1138226.0
Predicted impact top 75% in QUANT-PH · last 90 daysOriginality Incremental advance
AI Analysis

For developers of hybrid classical-quantum systems, this work provides a practical runtime for managing heterogeneous workloads, though the approach is incremental.

The paper introduces a task-based runtime that integrates classical and quantum workloads by combining the IRIS scheduler with a quantum execution engine (QIR-EE). It demonstrates parallel execution of quantum circuit sub-tasks via circuit cutting, reducing per-task simulation burden while maintaining accuracy.

High-performance computing systems are rapidly evolving into heterogeneous platforms that fuse quantum accelerators with traditional classical processing units (CPUs) and graphical processing units (GPUs). This convergence calls for runtimes capable of managing both classical and quantum workloads in a unified manner. We introduce an intelligent, task-based runtime that marries the Intelligent RuntIme System (IRIS) asynchronous scheduler with a quantum programming stack through the Quantum Intermediate Representation Execution Engine (QIR-EE). Our design allows programs written in the quantum intermediate representation (QIR) to be dispatched concurrently to a variety of back-ends, including multiple quantum simulators and nascent quantum processors, enabling genuine hybrid execution on a single node. To illustrate its practicality, we partition a 4-qubit and 20-qubit circuit into three sub-circuits using quantum circuit cutting via the QCut library. Each sub-circuit is simulated independently by the QIR-EE driver within IRIS, after which a classical post-processing step merges the simulation results to recover the outcome of the original full-circuit computation. This case study demonstrates how finer task granularity can enable the parallel execution and lower the simulation burden per quantum task while preserving overall accuracy, highlighting the feasibility of our hybrid approach.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes