Copyright Notice:

The documents distributed by this server have been provided by the contributing authors as a means to ensure timely dissemination of scholarly and technical work on a noncommercial basis. Copyright and all rights therein are maintained by the authors or by other copyright holders, notwithstanding that they have offered their works here electronically. It is understood that all persons copying this information will adhere to the terms and constraints invoked by each author's copyright. These works may not be reposted without the explicit permission of the copyright holder.

Publications of SPCL

D. Ittah, T. Häner, V. Kliuchnikov, T. Hoefler:

 QIRO: A Static Single Assignment-Based Quantum Program Representation for Optimization

(In ACM Transactions on Quantum Computing, Association for Computing Machinery, ISSN: 2643-6809, Aug. 2021)

Publisher Reference

Abstract

We propose an IR for quantum computing that directly exposes quantum and classical data dependencies for the purpose of optimization. The Quantum Intermediate Representation for Optimization (QIRO) consists of two dialects, one input dialect and one that is specifically tailored to enable quantum-classical co-optimization. While the first employs a perhaps more intuitive memory-semantics (quantum operations act on qubits via side-effects), the latter uses value-semantics (operations consume and produce states) to integrate quantum dataflow in the IR’s Static Single Assignment (SSA) graph. Crucially, this allows for a host of optimizations that leverage dataflow analysis. We discuss how to map existing quantum programming languages to the input dialect and how to lower the resulting IR to the optimization dialect. We present a prototype implementation based on MLIR that includes several quantum-specific optimization passes. Our benchmarks show that significant improvements in resource requirements are possible even through static optimization. In contrast to circuit optimization at run time, this is achieved while incurring only a small constant overhead in compilation time, making this a compelling approach for quantum program optimization at application scale.

Documents

download article:
access preprint on arxiv:


Recorded talk (best effort)

 

BibTeX

@article{,
  author={David Ittah and Thomas Häner and Vadym Kliuchnikov and Torsten Hoefler},
  title={{QIRO: A Static Single Assignment-Based Quantum Program Representation for Optimization}},
  year={2021},
  month={8},
  booktitle={ACM Transactions on Quantum Computing},
  publisher={Association for Computing Machinery},
  issn={2643-6809},
  doi={10.1145/3491247},
}