Pith. sign in

REVIEW 2 cited by

Design and architecture of the IBM Quantum Engine Compiler

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2408.06469 v1 pith:TUSZURML submitted 2024-08-12 quant-ph cs.ET

Design and architecture of the IBM Quantum Engine Compiler

classification quant-ph cs.ET
keywords quantumbuiltcompilerllvmqe-compilerarchitecturecompilationdesign
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved
0 comments
Share X Bluesky LinkedIn Reddit HN
read the original abstract

In this work, we describe the design and architecture of the open-source Quantum Engine Compiler (qe-compiler) currently used in production for IBM Quantum systems. The qe-compiler is built using LLVM's Multi-Level Intermediate Representation (MLIR) framework and includes definitions for several dialects to represent parameterized quantum computation at multiple levels of abstraction. The compiler also provides Python bindings and a diagnostic system. An open-source LALR lexer and parser built using Bison and Flex generates an Abstract Syntax Tree that is translated to a high-level MLIR dialect. An extensible hierarchical target system for modeling the heterogeneous nature of control systems at compilation time is included. Target-based and generic compilation passes are added using a pipeline interface to translate the input down to low-level intermediate representations (including LLVM IR) and can take advantage of LLVM backends and tooling to generate machine executable binaries. The qe-compiler is built to be extensible, maintainable, performant, and scalable to support the future of quantum computing.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. MLIR for Quantum Beyond Gate Cancellation: Quantum Circuit Mapping Reimagined

    quant-ph 2026-07 accept novelty 6.0

    An MLIR-native A* qubit-routing pass outperforms QMAP and TKET on SWAP count and runtime and integrates into an open MLIR quantum compiler.

  2. Landscape-Similarity-Guided Optimization in Divide-and-Conquer QAOA

    quant-ph 2026-02 conditional novelty 6.0

    DO-QAOA shows that the 2^m subproblems in frozen-qubit divide-and-conquer QAOA share near-identical variational landscapes, so training one representative and transferring its parameters cuts training cost from expone...