paper-with-me

Papers

Qubit Routing using Graph Neural Network aided Monte Carlo Tree Search

2021-04-01 · Animesh Sinha, Utkarsh Azad, Harjinder Singh

Near-term quantum hardware can support two-qubit operations only on the qubits that can interact with each other. Therefore, to execute an arbitrary quantum circuit on the hardware, compilers have to first perform the task of qubit routing, i.e., to transform the quantum circuit either by inserting additional SWAP gates or by reversing existing CNOT gates to satisfy the connectivity constraints of the target topology. We propose a procedure for qubit routing that is architecture agnostic and that outperforms other available routing implementations on various circuit benchmarks. The depth of the transformed quantum circuits is minimised by utilizing the Monte Carlo tree search to perform qubit routing, aided by a Graph neural network that evaluates the value function and action probabilities for each state.

📄 PDF Abstract BibTeX arXiv:2104.01992

Code (1)

AnimeshSinha1309/qroute-router 공식 구현 pytorch

Tasks

Graph Neural Network

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

AlphaRouter: Quantum Circuit Routing with Reinforcement Learning and Tree Search

2024-10-07 · Wei Tang, Yiheng Duan, Yaroslav Kharkov, Rasool Fakoor 외

Quantum computers have the potential to outperform classical computers in important tasks such as optimization and number factoring. They are characterized by limited connectivity, which necessitates the routing of their…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Graph Reinforcement Learning for Calibration-Aware Quantum Circuit Routing

2026-06-11 · Yash Vardhan Tomar, Dheeraj Peddireddy arxiv

Quantum circuit routing is a key step in compiling programs for noisy intermediate-scale quantum processors, particularly superconducting devices whose sparse fixed coupling makes routing a central compilation cost. Rout…

Reinforcement Learning

Evolutionary Power-Aware Routing in VANETs using Monte-Carlo Simulation

2025-02-01 · J. Toutouh, S. Nesmachnow, E. Alba

This work addresses the reduction of power consumption of the AODV routing protocol in vehicular networks as an optimization problem. Nowadays, network designers focus on energy-aware communication protocols, specially t…

Circuit Routing Using Monte Carlo Tree Search and Deep Neural Networks

2020-06-24 · Youbiao He, Forrest Sheng Bao

Circuit routing is a fundamental problem in designing electronic systems such as integrated circuits (ICs) and printed circuit boards (PCBs) which form the hardware of electronics and computers. Like finding paths betwee…

Decision MakingSequential Decision Making

Monte Carlo Graph Coloring

2025-04-04 · Tristan Cazenave, Benjamin Negrevergne, Florian Sikora

Graph Coloring is probably one of the most studied and famous problem in graph algorithms. Exact methods fail to solve instances with more than few hundred vertices, therefore, a large number of heuristics have been prop…