Linear and non-linear relational analyses for Quantum Program Optimization
Matthew Amy, Joseph Lunderville
TL;DR
The paper tackles the high T-count challenge in Clifford+$T$ quantum circuits by generalizing phase folding from circuits to complete quantum programs with classical control. It reframes phase folding as an affine-relations analysis (ARA) and then extends it to non-linear relations by introducing polynomial-ideal (Gröbner-basis) domains, including a path-integral based method to extract precise classical transitions. The authors present two concrete domains, KS for affine relations and Pol for polynomial relations, and develop forward-analysis and summarization techniques to scale to large programs; they also introduce sum-over-paths to increase precision and a Strengthen procedure to exploit interference for further optimization. Experimental results on program and circuit benchmarks demonstrate non-trivial loop invariants and competitive T-count reductions, including cases previously achievable only by hand, illustrating the practical potential of applying classical relational analysis to quantum programming. Overall, this work bridges classical program analysis with quantum compilation, enabling more powerful, scalable optimizations across hybrid quantum-classical programs and opening avenues for deeper invariant-driven quantum optimizations.
Abstract
The phase folding optimization is a circuit optimization used in many quantum compilers as a fast and effective way of reducing the number of high-cost gates in a quantum circuit. However, existing formulations of the optimization rely on an exact, linear algebraic representation of the circuit, restricting the optimization to being performed on straightline quantum circuits or basic blocks in a larger quantum program. We show that the phase folding optimization can be re-cast as an \emph{affine relation analysis}, which allows the direct application of classical techniques for affine relations to extend phase folding to quantum \emph{programs} with arbitrarily complicated classical control flow including nested loops and procedure calls. Through the lens of relational analysis, we show that the optimization can be powered-up by substituting other classical relational domains, particularly ones for \emph{non-linear} relations which are useful in analyzing circuits involving classical arithmetic. To increase the precision of our analysis and infer non-linear relations from gate sets involving only linear operations -- such as Clifford+$T$ -- we show that the \emph{sum-over-paths} technique can be used to extract precise symbolic transition relations for straightline circuits. Our experiments show that our methods are able to generate and use non-trivial loop invariants for quantum program optimization, as well as achieve some optimizations of common circuits which were previously attainable only by hand.
