Generating Compilers for Qubit Mapping and Routing
Abtin Molavi, Amanda Xu, Ethan Cecchetti, Swamit Tannu, Aws Albarghouthi
TL;DR
The paper presents a unified framework for automatically generating qubit mapping and routing compilers (QMR) by introducing an abstract QMR problem based on device state machines and a domain-specific language named Marol. It shows how Marol programs can parameterize a maximal-state solver, MaxState, to synthesize compilers that execute circuits on diverse hardware without hand-crafting per-architecture implementations. Across nisq and fault-tolerant settings, the generated compilers achieve competitive or superior performance compared to handwritten tools, including scenarios where they match or exceed the quality of industry baselines. The work demonstrates broad applicability across architectures (e.g., nisq, surface code, trapped ions, and reconfigurable atom arrays) and provides extensive empirical evaluation, arguing that automatic QMR compiler synthesis can accelerate adaptation to rapidly evolving quantum hardware while maintaining practical runtime and quality guarantees.
Abstract
To evaluate a quantum circuit on a quantum processor, one must find a mapping from circuit qubits to processor qubits and plan the instruction execution while satisfying the processor's constraints. This is known as the qubit mapping and routing (QMR) problem. High-quality QMR solutions are key to maximizing the utility of scarce quantum resources and minimizing the probability of logical errors affecting computation. The challenge is that the landscape of quantum processors is incredibly diverse and fast-evolving. Given this diversity, dozens of papers have addressed the QMR problem for different qubit hardware, connectivity constraints, and quantum error correction schemes by a developing a new algorithm for a particular context. We present an alternative approach: automatically generating qubit mapping and routing compilers for arbitrary quantum processors. Though each QMR problem is different, we identify a common core structure-device state machine-that we use to formulate an abstract QMR problem. Our formulation naturally leads to a compact domain-specific language for specifying QMR problems and a powerful parametric algorithm that can be instantiated for any QMR specification. Our thorough evaluation on case studies of important QMR problems shows that generated compilers are competitive with handwritten, specialized compilers in terms of runtime and solution quality.
