REVIEW 4 major objections 5 minor 2 cited by
Quantum Software Engineering and Potential of Quantum Computing in Software Engineering Research: A Review
T0 review · 4 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read The paper argues that quantum machine learning and quantum optimization are the most promising ways quantum computing could help software engineering, but that the tools of quantum software engineering are not yet mature enough to deliver.
desk verdict A useful map of a young field, but the 'first comprehensive review' claim and the unreproducible search are the real problems; the qualitative conclusions hold up. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The load-bearing apparatus is the systematic review protocol itself: three search groups with explicit query strings, a set of six academic databases, manual scanning of five quantum and software-engineering conferences and workshops, and inclusion or exclusion criteria that collectively produce the 56-study sample. Within that sample, the paper's substantive machinery consists of the QML and quantum optimization formalisms it surveys—variational quantum classifiers with feature maps and trial quantum states (ansatze), QUBO and Ising encodings for quantum annealing, QAOA and VQE hybrid loops, and Grover-style amplitude amplification—plus generic workflows that map a software engineering problem to one of these quantum approaches. On the QSE side, the machinery is the eight-phase quantum software development lifecycle and a proposed Q-UML modeling extension that marks quantum classes, operations, and communication lines in standard UML diagrams. These tools carry the argument by connecting the small number of application studies to a plausible, reusable path for future research.
What would settle it
An independent re-execution of the paper's documented search protocol that screens the same six databases and conferences and reports every record at each stage would either reproduce the 56-study sample or reveal additional eligible studies; if a re-run finds, say, a dozen more quantum-machine-learning-for-software-engineering papers, the claim that this area is 'still limited' and the 'first comprehensive review' position are directly contradicted.
Extended reading notes
Core claim
The paper's central claim is twofold. First, QML (quantum neural networks, quantum support vector machines, variational quantum classifiers) and quantum optimization or search algorithms (Grover search, QAOA, VQE, quantum annealing) can in principle address classical software engineering tasks—software defect and vulnerability prediction, software supply chain attack detection, test suite minimization, code clone detection, and SAT-based verification—but the number of studies actually testing this is tiny: roughly 4 in the QML group and 6 in the optimization group. Second, quantum software engineering is emerging as its own discipline, with the bulk of current tools concentrated in quantum testing and debugging, and with formal methods, modeling, refactoring, and reverse engineering beginning to appear; nearly all of these tools are at an early stage and lack the robustness and maturity of classical software engineering tooling. The paper also reports a case study in which a quantum random forest outperforms a classical random forest for bug prediction when datasets are small (100–200 instances) but loses that advantage once data grows, suggesting the benefit of quantum machine learning in software engineering is data-regime-dependent. It positions itself as, to the authors' knowledge, the first comprehensive review of this intersection.
Load-bearing premise
The review's conclusions stand only if its search using three fixed query groups, six databases, and manual conference scanning actually captured the relevant literature, since the paper excludes preprints, theses, and technical reports and does not list the included studies.
Editorial extensions
If this is right
- If the review's map is correct, the near-term quantum payoff in software engineering is most likely in prediction tasks (defect, vulnerability, supply-chain risk) and in combinatorial problems (test minimization, clone detection, SAT), not in general-purpose software development.
- The tiny count of QML-for-SE and quantum-optimization-for-SE studies means these areas are open research fronts with room for first results.
- QSE tooling's concentration in testing and debugging implies that requirements, architecture, maintenance, and refactoring for quantum software are the under-served phases most likely to bottleneck future development.
- The case study's data-size crossover suggests that quantum machine learning for software engineering should be evaluated against dataset size explicitly, since the advantage may appear only in small-data regimes.
Reading between the lines
- A natural extension the paper leaves implicit: the three-group classification probably undercounts work that uses different vocabulary, such as 'quantum-inspired algorithms' or 'annealing-based test generation,' so the 56-study count is best read as a lower bound on activity.
- Because the review excludes preprints, theses, and technical reports, the most recent and most speculative quantum software engineering work is likely missing; tracking those sources would show whether tool maturity is advancing faster than the peer-reviewed record suggests.
- The QRF-over-RF crossover in the case study is a testable hypothesis: if other QML models show the same small-data advantage on more benchmarks, then quantum machine learning's role in software engineering may be specifically as a data-scarce bootstrap, not a general replacement for classical models.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper is a literature review of quantum computing applied to software engineering (SE), organized around four research questions: QML for SE tasks, quantum optimization/search for SE tasks, the current state of quantum software engineering (QSE) tools and techniques, and challenges/opportunities. It provides a background on quantum computing, gates, SDKs, and algorithms; reviews a claimed sample of 56 publications in three groups; proposes generic workflows for applying QML and quantum optimization to SE problems; and presents two case studies, one on quantum random forest vs. random forest for software defect prediction and one on Q-UML modeling. The paper concludes that QML and quantum optimization have substantial but largely unrealized potential for classical SE tasks, and that current QSE tooling is immature and needs more robust support.
Significance. If the review's sample is complete and reproducible, the paper would be a useful map of an emerging interdisciplinary area: it organizes a scattered literature into three groups, tabulates QSE tools and their limitations in Table 4, offers a concrete research agenda in Table 5, and presents an empirical case study with a falsifiable comparison (RF vs. QRF on PROMISE data). The paper is also candid in Section 8 about excluding grey literature. However, the central 'first comprehensive review' claim and the field-level conclusions about the area being 'still limited' rest entirely on the completeness and transparency of the Section 3 search. That search is currently not reproducible, and the case study has a data-leakage risk; these issues are load-bearing for the paper's headline claims.
major comments (4)
- [Section 3] The search procedure as written cannot reproduce the 56-publication sample. The Group 3 query contains a comma where a Boolean operator is needed ('... "Reverse engineering", "Quantum UML"') and repeats 'Quantum Testing and debugging'; the Group 2 query has a trailing space inside the quoted term 'code clone '. These strings cannot be executed verbatim on IEEE Xplore, ScienceDirect, Springer Link, ACM DL, Scopus, and Web of Science as claimed. The screening counts are also opaque: the text moves from 'approximately 12/17/98' to 'approximately 4/6/43' with no per-stage exclusion counts or PRISMA-style flow, and the final group counts do not sum to the stated total (4+6+43=53, not 56). No list of included studies or per-group mapping is provided, so the abstract's 'first comprehensive review' claim and the conclusion that QML/quantum-optimization work in SE is 'still limited' cannot be verified by a reader.
- [Section 4.3] The defect-prediction case study applies SMOTE to each full dataset before any train/test split is described, stating that SMOTE is applied 'before implementing the RF and QRF algorithms' and then partitioning the data within the workflow. This creates a data-leakage risk: synthetic minority instances generated from the full data can appear in both training and validation partitions, which can inflate the reported TP/F1 advantage of QRF. The iteration procedure is also governed by arbitrary free parameters (dataset sizes capped at 500 instances, increments of 100), and no repeated runs, standard deviations, or statistical tests are reported. Consequently, the claims in Figures 18 and 21 that QRF 'outperformed RF in six out of ten projects' in data-scarce settings and that a 'consistent trend' holds across dataset sizes are not statistically established.
- [Abstract and Section 1] The novelty claim 'To our knowledge, this is the first comprehensive review on this topic' is stated without the scope qualifications needed to make it defensible, and it is in tension with surveys the paper itself cites (Dwivedi et al. 2024; Serrano et al. 2022; Houssein et al. 2022). If the intended contribution is a review of quantum computing applied to classical software engineering tasks, rather than a review of QSE as a discipline, the abstract should state that narrower scope explicitly; otherwise the novelty claim should be removed or replaced with a precise statement of how this review differs from the cited surveys.
- [Section 3 and Reference List] The declared search window is 2004-2023, yet the reference list includes several 2024 publications (e.g., Chen et al. 2024; Dwivedi et al. 2024; Srikumar et al. 2024; Mandal et al. 2024; Volya and Mishra 2024). The paper does not state whether these were part of the systematic search or added after it. This ambiguity further undermines reproducibility and should be clarified, either by extending the search window and reporting the updated counts or by explicitly labeling post-search additions.
minor comments (5)
- [Table 1] The Pauli X row contains the typo 'Rsotation gate' and should read 'Rotation gate'; in the T-gate row, '4π/4 (45 degrees)' should read 'π/4 (45 degrees)'.
- [Section 2.2] The sentence 'An qubits register can represent a superposition of 2n classical states' should be 'An n-qubit register can represent a superposition of 2^n classical states'.
- [Section 5.1] 'In QUML, quantum information can be represented...' should read 'In Q-UML, ...' for consistency with the notation used throughout the section.
- [Section 4.2.1] Figure numbering is not sequential: the text refers to 'Figure 16 lists popular quantum optimization approaches' before Figures 13-15 are introduced, making it harder for the reader to follow the cross-references.
- [References] The reference entry 'Wang, Xinyi a2022nd Arcaini, P.' is malformed; it should be formatted consistently with the other entries, e.g., 'Wang, X., P. Arcaini, T. Yue, and S. Ali'.
Circularity Check
No significant circularity: the review's conclusions rest on external literature and an empirical case study, not on fitted inputs or self-citation chains.
full rationale
The paper is a literature review whose central claims (QML and quantum optimization are promising but still limited in software engineering; QSE tools are immature) are supported by summaries of externally published studies and by a case study comparing classical Random Forest with an externally published Quantum Random Forest (Srikumar et al., 2024) on PROMISE datasets. No parameter is fitted to the data it then predicts; the generic workflows in Figures 12 and 17 are illustrative guidelines rather than derived predictions. The only self-references are future-work pointers (Nadim et al., 2025; Mandal et al., 2024) and are not load-bearing. The threats-to-validity section concedes the search excluded preprints, theses, and technical reports, which is a completeness limitation, not circularity. The 'first comprehensive review' novelty claim is a correctness and verifiability concern, but it is not equivalent to the review's inputs by construction. The malformed query strings and absent study list undermine reproducibility, but they do not make any conclusion reduce to an input by definition. Hence no circular step can be quoted and scored.
Assumptions & free parameters
free parameters (3)
- Maximum dataset size per project =
500 instances
- Dataset size increment =
100 instances
- SMOTE oversampling configuration =
unspecified
assumptions (3)
- domain assumption Quantum algorithms such as Grover, QAOA, and quantum annealing provide the speedups attributed to them in Sections 2.4 and 4.2.
- domain assumption The search protocol in Section 3 captures the relevant quantum computing and software engineering literature.
- domain assumption The RF versus QRF comparison on PROMISE data is a fair test of quantum advantage.
Cite this review
Pith. "Pith review of Quantum Software Engineering and Potential of Quantum Computing in Software Engineering Research: A Review." pith.science (2026). https://pith.science/paper/RIHDUART
@misc{pith2026250208925,
author = {Pith},
title = {Pith review of: Quantum Software Engineering and Potential of Quantum Computing in Software Engineering Research: A Review},
year = {2026},
howpublished = {\url{https://pith.science/paper/RIHDUART}},
note = {Machine review of arXiv:2502.08925}
}
read the original abstract
Research in software engineering is essential for improving development practices, leading to reliable and secure software. Leveraging the principles of quantum physics, quantum computing has emerged as a new computational paradigm that offers significant advantages over classical computing. As quantum computing progresses rapidly, its potential applications across various fields are becoming apparent. In software engineering, many tasks involve complex computations where quantum computers can greatly speed up the development process, leading to faster and more efficient solutions. With the growing use of quantum-based applications in different fields, quantum software engineering (QSE) has emerged as a discipline focused on designing, developing, and optimizing quantum software for diverse applications. This paper aims to review the role of quantum computing in software engineering research and the latest developments in QSE. To our knowledge, this is the first comprehensive review on this topic. We begin by introducing quantum computing, exploring its fundamental concepts, and discussing its potential applications in software engineering. We also examine various QSE techniques that expedite software development. Finally, we discuss the opportunities and challenges in quantum-driven software engineering and QSE. Our study reveals that quantum machine learning (QML) and quantum optimization have substantial potential to address classical software engineering tasks, though this area is still limited. Current QSE tools and techniques lack robustness and maturity, indicating a need for more focus. One of the main challenges is that quantum computing has yet to reach its full potential.
Forward citations
Cited by 2 Pith papers
-
Quantum-Informed Contrastive Learning with Dynamic Mixup Augmentation for Class-Imbalanced Expert Systems
QCL-MixNet, a hybrid of gated sinusoidal feature scaling, kNN-guided mixup, and contrastive/focal losses, is presented as a new benchmark for imbalanced tabular classification, but the experimental evidence is inconsi...
-
Quantum-Based Software Engineering
The paper names and scopes QBSE as applying quantum computing to classical software engineering tasks, distinguishes it from quantum software engineering, surveys early results, and proposes an agenda.
Reference graph
Works this paper leans on
-
[5]
https://doi.org/10.5772/intechopen.94103
Rijeka: IntechOpen. https://doi.org/10.5772/intechopen.94103. Masum, M., M. Nazim, M.J.H. Faruk, H. Shahriar, M. Valero, M.A.H. Khan, G. Ud- din, S. Barzanjeh, E. Saglamyurek, A. Rahman, et al
-
[10]
Journal of Applied Physics 132 (16): 160902
The future of quantum computing with superconduct- ing qubits. Journal of Applied Physics 132 (16): 160902. https: //doi.org/10.1063/5.0082975. https://pubs.aip.org/aip/jap/article- pdf/doi/10.1063/5.0082975/20034201/160902_1_5.0082975.pdf . Callison,A.andN.Chancellor.2022. Hybridquantum-classicalalgorithmsinthenoisy intermediate-scale quantum era and bey...
-
[11]
Quantum computer systems: Research for noisy intermediate-scale quantum computers. Springer Nature. Dwivedi, K., M. Haghparast, and T. Mikkonen. 2024, Sep. Quantum software engineering and quantum software development lifecycle: a survey. Cluster Computing 27(6): 7127–7145. https://doi.org/10.1007/s10586-024-04362-1 . El aoun, M.R., H. Li, F. Khomh, and M. Openja
-
[12]
In 2021 IEEE International Conference on Software Maintenance and Evolution (ICSME), pp
Understanding quantum software engineering challenges an empirical study on stack exchange forums and github issues. In 2021 IEEE International Conference on Software Maintenance and Evolution (ICSME), pp. 343–354. Falla, J., Q. Langfitt, Y. Alexeev, and I. Safro. 2024, Jul. Graph representa- tion learning for parameter transferability in quantum approxim...
work page 2021
-
[13]
Qmutpy: a mutation testing tool for quantum algorithms and applications in qiskit. In Proceedings of the 31st ACM SIGSOFT International Symposium on Software Testing and Analysis, ISSTA 2022, New York, NY, USA, pp. 797–800. Association for Computing Machinery. Gill, S.S., A. Kumar, H. Singh, M. Singh, K. Kaur, M. Usman, and R. Buyya
work page 2022
-
[15]
In Proceedings of the IEEE/ACM 42nd International Conference on Software Engineering Workshops, pp
Property-based testing of quantum programs in q#. In Proceedings of the IEEE/ACM 42nd International Conference on Software Engineering Workshops, pp. 430–435. Hornberger, K., S. Gerlich, P. Haslinger, S. Nimmrichter, and M. Arndt. 2012, Feb. Colloquium: Quantum interference of clusters and molecules.Rev. Mod. Phys.84: 157–173. https://doi.org/10.1103/RevM...
-
[16]
55 Expert Systems with Applications194: 116512
Machine learning in the quantum realm: The state-of-the-art, challenges, and future vision. 55 Expert Systems with Applications194: 116512. https://doi.org/https://doi.org/10. 1016/j.eswa.2022.116512 . Hussein, H., A. Younes, and W. Abdelmoez
-
[18]
In 2023 IEEE International Conference on Quantum Software (QSW), pp
Agile practices for quantum software devel- opment: Practitioners’ perspectives. In 2023 IEEE International Conference on Quantum Software (QSW), pp. 9–20. Kher, K.V., M.B. Chandra, I. Joshi, L. Zhang, and M.P. Rao
work page 2023
Show all 40 references
-
[19]
In Proceedings of the IEEE/ACM 42nd International Conference on Software Engineering Workshops, pp
Quantum annealing-based software components: An experimental case study with sat solving. In Proceedings of the IEEE/ACM 42nd International Conference on Software Engineering Workshops, pp. 445–450. Lambropoulos, P. and D. Petrosyan 2007.Fundamentals of Quantum Information, pp...
2007
-
[22]
Akter, M.S., M.J.H
https://doi.org/10.1007/s10515-023-00389-7 . Akter, M.S., M.J.H. Faruk, N. Anjum, M. Masum, H. Shahriar, N. Sakib, A. Rahman, F. Wu, and A. Cuzzocrea
-
[23]
Quantum machine learning for software supply chain attacks: How far can we go? In 2022 IEEE 46th Annual Computers, Software, and Applications Conference (COMPSAC), pp. 530–538. IEEE. McGeoch, C.C
2022
-
[24]
Theoretical Computer Science 816: 169–183
Theory versus practice in annealing-based quantum computing. Theoretical Computer Science 816: 169–183. https://doi.org/https://doi.org/10. 1016/j.tcs.2020.01.024 . McGeoch, C.C. 2022.Adiabatic quantum computation and quantum annealing: Theory and practice. Springer Nature. Me...
2020
-
[25]
In 2023 IEEE International Conference on Quantum Computing and Engineering (QCE), Volume 02, pp
A categorization of bugs in quantum programs. In 2023 IEEE International Conference on Quantum Computing and Engineering (QCE), Volume 02, pp. 346–347. Miranskyy, A
2023
-
[26]
QP4SE 2022, New York, NY, USA, pp
Using quantum computers to speed up dynamic testing of soft- ware. QP4SE 2022, New York, NY, USA, pp. 26–31. Association for Computing Machinery. Miranskyy, A. and L. Zhang 2019, May. On testing quantum programs. In 2019 IEEE/ACM 41st International Conference on Software Engin...
2022
-
[27]
Reviews in Physics4: 100028
Quantum computing for finance: Overview and prospects. Reviews in Physics4: 100028. https://doi.org/https://doi.org/10. 1016/j.revip.2019.100028 . Paltenghi, M. and M. Pradel. 2022, apr. Bugs in quantum computing platforms: an empirical study. Proc. ACM Program. Lang. 6(OOPSLA...
2019
-
[28]
Pedregosa, F., G
Quantum computing and simulations for energy applications: Review and perspective.ACS Engineering Au 2(3): 151–196 . Pedregosa, F., G. Varoquaux, A. Gramfort, V. Michel, B. Thirion, O. Grisel, M. Blondel, P. Prettenhofer, R. Weiss, V. Dubourg, J. Vanderplas, A. Passos, D. Cour...
2011
-
[29]
https://doi.org/10
Toward a quantum software engineering.IT Professional 23(1): 62–66. https://doi.org/10. 1109/MITP.2020.3019522 . Preskill, J
2020
-
[31]
In 9th ICRITO’2021, pp
An introduction to quantum machine learning techniques. In 9th ICRITO’2021, pp. 1–6. Pérez-Castillo, R., L. Jiménez-Navajas, I. Cantalejo, and M. Piattini
2021
-
[32]
In 2022 IEEE International 59 Conference on Quantum Software (QSW), pp
Reverse engineering of hamiltonian expressions from d-wave programs. In 2022 IEEE International 59 Conference on Quantum Software (QSW), pp. 17–25. Qiu, D. and S. Zheng
2022
-
[33]
Advanced Quantum Technologies 2(12): 1900070
Expressibility and entangling ca- pability of parameterized quantum circuits for hybrid quantum-classical algorithms. Advanced Quantum Technologies 2(12): 1900070 . Sood, S.K. and M. Agrewal. 2024, Apr. Quantum machine learning for computational methods in engineering: A syste...
2024 doi
- [34]
-
[35]
IEEE Transactions on Quantum Engineering5: 1–14
State preparation on quantum computers via quantum steering. IEEE Transactions on Quantum Engineering5: 1–14. https://doi.org/10. 1109/TQE.2024.3358193 . Wang, Xinyi a2022nd Arcaini, P., T. Yue, and S. Ali
2024
-
[36]
In 2021 36th IEEE/ACM International Conference on Automated Software Engineering (ASE), pp
Quito: a coverage-guided test generator for quantum programs. In 2021 36th IEEE/ACM International Conference on Automated Software Engineering (ASE), pp. 1237–1241. Weder, B., J. Barzen, F. Leymann, M. Salm, and D. Vietz
2021
-
[37]
InProceedings of the 1st ACM SIGSOFT International Workshop on Architectures and Paradigms for Engineering Quantum Software, APEQS 2020, New York, NY, USA, pp
The quantum software lifecycle. InProceedings of the 1st ACM SIGSOFT International Workshop on Architectures and Paradigms for Engineering Quantum Software, APEQS 2020, New York, NY, USA, pp. 2–9. Association for Computing Machinery. Weder,B.,J.Barzen,F.Leymann,andD.Vietz2022....
2020
-
[39]
In 2023 IEEE International Conference on Quantum Computing and Engineering (QCE), Volume 02, pp
Towards quantum software requirements en- gineering. In 2023 IEEE International Conference on Quantum Computing and Engineering (QCE), Volume 02, pp. 161–164. Zhao, J
2023
-
[40]
In 2021 36th IEEE/ACM International Conference on Automated Software Engineering (ASE), pp
Bugs4q: A benchmark of real bugs for quantum programs. In 2021 36th IEEE/ACM International Conference on Automated Software Engineering (ASE), pp. 1373–1376. Zhou, X., J. Pang, F. Yue, F. Liu, J. Guo, W. Liu, Z. Song, G. Shu, B. Xia, and Z. Shan. 2022, May. A new method of sof...
2021
-
[1992]
Proceedings of the Royal Society of London
Rapid solution of problems by quantum computation. Proceedings of the Royal Society of London. Series A: Mathematical and Physical Sciences 439(1907): 553–558 . Ding, Y. and F.T. Chong
1907
-
[1998]
Series A: Mathematical, Physical and Engineering Sciences 454(1969): 469–486
Quantum computing: pro and con.Proceedings of the Royal Society of London. Series A: Mathematical, Physical and Engineering Sciences 454(1969): 469–486 . Pushpak, S.N. and S. Jain
1969
-
[2000]
Springer
The physics of quantum information: basic concepts, The physics of quantum information: quantum cryptography, quantum teleportation, quantum computation, 1–14. Springer. Bravyi, S., O. Dial, J.M. Gambetta, D. Gil, and Z. Nazario. 2022,
2022
-
[2001]
Journal of Physics A: Mathematical and General 34(47): 10243
Geometry of entangled states, bloch spheres and hopf fibrations. Journal of Physics A: Mathematical and General 34(47): 10243 . Mukherjee, A., N.F. Berthusen, J.C. Getelina, P.P. Orth, and Y.X. Yao. 2023, Jan. Comparative study of adaptive variational quantum eigensolvers for ...
2023
-
[2006]
In Advances in Artificial Intelligence: 19th Conference of the Canadian Society for Computational Studies of Intelligence, Canadian AI 2006, Québec City, Québec, Canada, June 7-9,
Machine learning in a quantum world. In Advances in Artificial Intelligence: 19th Conference of the Canadian Society for Computational Studies of Intelligence, Canadian AI 2006, Québec City, Québec, Canada, June 7-9,
2006
-
[2008]
https://doi.org/https://doi.org/10.1016/j.physd.2007.12.005
Enhanced quantum searching via entangle- ment and partial diffusion.Physica D: Nonlinear Phenomena 237(8): 1074–1078. https://doi.org/https://doi.org/10.1016/j.physd.2007.12.005 . Yu, Y., C. Cao, X.B. Wang, N. Shannon, and R. Joynt
2007 doi
-
[2009]
In 2009 Fourth International Conference on Computer Sciences and Convergence Information Technology, pp
A proposal of a quantum search algorithm. In 2009 Fourth International Conference on Computer Sciences and Convergence Information Technology, pp. 1559–1564. Bharti, K., A. Cervera-Lierta, T.H. Kyaw, T. Haug, S. Alperin-Lea, A. Anand, M. Degroote, H. Heimonen, J.S. Kottmann, T...
2009
-
[2017]
Lewis,M.,S
Quadratic unconstrained binary optimization problem preprocessing: Theory and empirical analysis.Networks 70(2): 79–97 . Lewis,M.,S. Soudjani,andP. Zuliani.2023. Formalverificationofquantumprograms: Theory, tools, and challenges. ACM Transactions on Quantum Computing 5(1): 1–3...
2023
-
[2019]
https://doi.org/https://doi.org/ 10.1016/j.energy.2019.04.186
Quantum computing for energy systems optimization: Challenges and opportunities.Energy 179: 76–89. https://doi.org/https://doi.org/ 10.1016/j.energy.2019.04.186 . Akbar, M.A., A.A. Khan, and S. Rafi. 2023, Jul. A systematic decision-making frame- work for tackling quantum soft...
2019 doi
-
[2020]
Scientific reports 10(1): 10701
Unsupervised quantum gate control for gate-model quantum computers. Scientific reports 10(1): 10701 . Harrow,A.W.,A.Hassidim,andS.Lloyd.2009. Quantumalgorithmforlinearsystems of equations. Physical review letters 103(15): 150502 . Heim, B., M. Soeken, S. Marshall, C. Granade, ...
2009
-
[2021]
In2021 IEEE/ACM 2nd International Workshop on Quantum Software Engineering (Q-SE), pp
Qbugs: A collection of reproducible bugs in quantum algorithms and a supporting infrastructure to enable controlled quantum soft- ware testing and debugging experiments. In2021 IEEE/ACM 2nd International Workshop on Quantum Software Engineering (Q-SE), pp. 28–32. 53 Cartiere, ...
2022
-
[2022]
In 2022 IEEE International Conference on Big Data (Big Data), pp
Software supply chain vulnerabilities detection in source code: Performance comparison between traditional and quantum machine learning algorithms. In 2022 IEEE International Conference on Big Data (Big Data), pp. 5639–5645. Albash,T.andD.A.Lidar.2018. Adiabaticquantumcomputat...
2022
-
[2023]
InProceedings of the 2023 ACM SIGPLAN International Symposium on New Ideas, New Paradigms, and Reflections on Programming and Software, New York, NY, USA, pp
Cloning and beyond: A quantum solution to duplicate code. InProceedings of the 2023 ACM SIGPLAN International Symposium on New Ideas, New Paradigms, and Reflections on Programming and Software, New York, NY, USA, pp. 32–49. Association for Computing Machinery. Kerenidis, I. an...
2023 doi
-
[2024]
https://doi.org/10.1080/09540091.2024.2312121
Design and analysis of quantum machine learning: a survey.Connection Science 36(1): 2312121. https://doi.org/10.1080/09540091.2024.2312121 . Choi, J. and J. Kim
2024
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.