paper-with-me

Papers

Compiler Optimization for Quantum Computing Using Reinforcement Learning

2022-12-08 · Nils Quetschlich, Lukas Burgholzer, Robert Wille

Any quantum computing application, once encoded as a quantum circuit, must be compiled before being executable on a quantum computer. Similar to classical compilation, quantum compilation is a sequential process with many compilation steps and numerous possible optimization passes. Despite the similarities, the development of compilers for quantum computing is still in its infancy -- lacking mutual consolidation on the best sequence of passes, compatibility, adaptability, and flexibility. In this work, we take advantage of decades of classical compiler optimization and propose a reinforcement learning framework for developing optimized quantum circuit compilation flows. Through distinct constraints and a unifying interface, the framework supports the combination of techniques from different compilers and optimization tools in a single compilation flow. Experimental evaluations show that the proposed framework -- set up with a selection of compilation passes from IBM's Qiskit and Quantinuum's TKET -- significantly outperforms both individual compilers in 73% of cases regarding the expected fidelity. The framework is available on GitHub (https://github.com/cda-tum/MQTPredictor) as part of the Munich Quantum Toolkit (MQT).

📄 PDF Abstract BibTeX arXiv:2212.04508

Code (2)

cda-tum/mqtpredictor 공식 구현
cda-tum/mqt-predictor

Tasks

Compiler Optimizationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

CO-MAP: A Reinforcement Learning Approach to the Qubit Allocation Problem

2026-05-13 · Ankit Kulshrestha, Xiaoyuan Liu arxiv

A quantum compiler is a critical piece in the quantum computing pipeline since it allows an abstract quantum circuit to be run on a physical quantum computer. One extremely important subproblem in quantum compilation is …

Reinforcement Learning

Quantum Compiling with Reinforcement Learning on a Superconducting Processor

2024-06-18 · Z. T. Wang, Qiuhao Chen, Yuxuan Du, Z. H. Yang 외

To effectively implement quantum algorithms on noisy intermediate-scale quantum (NISQ) processors is a central task in modern quantum technology. NISQ processors feature tens to a few hundreds of noisy qubits with limite…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Unity

Efficient and practical quantum compiler towards multi-qubit systems with deep reinforcement learning

2022-04-14 · Qiuhao Chen, Yuxuan Du, Qi Zhao, Yuling Jiao 외

Efficient quantum compiling tactics greatly enhance the capability of quantum computers to execute complicated quantum algorithms. Due to its fundamental importance, a plethora of quantum compilers has been designed in p…

Deep Reinforcement LearningQ-Learningreinforcement-learningReinforcement Learning (RL)

Quantum Circuit Compiler for a Shuttling-Based Trapped-Ion Quantum Computer

2022-07-05 · Fabian Kreppel, Christian Melzer, Diego Olvera Millán, Janis Wagner 외

The increasing capabilities of quantum computing hardware and the challenge of realizing deep quantum circuits require fully automated and efficient tools for compiling quantum circuits. To express arbitrary circuits in …

Fine-Tuning Large Language Models on Quantum Optimization Problems for Circuit Generation

2025-04-15 · Linus Jern, Valter Uotila, Cong Yu, Bo Zhao

Large language models (LLM) have achieved remarkable outcomes in addressing complex problems, including math, coding, and analyzing large amounts of scientific reports. Yet few works have explored the potential of LLM in…

MathQuantum Machine Learning