English

Constant-time hybrid compilation of Shor's algorithm with quantum just-in-time compilation

Quantum Physics 2025-04-18 v1

Abstract

Continuous improvements in quantum computing hardware are exposing the need for simultaneous advances in software. Large-scale implementation of quantum algorithms requires rapid and automated compilation routines such as circuit synthesis and optimization. As systems move towards fault-tolerance, programming frameworks and compilers must also be capable of compiling and optimizing programs comprising both classical and quantum code. This work takes a step in that direction by providing an implementation of Shor's factoring algorithm, compiled to elementary quantum gates using PennyLane and Catalyst, a library for quantum just-in-time (QJIT) compilation of hybrid workflows. We demonstrate that with QJIT compilation, the algorithm is compiled once per bit width of NN, the integer being factored, even when NN-specific optimizations are applied to circuit generation based on values determined at runtime. The implementation is benchmarked up to 32-bit NN, and both the size of the compiled program and the pure compilation time are found to be constant (under 3 seconds on a laptop computer), meaning code generation becomes tractable even for realistic problem sizes.

Keywords

Cite

@article{arxiv.2504.12449,
  title  = {Constant-time hybrid compilation of Shor's algorithm with quantum just-in-time compilation},
  author = {David Ittah and Jackson Fraser and Josh Izaac and Olivia Di Matteo},
  journal= {arXiv preprint arXiv:2504.12449},
  year   = {2025}
}

Comments

7 pages, 6 figures. Code available on GitHub

R2 v1 2026-06-28T23:01:07.715Z