Table of Contents
Fetching ...

Q-gen: A Parameterized Quantum Circuit Generator

Yikai Mao, Shaswot Shresthamali, Masaaki Kondo

TL;DR

The paper addresses the need for scalable generation and benchmarking of quantum circuits in the NISQ era by introducing Q-gen, a parameterized quantum circuit generator that supports fifteen algorithms. It provides a high-level circuit generation workflow using Qiskit, accompanied by a large, diverse circuit dataset including measurement histograms and state vectors. The work organizes algorithms into five hierarchical systems and introduces an algorithm complexity rating to facilitate cross-algorithm comparison and ML research on quantum circuits. As an open-source, multipurpose tool and dataset, Q-gen aims to accelerate classical automation, AI-assisted design, and hardware-aware optimization for quantum computing.

Abstract

Unlike most classical algorithms that take an input and give the solution directly as an output, quantum algorithms produce a quantum circuit that works as an indirect solution to computationally hard problems. In the full quantum computing workflow, most data processing remains in the classical domain except for running the quantum circuit in the quantum processor. This leaves massive opportunities for classical automation and optimization toward future utilization of quantum computing. We kickstart the first step in this direction by introducing Q-gen, a high-level, parameterized quantum circuit generator incorporating 15 realistic quantum algorithms. Each customized generation function comes with algorithmspecific parameters beyond the number of qubits, providing a large generation volume with high circuit variability. To demonstrate the functionality of Q-gen, we organize the algorithms into 5 hierarchical systems and generate a quantum circuit dataset accompanied by their measurement histograms and state vectors. This dataset enables researchers to statistically analyze the structure, complexity, and performance of large-scale quantum circuits, or quickly train novel machine learning models without worrying about the exponentially growing simulation time. Q-gen is an open-source and multipurpose project that serves as the entrance for users with a classical computer science background to dive into the world of quantum computing.

Q-gen: A Parameterized Quantum Circuit Generator

TL;DR

The paper addresses the need for scalable generation and benchmarking of quantum circuits in the NISQ era by introducing Q-gen, a parameterized quantum circuit generator that supports fifteen algorithms. It provides a high-level circuit generation workflow using Qiskit, accompanied by a large, diverse circuit dataset including measurement histograms and state vectors. The work organizes algorithms into five hierarchical systems and introduces an algorithm complexity rating to facilitate cross-algorithm comparison and ML research on quantum circuits. As an open-source, multipurpose tool and dataset, Q-gen aims to accelerate classical automation, AI-assisted design, and hardware-aware optimization for quantum computing.

Abstract

Unlike most classical algorithms that take an input and give the solution directly as an output, quantum algorithms produce a quantum circuit that works as an indirect solution to computationally hard problems. In the full quantum computing workflow, most data processing remains in the classical domain except for running the quantum circuit in the quantum processor. This leaves massive opportunities for classical automation and optimization toward future utilization of quantum computing. We kickstart the first step in this direction by introducing Q-gen, a high-level, parameterized quantum circuit generator incorporating 15 realistic quantum algorithms. Each customized generation function comes with algorithmspecific parameters beyond the number of qubits, providing a large generation volume with high circuit variability. To demonstrate the functionality of Q-gen, we organize the algorithms into 5 hierarchical systems and generate a quantum circuit dataset accompanied by their measurement histograms and state vectors. This dataset enables researchers to statistically analyze the structure, complexity, and performance of large-scale quantum circuits, or quickly train novel machine learning models without worrying about the exponentially growing simulation time. Q-gen is an open-source and multipurpose project that serves as the entrance for users with a classical computer science background to dive into the world of quantum computing.
Paper Structure (35 sections, 1 table)