Breaking Down Quantum Compilation: Profiling and Identifying Costly Passes
By: Felix Zilk , Alessandro Tundo , Vincenzo De Maio and more
Potential Business Impact:
Speeds up quantum computers by finding slow parts.
With the increasing capabilities of quantum systems, the efficient, practical execution of quantum programs is becoming more critical. Each execution includes compilation time, which accounts for substantial overhead of the overall program runtime. To address this challenge, proposals that leverage precompilation techniques have emerged, whereby entire circuits or select components are precompiled to mitigate the compilation time spent during execution. Considering the impact of compilation time on quantum program execution, identifying the contribution of each individual compilation task to the execution time is necessary in directing the community's research efforts towards the development of an efficient compilation and execution pipeline. In this work, we perform a preliminary analysis of the quantum circuit compilation process in Qiskit, examining the cumulative runtime of each individual compilation task and identifying the tasks that most strongly impact the overall compilation time. Our results indicate that, as the desired level of optimization increases, circuit optimization and gate synthesis passes become the dominant tasks in compiling a Quantum Fourier Transform, with individual passes consuming up to 87% of the total compilation time. Mapping passes require the most compilation time for a GHZ state preparation circuit, accounting for over 99% of total compilation time.
Similar Papers
Quantum Gate Decomposition: A Study of Compilation Time vs. Execution Time Trade-offs
Quantum Physics
Makes quantum computers run faster.
Inverse-Transpilation: Reverse-Engineering Quantum Compiler Optimization Passes from Circuit Snapshots
Quantum Physics
Uncovers how computers make quantum programs better.
Compilation, Optimization, Error Mitigation, and Machine Learning in Quantum Algorithms
Quantum Physics
Makes quantum computers solve problems much faster.