Qubit Routing using Graph Neural Network aided Monte Carlo Tree Search
Animesh Sinha, Utkarsh Azad, Harjinder Singh

TL;DR
This paper introduces an architecture-agnostic qubit routing method for quantum circuits that leverages graph neural networks and Monte Carlo tree search to minimize circuit depth and improve routing efficiency.
Contribution
It presents a novel qubit routing approach combining GNNs and MCTS, outperforming existing methods across various benchmarks.
Findings
Outperforms existing routing methods on multiple benchmarks
Reduces quantum circuit depth effectively
Utilizes GNNs to evaluate routing states
Abstract
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.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsQuantum Computing Algorithms and Architecture · Quantum and electron transport phenomena · Advanced Memory and Neural Computing
MethodsGraph Neural Network
