Q-Fusion: Diffusing Quantum Circuits
Collin Beaudoin, Swaroop Ghosh
TL;DR
The paper tackles the challenge of designing quantum circuits for NISQ devices by introducing Q-Fusion, a diffusion-model-based Quantum Architecture Search that operates on graph representations of circuits (LayerDAG). It trains a three-layer diffusion model to generate valid circuit DAGs and demonstrates 100% validity in both non-parametric and parametric circuit generation, with meaningful functionality dependent on gate sets and circuit size. The approach leverages a density-matrix–based label to guide learning, but faces limitations from the exponential scaling of density matrices with qubit count and from data scarcity, motivating future enhancements such as quantum-aware optimization and hardware-based evaluation. Overall, diffusion-based QAS presents a promising direction for automated quantum circuit design, potentially accelerating quantum machine learning and other quantum technologies.
Abstract
Quantum computing holds great potential for solving socially relevant and computationally complex problems. Furthermore, quantum machine learning (QML) promises to rapidly improve our current machine learning capabilities. However, current noisy intermediate-scale quantum (NISQ) devices are constrained by limitations in the number of qubits and gate counts, which hinder their full capabilities. Furthermore, the design of quantum algorithms remains a laborious task, requiring significant domain expertise and time. Quantum Architecture Search (QAS) aims to streamline this process by automatically generating novel quantum circuits, reducing the need for manual intervention. In this paper, we propose a diffusion-based algorithm leveraging the LayerDAG framework to generate new quantum circuits. This method contrasts with other approaches that utilize large language models (LLMs), reinforcement learning (RL), variational autoencoders (VAE), and similar techniques. Our results demonstrate that the proposed model consistently generates 100% valid quantum circuit outputs.
