CNOT Minimal Circuit Synthesis: A Reinforcement Learning Approach
This addresses the CNOT minimization problem for quantum computing, offering a novel method that could enhance circuit efficiency, though it appears incremental as it builds on existing reinforcement learning techniques.
The paper tackles the problem of minimizing CNOT gates in quantum circuits, a key challenge for efficient quantum computing, by introducing a reinforcement learning approach that uses a single agent for fixed-size circuits and preprocessing for others, achieving results that outperform the state-of-the-art algorithm as circuit size increases.
CNOT gates are fundamental to quantum computing, as they facilitate entanglement, a crucial resource for quantum algorithms. Certain classes of quantum circuits are constructed exclusively from CNOT gates. Given their widespread use, it is imperative to minimise the number of CNOT gates employed. This problem, known as CNOT minimisation, remains an open challenge, with its computational complexity yet to be fully characterised. In this work, we introduce a novel reinforcement learning approach to address this task. Instead of training multiple reinforcement learning agents for different circuit sizes, we use a single agent up to a fixed size $m$. Matrices of sizes different from m are preprocessed using either embedding or Gaussian striping. To assess the efficacy of our approach, we trained an agent with m = 8, and evaluated it on matrices of size n that range from 3 to 15. The results we obtained show that our method overperforms the state-of-the-art algorithm as the value of n increases.