ResearchTrend.AI
  • Papers
  • Communities
  • Events
  • Blog
  • Pricing
Papers
Communities
Social Events
Terms and Conditions
Pricing
Parameter LabParameter LabTwitterGitHubLinkedInBlueskyYoutube

© 2025 ResearchTrend.AI, All rights reserved.

  1. Home
  2. Papers
  3. 2506.14535
10
0

Automatic Qiskit Code Refactoring Using Large Language Models

17 June 2025
José Manuel Suárez
Luís Mariano Bibbó
Joaquín Bogado
Alejandro Fernandez
ArXiv (abs)PDFHTML
Main:3 Pages
2 Figures
1 Tables
Appendix:4 Pages
Abstract

As quantum software frameworks evolve, developers face increasing challenges in maintaining compatibility with rapidly changing APIs. In this work, we present a novel methodology for refactoring Qiskit code using large language models (LLMs). We begin by extracting a taxonomy of migration scenarios from the different sources of official Qiskit documentation (such as release notes), capturing common patterns such as migration of functionality to different modules and deprecated usage. This taxonomy, along with the original Python source code, is provided as input to an LLM, which is then tasked with identifying instances of migration scenarios in the code and suggesting appropriate refactoring solutions. Our approach is designed to address the context length limitations of current LLMs by structuring the input and reasoning process in a targeted, efficient manner. The results demonstrate that LLMs, when guided by domain-specific migration knowledge, can effectively assist in automating Qiskit code migration. This work contributes both a set of proven prompts and taxonomy for Qiskit code migration from earlier versions to version 0.46 and a methodology to asses the capabilities of LLMs to assist in the migration of quantum code.

View on arXiv
@article{suárez2025_2506.14535,
  title={ Automatic Qiskit Code Refactoring Using Large Language Models },
  author={ José Manuel Suárez and Luis Mariano Bibbó and Joaquin Bogado and Alejandro Fernandez },
  journal={arXiv preprint arXiv:2506.14535},
  year={ 2025 }
}
Comments on this paper