Search papers, labs, and topics across Lattice.
This paper introduces QPipe, a multi-agent architecture leveraging large language models to autonomously convert natural language requirements into executable quantum application workflows. By employing specialized agents for various stages of the process, QPipe achieves impressive performance metrics, including 100% code compilation success and 96.7% application execution rates across 20 test cases. The results demonstrate that QPipe not only streamlines the generation of quantum applications but also outperforms traditional optimization methods, highlighting the potential of agentic systems in quantum software engineering.
QPipe achieves 100% code compilation and 96.7% execution rates, outperforming traditional optimization methods in generating quantum applications from natural language requirements.
Quantum computing is increasingly explored for software engineering (SE) optimization, but translating natural-language (NL) task-level requirements into executable quantum applications still demands substantial quantum and programming expertise. We present QPipe, a large language model (LLM)-based multi-agent architecture that autonomously turns NL requirements into traceable quantum-application workflows through specialized agents for requirement parsing, formulation, code generation, review, execution, and verification. We evaluate QPipe on 20 NL requirements, each associated with a real-world benchmark and a test-optimization problem. QPipe successfully completes the key stages of quantum-application generation across requirements, achieving average rates of 100% for code compilation and 96.7% for application execution and final-result combination, with average generation costs of 260.1 seconds and 1.89M tokens per requirement. Among the generated quantum applications that execute successfully, the returned solutions outperform the offline genetic algorithm baseline in most cases. Ablation results further show that QPipe's advantage depends on retaining code-generation skills, task knowledge, review feedback, and multi-agent decomposition. These results indicate that agentic coordination can support generation of executable quantum applications for tackling test optimization problems from real-world benchmarks.