English

A Cross-Platform Execution Engine for the Quantum Intermediate Representation

Quantum Physics 2025-11-06 v2 Software Engineering

Abstract

Hybrid languages like the quantum intermediate representation (QIR) are essential for programming systems that mix quantum and conventional computing models, while execution of these programs is often deferred to a system-specific implementation. Here, we develop the QIR Execution Engine (QIR-EE) for parsing, interpreting, and executing QIR across multiple hardware platforms. QIR-EE uses LLVM to execute hybrid instructions specifying quantum programs and, by design, presents extension points that support customized runtime and hardware environments. We demonstrate an implementation that uses the XACC quantum hardware-accelerator library to dispatch prototypical quantum programs on different commercial quantum platforms and numerical simulators, and we validate execution of QIR-EE on IonQ, Quantinuum, and IBM hardware. Our results highlight the efficiency of hybrid executable architectures for handling mixed instructions, managing mixed data, and integrating with quantum computing frameworks to realize cross-platform execution.

Keywords

Cite

@article{arxiv.2404.14299,
  title  = {A Cross-Platform Execution Engine for the Quantum Intermediate Representation},
  author = {Elaine Wong and Vicente Leyton-Ortega and Daniel Claudino and Seth R. Johnson and Austin J. Adams and Sharmin Afrose and Meenambika Gowrishankar and Anthony Cabrera and Travis S. Humble},
  journal= {arXiv preprint arXiv:2404.14299},
  year   = {2025}
}

Comments

21 pages with corresponding code freely available at https://github.com/ORNL-QCI/qiree

R2 v1 2026-06-28T16:02:28.124Z