paper-with-me

Papers

Revisiting Quantum Code Generation: Where Should Domain Knowledge Live?

2026-03-23 · Oscar Novo, Oscar Bastidas-Jossa, Alberto Calvo, Antonio Peris, Carlos Kuchkovsky arxiv

Recent advances in large language models (LLMs) have enabled the automation of an increasing number of programming tasks, including code generation for scientific and engineering domains. In rapidly evolving software ecosystems such as quantum software development, where frameworks expose complex abstractions, a central question is how best to incorporate domain knowledge into LLM-based assistants while preserving maintainability as libraries evolve. In this work, we study specialization strategies for Qiskit code generation using the Qiskit-HumanEval benchmark. We compare a parameter-specialized fine-tuned baseline introduced in prior work against a range of recent general-purpose LLMs enhanced with retrieval-augmented generation (RAG) and agent-based inference with execution feedback. Our results show that modern general-purpose LLMs consistently outperform the parameter-specialized baseline. While the fine-tuned model achieves approximately 47% pass@1 on Qiskit-HumanEval, recent general-purpose models reach 60-65% under zero-shot and retrieval-augmented settings, and up to 85% for the strongest evaluated model when combined with iterative execution-feedback agents -representing an improvement of more than 20% over zero-shot general-purpose performance and more than 35% over the parameter-specialized baseline. Agentic execution feedback yields the most consistent improvements, albeit at increased runtime cost, while RAG provides modest and model-dependent gains. These findings indicate that performance gains can be achieved without domain-specific fine-tuning, instead relying on inference-time augmentation, thereby enabling a more flexible and maintainable approach to LLM-assisted quantum software development.

📄 PDF Abstract BibTeX arXiv:2603.22184

Code (0)

등록된 구현이 없습니다.

Tasks

Code Generation

Similar Papers 제목 키워드 기반

Quantum-like model for unconscious-conscious interaction and emotional coloring of perceptions and other conscious experiences

2021-06-06 · Andrei Khrennikov

Quantum measurement theory is applied to quantum-like modeling of coherent generation of perceptions and emotions and generally for emotional coloring of conscious experiences. In quantum theory, a system should be separ…

QuanBench+: A Unified Multi-Framework Benchmark for LLM-Based Quantum Code Generation

2026-03-25 · Ali Slim, Haydar Hamieh, Jawad Kotaich, Yehya Ghosn 외 arxiv

Large Language Models (LLMs) are increasingly used for code generation, yet quantum code generation is still evaluated mostly within single frameworks, making it difficult to separate quantum reasoning from framework fam…

Code Generation

Quantum Artificial Life in an IBM Quantum Computer

2017-11-26 · U. Alvarez-Rodriguez, M. Sanz, L. Lamata, E. Solano

We present the first experimental realization of a quantum artificial life algorithm in a quantum computer. The quantum biomimetic protocol encodes tailored quantum behaviors belonging to living systems, namely, self-rep…

Artificial LifeQuantum Machine Learning

Quantum Generative Adversarial Autoencoders: Learning latent representations for quantum data generation

2025-09-19 · Naipunnya Raj, Rajiv Sangle, Avinash Singh, Krishna Kumar Sabapathy arxiv

In this work, we introduce the Quantum Generative Adversarial Autoencoder (QGAA), a quantum model for generation of quantum data. The QGAA consists of two components: (a) Quantum Autoencoder (QAE) to compress quantum sta…

Quantum Machine Learning

Model-Driven Quantum Code Generation Using Large Language Models and Retrieval-Augmented Generation

2025-08-28 · Nazanin Siavash, Armin Moin arxiv

This paper introduces a novel research direction for model-to-text/code transformations by leveraging Large Language Models (LLMs) that can be enhanced with Retrieval-Augmented Generation (RAG) pipelines. The focus is on…

Code Generation