English

POPQC: Parallel Optimization for Quantum Circuits (Extended Version)

Distributed, Parallel, and Cluster Computing 2025-06-17 v1 Quantum Physics

Abstract

Optimization of quantum programs or circuits is a fundamental problem in quantum computing and remains a major challenge. State-of-the-art quantum circuit optimizers rely on heuristics and typically require superlinear, and even exponential, time. Recent work proposed a new approach that pursues a weaker form of optimality called local optimality. Parameterized by a natural number Ω\Omega, local optimality insists that each and every Ω\Omega-segment of the circuit is optimal with respect to an external optimizer, called the oracle. Local optimization can be performed using only a linear number of calls to the oracle but still incurs quadratic computational overheads in addition to oracle calls. Perhaps most importantly, the algorithm is sequential. In this paper, we present a parallel algorithm for local optimization of quantum circuits. To ensure efficiency, the algorithm operates by keeping a set of fingers into the circuit and maintains the invariant that a Ω\Omega-deep circuit needs to be optimized only if it contains a finger. Operating in rounds, the algorithm selects a set of fingers, optimizes in parallel the segments containing the fingers, and updates the finger set to ensure the invariant. For constant Ω\Omega, we prove that the algorithm requires O(nlgn)O(n\lg{n}) work and O(rlgn)O(r\lg{n}) span, where nn is the circuit size and rr is the number of rounds. We prove that the optimized circuit returned by the algorithm is locally optimal in the sense that any Ω\Omega-segment of the circuit is optimal with respect to the oracle.

Keywords

Cite

@article{arxiv.2506.13720,
  title  = {POPQC: Parallel Optimization for Quantum Circuits (Extended Version)},
  author = {Pengyu Liu and Jatin Arora and Mingkuan Xu and Umut A. Acar},
  journal= {arXiv preprint arXiv:2506.13720},
  year   = {2025}
}

Comments

SPAA25

R2 v1 2026-07-01T03:20:09.179Z