Pith. sign in

REVIEW 3 major objections 5 minor 1 cited by

Architectural Patterns for Designing Quantum Artificial Intelligence Systems

T0 review · 3 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash

Pith's one-line read This paper claims to derive ten architectural patterns for quantum AI software from a systematic mapping study of 113 primary studies, seven for splitting work between quantum and classical inference and three for the middleware that…

desk verdict A useful pattern catalog for quantum AI software, built on a plausible but under-documented manual classification that needs cleaning before the mapping claims can be trusted. read the letter →

arxiv 2411.10487 v3 pith:A2SXEJUR submitted 2024-11-14 cs.SE quant-ph

classification cs.SEquant-ph
keywords quantumAIsoftwarearchitecturearchitecturalpatternsmachinelearningquantum-classicalsplitmiddlewareNISQsystematicmappingstudy
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

The paper tries to turn the currently ad-hoc practice of building quantum-enhanced AI systems into a reusable design vocabulary. From a systematic mapping study of 113 primary studies, it claims to identify ten architectural patterns: seven “quantum-classical split” patterns that decide which parts of an inference pipeline run on a quantum computer, and three “quantum middleware” patterns that manage communication and orchestration between quantum and classical components. Each pattern is described with its problem, solution, benefits, drawbacks, and known uses, and each realizes a trade-off among software quality attributes such as efficiency, scalability, trainability, simplicity, portability, and deployability. The paper also surveys the reported reasons for using quantum components in AI and concludes that current NISQ-era evidence mostly shows accuracy comparable to classical methods rather than systematic practical advantage.

What carries the argument

The central object is the quantum-classical split, treated as a family of architectural patterns rather than a single design: the decision of which tasks are delegated to a quantum component and how classical and quantum components are arranged in an inference pipeline. It is complemented by the quantum middleware layer, the set of software services that manage routing, wrapping, and orchestration between quantum and classical systems. The study organizes these into a multi-layered reference architecture (operation, supply chain, system, and hardware layers) and classifies each of the 113 primary studies against a pattern template with name, summary, problem, solution, benefits, drawbacks, and known uses. That template is the mechanism that turns the literature into a comparable catalog.

What would settle it

Independently re-classify the 113 primary studies using the paper’s pattern definitions and extraction form, with two or more coders working separately; if coders frequently assign the same study to different patterns, or if fewer than, say, 80 percent of assignments agree, then the claimed ten-pattern structure is not a stable, reproducible result.

Watch

Extended reading notes

Core claim

The central claim is that the architectural design space for quantum AI systems can be organized into ten named patterns, grounded in a systematic mapping study. The seven quantum-classical split patterns are: quantum monolith (inference fully delegated to a quantum component), multi-layer (several learnable quantum components connected classically), quantum feature engineering (quantum component performs initial feature extraction), quantum head (quantum component performs final inference after classical dimensionality reduction), quanvolution (small quantum circuits act as convolutional filters), intermediate quantum layer (quantum component between classical stages), and quantum accelerator (quantum component evaluates a well-defined function, usually without trainable parameters). The three middleware patterns are: service or microservice wrapper (wrapping quantum resources behind classical service interfaces), quantum API gateway (runtime routing of requests to the most suitable quantum computer), and quantum workflow orchestrator (automated deployment and scheduling of hybrid quantum-classical workflows). The paper further claims that all 113 surveyed systems are hybrid classical-quantum, making the split between classical and quantum work the central architectural decision.

Load-bearing premise

The entire ten-pattern catalog rests on the assumption that the authors’ manual assignment of the 113 selected papers to the named patterns is objective and reproducible; if that classification is arbitrary, the catalog’s boundaries lose their validity.

Editorial extensions

If this is right

  • An architect can choose among the seven split patterns by quality attribute: for example, quantum monolith maximizes simplicity and deployability but sacrifices scalability on NISQ hardware, while quantum head and intermediate quantum layer trade communication overhead for compatibility with high-dimensional data.
  • The three middleware patterns make quantum services hardware-agnostic: wrapping quantum resources as services, routing requests through an API gateway, and orchestrating workflows let applications shift among vendors and quantum computers at runtime.
  • The catalog gives quantum AI research a shared vocabulary, so new system designs can be described as instances of named patterns rather than one-off hybrids.
  • If the survey’s reading of the evidence is right, practitioners should not expect systematic accuracy advantages from NISQ-era quantum AI today; reported gains are mostly comparable accuracy, algorithmic speed-ups in simulation, parameter reduction, or robustness properties.
  • The identity of the most-used pattern (quantum monolith) and the least-used (multi-layer) can guide where near-term research effort is focused.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • The pattern catalog could be turned into a decision procedure: given a dataset’s dimensionality, NISQ constraints, and target quality attributes, a system architect could shortlist split patterns and middleware patterns mechanically.
  • The paper’s pattern assignments are testable: a replication with independent coders and an inter-rater reliability measure would either confirm the ten-pattern boundary or show that some patterns, such as intermediate quantum layer versus quantum head, are not crisply separable.
  • Because the survey finds no production deployments, the relative frequencies of patterns will likely shift once real systems are built; for instance, quantum accelerator and middleware patterns may become more prominent as fault-tolerant hardware matures.
  • The quality-attribute trade-offs stated per pattern (e.g., efficiency versus portability) could be tested on real hardware by measuring wall-clock time, network latency, and deployment effort for two implementations of the same task using different patterns.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. This paper reports a systematic mapping study of 113 papers on quantum-enhanced AI systems, from which the authors derive a catalogue of ten architectural patterns: seven quantum-classical split patterns (SP-1 through SP-7) and three quantum middleware patterns (MP-1 through MP-3). Each pattern is described with a template including problem, solution, benefits, drawbacks, and known uses, and the paper further discusses reasons for using quantum computing in AI (RQ2), emerging trends, and threats to validity. The central claim is that the ten patterns constitute a reproducible, evidence-based categorization of architectural solutions for quantum AI systems.

Significance. If the classification is reliable, the paper provides a useful catalogue of design alternatives with explicit trade-offs across quality attributes such as efficiency, scalability, trainability, simplicity, portability, and deployability, which is a valuable contribution to the emerging field of quantum software engineering. The study follows a recognized systematic mapping methodology (Petersen et al., 2015), covers a broad corpus including NISQ-era applications and middleware, and is honest about the limited evidence for quantum advantage. However, the central result depends on a manual, unreviewed classification of the 113 primary studies into patterns, and the manuscript currently provides no audit trail (protocol, extraction forms, coding scheme, or inter-rater checks) and contains visible labeling inconsistencies. This reproducibility gap is load-bearing, so the contribution is not yet established to systematic-mapping standards.

major comments (3)
  1. [Section 2 and Table 2 / Section 4.1] The pattern classification is not reproducible. Section 2 states that the protocol and full extraction forms are 'provided in the supplementary materials,' but the arXiv version includes no supplementary materials, so there is no audit trail for the assignment of the 113 studies to the ten patterns. No coding scheme, decision rules, or inter-rater reliability checks are reported. This is not a cosmetic gap: the entire catalogue is built on these manual assignments. Concrete evidence of instability appears in the text itself. In SP-4 (Quantum Head), the 'Known uses' paragraph cites Schetakis et al. (2022) [S93] as an example of the Quantum Head pattern, yet Table 2 lists S93 under SP-3 (Quantum Feature Engineering) and SP-6 (Intermediate Quantum Layer), not under SP-4. Similarly, Section 5 cites [S125] as evidence for inference speed-up and space complexity, but Table 1 ends at S113, so [S125] does not designate any primary study in the corpus. These inconsistencies indicate that the assignments are not stable enough to support the quantitative claims built on them, such as the pattern counts in Figure 11. The authors should provide the complete protocol and extraction forms, define the coding scheme, and report inter-rater reliability (or otherwise justify the objectivity of the assignments).
  2. [Section 7] The threats-to-validity section does not address the most important threat for a qualitative synthesis of this kind: the reliability of the manual pattern classification. Section 7 discusses the predominance of simulation-based results, the absence of comprehensive benchmarking, and the difficulty of establishing quantum speedup, but it never discusses the absence of a coding scheme, inter-rater reliability, or the possibility that the pattern assignments are subjective. Since the paper's primary contribution is the pattern catalogue, the classification procedure is a core methodological element, and the failure to treat it as a validity threat is a load-bearing omission.
  3. [Figure 11 and Table 2] The pattern counts in Figure 11 are not well defined. Several studies appear in multiple pattern rows of Table 2 (for example, S93 appears in SP-3 and SP-6, S111 appears in SP-2, SP-3, and SP-4, and S113 appears in SP-6 and SP-7). The method does not state whether a primary study can be assigned to more than one pattern or how the numbers in Figure 11 were computed from the overlapping rows. Without this definition, the statement 'the most widely used pattern is the quantum monolith' (Section 6) and the other frequency comparisons are ambiguous and cannot be verified from the data presented.
minor comments (5)
  1. [Section 4.1, SP-4] In the 'Known uses' paragraph of SP-4, the prose cites S93 as a Quantum Head example, but Table 2 places S93 under SP-3 and SP-6; this internal contradiction should be resolved either by correcting the text or by reclassifying the study.
  2. [Section 5] The reference to [S125] is invalid because Table 1 contains only S1 through S113; the citation should be replaced with the actually intended reference, or the list of primary studies should be extended if S125 exists.
  3. [Section 4.1, introductory paragraph] The claim that 'all 113 selected papers on quantum AI systems discuss hybrid quantum-classical software architectures' is stated without qualification, but some entries in Table 1 (e.g., S44 'Layered Architecture for Quantum Computing' and S92 'Relevance of Near-Term Quantum Computing in the Cloud') do not appear to describe hybrid quantum-classical AI architectures; this generalization should be either substantiated or softened.
  4. [Section 3] There is a typo in the phrase 'In the course of the systemtic mapping study' — 'systemtic' should be 'systematic'.
  5. [Various] There are several spelling errors, including 'diminsionality' in SP-4, 'Deployablity' in MP-2, and 'efficiency' in SP-1 and SP-7; a careful proofreading pass is needed.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the pattern catalog is a qualitative synthesis of externally published primary studies; self-citations and internal inconsistencies affect reproducibility, not circular reduction.

full rationale

The paper's central result—ten architectural patterns in two families—is a classification of 113 externally published primary studies, not a quantity derived from fitted parameters or from a formula whose inputs already contain the outputs. The quantum-classic split patterns (SP-1 to SP-7) and middleware patterns (MP-1 to MP-3) are supported by study IDs in Tables 2 and 3, and the counts in Figure 11 are direct summaries of those tables; there is no 'prediction' that is statistically forced by a fitted input. The self-citations that appear (e.g., the reference architecture 'similar to the one described by (Lu et al., 2024b)' in Section 3, the pattern-template choice 'similar to (Lu et al., 2024a)' in Section 4, and primary studies such as S8, S53, and S107 by co-author Usman and colleagues) are not load-bearing for the catalog: even if these works were removed, the remaining primary studies still define the patterns and trade-offs. No uniqueness theorem or prior result by the same authors is invoked to forbid alternative taxonomies. The genuine weaknesses of the paper are validity and reproducibility threats, not circularity: Section 2 refers to a protocol and full extraction forms 'provided in the supplementary materials' that are not present in the arXiv version; the classification lacks inter-rater reliability checks; Section 5 cites [S125], which does not exist in Table 1 (entries end at S113); and the SP-4 prose cites Schetakis et al. (2022) [S93] as a Quantum Head known use while Table 2 lists S93 under SP-3 and SP-6. These errors undermine confidence in the manual mapping and quantitative pattern counts, but they do not make the taxonomy equivalent to its inputs by construction. Accordingly, no circular step can be exhibited with the required specificity, and the appropriate finding is no significant circularity.

Assumptions & free parameters 0 free parameters · 3 assumptions · 0 invented entities

The paper is a qualitative literature synthesis, so it introduces no fitted parameters or invented physical entities. Its results rest on representation assumptions about the selected literature and on the authors' classification criteria.

assumptions (3)
  • domain assumption The selected 113 papers are representative of quantum AI software architectures.
    The entire catalog is built on the authors' manual selection and classification of these papers; if the sample is biased, the pattern set may be incomplete or distorted.
  • ad hoc to paper The five quality-assessment questions provide a valid filter for relevance and quality.
    These questions were invented for this study and were not validated against an external standard, yet they determine which papers enter the analysis.
  • domain assumption Pattern instances observed in simulations and prototype systems transfer to production deployments.
    The threats-to-validity section admits that most primary studies are simulation-based and no production-scale quantum AI systems exist, yet the catalog claims applicability to real systems.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Architectural Patterns for Designing Quantum Artificial Intelligence Systems." pith.science (2026). https://pith.science/paper/A2SXEJUR

@misc{pith2026241110487,
  author       = {Pith},
  title        = {Pith review of: Architectural Patterns for Designing Quantum Artificial Intelligence Systems},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/A2SXEJUR}},
  note         = {Machine review of arXiv:2411.10487}
}
read the original abstract

Utilising quantum computing technology to enhance artificial intelligence systems is expected to improve training and inference times, increase robustness against noise and adversarial attacks, and reduce the number of parameters without compromising accuracy. However, moving beyond proof-of-concept or simulations to develop practical applications of these systems while ensuring high software quality faces significant challenges due to the limitations of quantum hardware and the underdeveloped knowledge base in software engineering for such systems. In this work, we have conducted a systematic mapping study to identify the challenges and solutions associated with the software architecture of quantum-enhanced artificial intelligence systems. The results of the systematic mapping study reveal several architectural patterns that describe how quantum components can be integrated into inference engines, as well as middleware patterns that facilitate communication between classical and quantum components. Each pattern realises a trade-off between various software quality attributes, such as efficiency, scalability, trainability, simplicity, portability, and deployability. The outcomes of this work have been compiled into a catalogue of architectural patterns.

Figures

Figures reproduced from arXiv: 2411.10487 by the authors.

Figure 1
Figure 1. An overall framework for conducting a systematic mapping study [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Reference architecture for quantum-enhanced AI systems, featuring data pre-processing (Data PP), classical components (CC), and quantum components [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Quantum circuits used in quantum machine learning applications: a) [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figures from the paper (8 more)
Figure 4
Figure 4. Figure 4: Quantum monolith Problem: This pattern is designed to enhance AI system per￾formance by maximising the quantum advantage provided by quantum computers. Solution: In this approach, the quantum computer is solely re￾sponsible for inference, while the classical computer h…
Figure 5
Figure 5. Figure 5: Multi-layer Problem: The problem to solve is enhancing expressivity of the quantum-enhanced model and increasing the number of train￾able parameters within the constraints imposed by NISQ-era quantum computers, which limit the number of qubits and the depth of quantum …
Figure 6
Figure 6. Figure 6: Quantum feature engineering Solution: This pattern leverages the power of quantum com￾puting to initially extract features from raw data, taking advan￾tage of its computational strengths and large dimensionality of the underlying Hilbert space [S75]. These extracted fe…
Figure 7
Figure 7. Figure 7: Quantum head Problem: In real-world applications, input data often has large dimensions and cannot fit into modern NISQ computers. This limitation poses challenges in processing large-dimensional in￾put data. Solution: To leverage the quantum advantage with high￾dimens…
Figure 8
Figure 8. Figure 8: Quanvolution pattern Problem: The challenge is to adapt the quantum feature ex￾traction pattern (as detailed in the previous pattern) for high￾dimensional data, given the constraints of NISQ-era quantum computers. Solution: A small quantum circuit with trainable parame…
Figure 9
Figure 9. Figure 9: Two possible implementations of the Intermediate Quantum Layer [PITH_FULL_IMAGE:figures/full_fig_p012_9.png]
Figure 10
Figure 10. Figure 10: Quantum accelerator Problem: Quantum computing promises to offer an exponential advantage for certain tasks, such as linear algebra operations and optimization. The challenge lies in identifying practical methods to leverage this advantage to enhance the performance o…
Figure 11
Figure 11. Figure 11: Number of publications related to each of the quantum-classic split [PITH_FULL_IMAGE:figures/full_fig_p017_11.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. From Pattern Detection to Composition Analysis in Quantum Software

    cs.SE 2026-08 conditional novelty 6.0 of 10

    A quantum-pattern detection pipeline is extended and evaluated on the Qrisp framework, reaching a micro-F1 of 0.712, then used to build composition graphs that separate direct pattern use from framework-internal pattern use.

Reference graph

Works this paper leans on

184 extracted references · 32 canonical work pages · cited by 1 Pith paper

  1. [1]

    , author Sutter, D

    author Abbas, A. , author Sutter, D. , author Zoufal, C. , author Lucchi, A. , author Figalli, A. , author Woerner, S. , year 2021 . title The power of quantum neural networks . journal Nature Computational Science volume 1 , pages 403--409 . :10.1038/s43588-021-00084-1

  2. [2]

    , author Khot, A

    author Akash, A.R. , author Khot, A. , author Kim, T. , year 2023 . title Quantum annealing-based machine learning for battery health monitoring robust to adversarial attacks , in: booktitle 2023 IEEE Energy Conversion Congress and Exposition (ECCE) , pp. pages 6307--6311 . :10.1109/ECCE53617.2023.10362215

  3. [3]

    , author Ghosh, S

    author Alam, M. , author Ghosh, S. , year 2022 . title DeepQMLP : A scalable quantum-classical hybrid deep neural network architecture for classification , in: booktitle 2022 35th International Conference on VLSI Design and 2022 21st International Conference on Embedded Systems (VLSID) , pp. pages 275--280 . :10.1109/VLSID2022.2022.00060

  4. [4]

    , author García-Ripoll, J.J

    author Altares-López, S. , author García-Ripoll, J.J. , author Ribeiro, A. , year 2024 . title AutoQML : Automatic generation and training of robust quantum-inspired classifiers by using evolutionary algorithms on grayscale images . journal Expert Systems with Applications volume 244 , pages 122984 . https://www.sciencedirect.com/science/article/pii/S0957...

  5. [6]

    , author Date, P

    author Arthur, D. , author Date, P. , year 2022 . title Hybrid quantum-classical neural networks , in: booktitle 2022 IEEE International Conference on Quantum Computing and Engineering (QCE) , pp. pages 49--55 . :10.1109/QCE53715.2022.00023

  6. [7]

    , author Arya, K

    author Arute, F. , author Arya, K. , author Babbush, R. , author Bacon, D. , author Bardin, J.C. , author Barends, R. , author Biswas, R. , author Boixo, S. , author Brandao, F.G.S.L. , author Buell, D.A. , author Burkett, B. , author Chen, Y. , author Chen, Z. , author Chiaro, B. , author Collins, R. , author Courtney, W. , author Dunsworth, A. , author ...

  7. [8]

    , author Alonso-Linaje, G

    author Atchade-Adelomou, P. , author Alonso-Linaje, G. , year 2022 . title Quantum-enhanced filter: Qfilter . journal Soft Computing - A Fusion of Foundations, Methodologies and Applications volume 26 , pages 7167–7174 . :10.1007/s00500-022-07190-w

  8. [9]

    , author Halem, M

    author Ayanzadeh, R. , author Halem, M. , author Finin, T. , year 2020 . title Reinforcement quantum annealing: A hybrid quantum learning automata . journal Scientific Reports volume 10 , pages 7952 . :10.1038/s41598-020-64078-1

Show all 184 references
  1. [10]

    , author Yun, W.J

    author Baek, H. , author Yun, W.J. , author Park, S. , author Kim, J. , year 2023 . title Stereoscopic scalable quantum convolutional neural networks . journal Neural Networks volume 165 , pages 860–867 . :10.1016/j.neunet.2023.06.027

  2. [11]

    , author Leymann, F

    author Barzen, J. , author Leymann, F. , author Falkenthal, M. , author Vietz, D. , author Weder, B. , author Wild, K. , year 2021 . title Relevance of near-term quantum computing in the cloud: A humanities perspective , in: editor Ferguson, D. , editor Pahl, C. , editor Helfe...

  3. [12]

    , author Clements, P

    author Bass, L. , author Clements, P. , author Kazman, R. , year 2003 . title Software architecture in practice . publisher Addison-Wesley Professional

  4. [13]

    , author Bondarenko, D

    author Beer, K. , author Bondarenko, D. , author Farrelly, T. , author Osborne, T.J. , author Salzmann, R. , author Scheiermann, D. , author Wolf, R. , year 2020 . title Training deep quantum neural networks . journal Nature Communications volume 11 , pages 808 . https://doi.o...

  5. [14]

    , author List, D

    author Beer, K. , author List, D. , author M \"u ller, G. , author Osborne, T.J. , author Struckmann, C. , year 2021 . title Training quantum neural networks on NISQ devices . journal arXiv preprint arXiv:2104.06081

  6. [15]

    , author Lloyd, E

    author Benedetti, M. , author Lloyd, E. , author Sack, S. , author Fiorentini, M. , year 2019 . title Parameterized quantum circuits as machine learning models . journal Quantum Science and Technology volume 4 , pages 043001 . https://dx.doi.org/10.1088/2058-9565/ab4eb5, :10.1...

  7. [16]

    , author O’Meara, C

    author Berganza Gómez, R. , author O’Meara, C. , author Cortiana, G. , author Mendl, C.B. , author Bernabé-Moreno, J. , year 2022 . title Towards AutoQML : A cloud-based automated circuit architecture search framework , in: booktitle 2022 IEEE 19th International Conference on ...

  8. [17]

    , author Izaac, J

    author Bergholm, V. , author Izaac, J. , author Schuld, M. , author Gogolin, C. , author Ahmed, S. , author Ajith, V. , author Alam, M.S. , author Alonso-Linaje, G. , author AkashNarayanan, B. , author Asadi, A. , author Arrazola, J.M. , author Azad, U. , author Banning, S. , ...

  9. [18]

    , author Cervera-Lierta, A

    author Bharti, K. , author Cervera-Lierta, A. , author Kyaw, T.H. , author Haug, T. , author Alperin-Lea, S. , author Anand, A. , author Degroote, M. , author Heimonen, H. , author Kottmann, J.S. , author Menke, T. , et al., year 2022 . title Noisy intermediate-scale quantum a...

  10. [19]

    , author Liang, P

    author Bi, T. , author Liang, P. , author Tang, A. , author Xia, X. , year 2021 . title Mining architecture tactics and quality attributes knowledge in StackOverflow . journal Journal of Systems and Software volume 180 , pages 111005 . https://www.sciencedirect.com/science/art...

  11. [20]

    , author Isakov, S.V

    author Boixo, S. , author Isakov, S.V. , author Smelyanskiy, V.N. , author Babbush, R. , author Ding, N. , author Jiang, Z. , author Bremner, M.J. , author Martinis, J.M. , author Neven, H. , year 2018 . title Characterizing quantum supremacy in near-term devices . journal Nat...

  12. [21]

    , author Moguel, E

    author Bonilla, J. , author Moguel, E. , author García-Alonso, J. , author Canal, C. , year 2024 . title Integration of classical and quantum services using an enterprise service bus , in: booktitle Product-Focused Software Process Improvement , publisher Springer Nature Switz...

  13. [22]

    , year 2021

    author Bravo-Prieto, C. , year 2021 . title Quantum autoencoders with enhanced data encoding . journal Machine Learning: Science and Technology volume 2 , pages 035028 . https://dx.doi.org/10.1088/2632-2153/ac0616, :10.1088/2632-2153/ac0616

  14. [23]

    , author Gosset, D

    author Bravyi, S. , author Gosset, D. , author König, R. , author Tomamichel, M. , year 2020 . title Quantum advantage with noisy shallow circuits . journal Nature Physics volume 16 , pages 1040--1045 . https://doi.org/10.1038/s41567-020-0948-z, :10.1038/s41567-020-0948-z

  15. [24]

    , author Verdon, G

    author Broughton, M. , author Verdon, G. , author McCourt, T. , author Martinez, A.J. , author Yoo, J.H. , author Isakov, S.V. , author Massey, P. , author Halavati, R. , author Niu, M.Y. , author Zlokapa, A. , et al., year 2020 . title Tensorflow quantum: A software framework...

  16. [25]

    , author Gargiulo, F

    author Buonaiuto, G. , author Gargiulo, F. , author De Pietro, G. , author Esposito, M. , author Pota, M. , year 2023 . title Best practices for portfolio optimization by quantum computing, experimented on real quantum devices . journal Scientific Reports volume 13 , pages 194...

  17. [26]

    , author Amoretti, M

    author Caleffi, M. , author Amoretti, M. , author Ferrari, D. , author Illiano, J. , author Manzalini, A. , author Cacciapuoti, A.S. , year 2024 . title Distributed quantum computing: A survey . journal Computer Networks volume 254 , pages 110672 . https://www.sciencedirect.co...

  18. [27]

    , author Larocca, M

    author Cerezo, M. , author Larocca, M. , author García-Martín, D. , author Diaz, N.L. , author Braccia, P. , author Fontana, E. , author Rudolph, M.S. , author Bermejo, P. , author Ijaz, A. , author Thanasilp, S. , author Anschuetz, E.R. , author Holmes, Z. , year 2024 . title...

  19. [28]

    , author Kune, R

    author Chalumuri, A. , author Kune, R. , author Kannan, S. , author Manoj, B.S. , year 2021 . title Quantum-enhanced deep neural network architecture for image scene classification . journal Quantum Information Processing volume 20 . :10.1007/s11128-021-03314-7

  20. [29]

    , author Rodriguez, R

    author Chao, J. , author Rodriguez, R. , author Crowe, S. , year 2023 a. title Quantum enhancements for AlphaZero , in: booktitle Proceedings of the Companion Conference on Genetic and Evolutionary Computation , publisher Association for Computing Machinery . p. pages 2179–218...

  21. [30]

    , author Yang, G

    author Chao, S. , author Yang, G. , author Nie, M. , author Liu, Y. , author Zhang, M. , year 2023 b. title Full-rotation quantum convolutional neural network for abnormal intrusion detection system , in: booktitle Proceedings of the 2022 5th International Conference on Artifi...

  22. [31]

    , author Saad, W

    author Chehimi, M. , author Saad, W. , year 2022 . title Quantum federated learning with quantum data , in: booktitle ICASSP 2022 - 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) , pp. pages 8617--8621 . :10.1109/ICASSP43922.2022.9746622

  23. [32]

    , author Chen, Q

    author Chen, G. , author Chen, Q. , author Long, S. , author Zhu, W. , author Yuan, Z. , author Wu, Y. , year 2022 . title Quantum convolutional neural network for image classification . journal Pattern Analysis and Applications volume 26 , pages 655–667 . :10.1007/s10044-022-01113-z

  24. [33]

    , author Yang, C.H.H

    author Chen, S.Y.C. , author Yang, C.H.H. , author Qi, J. , author Chen, P.Y. , author Ma, X. , author Goan, H.S. , year 2020 . title Variational quantum circuits for deep reinforcement learning . journal IEEE Access volume 8 , pages 141007--141024 . :10.1109/ACCESS.2020.3010470

  25. [34]

    , author Deumens, E

    author Cheng, H.P. , author Deumens, E. , author Freericks, J.K. , author Li, C. , author Sanders, B.A. , year 2020 . title Application of quantum computing to biochemical systems: A look to the future . journal Frontiers in Chemistry volume 8 , pages 587143

  26. [35]

    , author Kerenidis, I

    author Cherrat, E.A. , author Kerenidis, I. , author Mathur, N. , author Landman, J. , author Strahm, M. , author Li, Y.Y. , year 2024 . title Quantum V ision T ransformers . journal Quantum volume 8 , pages 1265 . https://doi.org/10.22331/q-2024-02-22-1265, :10.22331/q-2024-0...

  27. [36]

    , author Yamano, S

    author Chinzei, K. , author Yamano, S. , author Tran, Q.H. , author Endo, Y. , author Oshima, H. , year 2024 . title Trade-off between gradient measurement efficiency and expressivity in deep quantum neural networks . journal arXiv preprint arXiv:2406.18316 https://arxiv.org/a...

  28. [37]

    , author Iadarola, G

    author Ciaramella, G. , author Iadarola, G. , author Mercaldo, F. , author Storto, M. , author Santone, A. , author Martinelli, F. , year 2022 . title Introducing quantum computing in mobile malware detection , in: booktitle Proceedings of the 17th International Conference on ...

  29. [38]

    , author Choi, S

    author Cong, I. , author Choi, S. , author Lukin, M.D. , year 2019 . title Quantum convolutional neural networks . journal Nature Physics volume 15 , pages 1273--1278 . :10.1038/s41567-019-0648-8

  30. [39]

    , year 2022

    author Coyle, B. , year 2022 . title Machine learning applications for noisy intermediate-scale quantum computers . journal arXiv preprint arXiv:2205.09414

  31. [40]

    , author Mills, D

    author Coyle, B. , author Mills, D. , author Danos, V. , author Kashefi, E. , year 2020 . title The born supremacy: quantum advantage and training of an ising born machine . journal npj Quantum Information volume 6 , pages 1--11 . :10.1038/s41534-020-00288-9

  32. [41]

    , author Naskar, A

    author Das, M. , author Naskar, A. , author Mitra, P. , author Basu, B. , year 2024 . title Shallow quantum neural networks (sqnns) with application to crack identification . journal Applied Intelligence volume 54 , pages 1247--1262 . :10.1007/s10489-023-05192-1

  33. [42]

    , author Potok, T

    author Date, P. , author Potok, T. , year 2021 . title Adiabatic quantum linear regression . journal Scientific Reports volume 11 , pages 21905 . :10.1038/s41598-021-01445-6

  34. [43]

    , author Smith, W

    author Date, P. , author Smith, W. , year 2024 . title Quantum discriminator for binary classification . journal Scientific Reports volume 14 , pages 1328 . :10.1038/s41598-023-46469-2

  35. [44]

    , author Di Nucci, D

    author De Stefano, M. , author Di Nucci, D. , author Palomba, F. , author Taibi, D. , author De Lucia, A. , year 2022 . title Towards quantum-algorithms-as-a-service , in: booktitle Proceedings of the 1st International Workshop on Quantum Programming for Software Engineering ,...

  36. [45]

    , author Djukic, M

    author Domingo, L. , author Djukic, M. , author Johnson, C. , author Borondo, F. , year 2023 . title Binding affinity predictions with hybrid quantum-classical convolutional neural networks . journal Scientific Reports volume 13 , pages 17951 . :10.1038/s41598-023-45269-y

  37. [46]

    , author Huang, T

    author Du, Y. , author Huang, T. , author You, S. , author Hsieh, M.H. , author Tao, D. , year 2022 . title Quantum circuit architecture search for variational quantum algorithms . journal npj Quantum Information volume 8 , pages 62 . https://doi.org/10.1038/s41534-022-00570-y...

  38. [47]

    , author Briegel, H.J

    author Dunjko, V. , author Briegel, H.J. , year 2018 . title Machine learning & artificial intelligence in the quantum domain: a review of recent progress . journal Reports on Progress in Physics volume 81 , pages 074001 . https://dx.doi.org/10.1088/1361-6633/aab406, :10.1088/...

  39. [48]

    , author Uehara, G

    author Esposito, M. , author Uehara, G. , author Spanias, A. , year 2022 . title Quantum machine learning for audio classification with applications to healthcare , in: booktitle 2022 13th International Conference on Information, Intelligence, Systems and Applications (IISA) ,...

  40. [49]

    , author Rawat, R

    author Farhan Ahmad, S. , author Rawat, R. , author Moharir, M. , year 2021 . title Quantum machine learning with hqc architectures using non-classically simulable feature maps , in: booktitle 2021 International Conference on Computational Intelligence and Knowledge Economy (I...

  41. [50]

    , author Klein, P

    author Fawaz, A. , author Klein, P. , author Piat, S. , author Severini, S. , author Mountney, P. , year 2019 . title Training and meta-training binary neural networks with quantum computing , in: booktitle Proceedings of the 25th ACM SIGKDD International Conference on Knowled...

  42. [51]

    , author Muñoz-Gil, G

    author Fürrutter, F. , author Muñoz-Gil, G. , author Briegel, H.J. , year 2024 . title Quantum circuit synthesis with diffusion models . journal Nature Machine Intelligence volume 6 , pages 515--524 . https://www.nature.com/articles/s42256-024-00831-9, :10.1038/s42256-024-00831-9

  43. [53]

    , author Wilson, M

    author Gao, N. , author Wilson, M. , author Vandal, T. , author Vinci, W. , author Nemani, R. , author Rieffel, E. , year 2020 . title High-dimensional similarity search with quantum-assisted variational autoencoder , in: booktitle Proceedings of the 26th ACM SIGKDD Internatio...

  44. [54]

    , author Anschuetz, E.R

    author Gao, X. , author Anschuetz, E.R. , author Wang, S.T. , author Cirac, J.I. , author Lukin, M.D. , year 2022 . title Enhancing generative models via quantum correlations . journal Phys. Rev. X volume 12 , pages 021037 . https://link.aps.org/doi/10.1103/PhysRevX.12.021037,...

  45. [55]

    , author Rojo, J

    author Garcia-Alonso, J. , author Rojo, J. , author Valencia, D. , author Moguel, E. , author Berrocal, J. , author Murillo, J.M. , year 2022 . title Quantum software as a service through a quantum API gateway . journal IEEE Internet Computing volume 26 , pages 34--41 . :10.11...

  46. [56]

    , author Barzen, J

    author Georg, D. , author Barzen, J. , author Beisel, M. , author Leymann, F. , author Obst, J. , author Vietz, D. , author Weder, B. , author Yussupov, V. , year 2023 . title Execution patterns for quantum applications , in: booktitle Proceedings of the 18th International Con...

  47. [57]

    , author Eisert, J

    author Gil-Fuster, E. , author Eisert, J. , author Dunjko, V. , year 2024 a. title On the expressivity of embedding quantum kernels . journal Machine Learning: Science and Technology volume 5 , pages 025003 . https://dx.doi.org/10.1088/2632-2153/ad2f51, :10.1088/2632-2153/ad2f51

  48. [58]

    , author Gyurik, C

    author Gil-Fuster, E. , author Gyurik, C. , author Pérez-Salinas, A. , author Dunjko, V. , year 2024 b. title On the relation between trainability and dequantization of variational quantum learning models . https://arxiv.org/abs/2406.07072

  49. [59]

    , author Lloyd, S

    author Giovannetti, V. , author Lloyd, S. , author Maccone, L. , year 2008 . title Quantum random access memory . journal Phys. Rev. Lett. volume 100 , pages 160501 . https://link.aps.org/doi/10.1103/PhysRevLett.100.160501, :10.1103/PhysRevLett.100.160501

  50. [60]

    , author Benedetti, M

    author Grant, E. , author Benedetti, M. , author Cao, S. , author Hallam, A. , author Lockhart, J. , author Stojevic, V. , author Green, A.G. , author Severini, S. , year 2018 . title Hierarchical quantum classifiers . journal npj Quantum Information volume 4 , pages 65 . http...

  51. [61]

    , author Bao, P.T

    author Hai, V.T. , author Bao, P.T. , year 2023 . title Entangled topologies for quanvolutional neural networks in quantum image processing , in: booktitle Proceedings of the 12th International Symposium on Information and Communication Technology , publisher Association for C...

  52. [62]

    , author Montanaro, A

    author Harrow, A.W. , author Montanaro, A. , year 2017 . title Quantum computational supremacy . journal Nature volume 549 , pages 203--209 . https://doi.org/10.1038/nature23458, :10.1038/nature23458

  53. [63]

    , author Córcoles, A.D

    author Havlíček, V. , author Córcoles, A.D. , author Temme, K. , author Harrow, A.W. , author Kandala, A. , author Chow, J.M. , author Gambetta, J.M. , year 2019 . title Supervised learning with quantum-enhanced feature spaces . journal Nature volume 567 , pages 209--212 . :10...

  54. [64]

    , year 2021

    author Hellstem, G. , year 2021 . title Hybrid quantum network for classification of finance and mnist data , in: booktitle 2021 IEEE 18th International Conference on Software Architecture Companion (ICSA-C) , pp. pages 1--4 . :10.1109/ICSA-C52384.2021.00027

  55. [65]

    , author Shakya, S

    author Henderson, M. , author Shakya, S. , author Pradhan, S. , author Cook, T. , year 2020 . title Quanvolutional neural networks: powering image recognition with quantum circuits . journal Quantum Machine Intelligence volume 2 , pages 2 . https://doi.org/10.1007/s42484-020-0...

  56. [66]

    , author Kumar, N

    author Heredge, J. , author Kumar, N. , author Herman, D. , author Chakrabarti, S. , author Yalovetzky, R. , author Sureshbabu, S.H. , author Li, C. , author Pistoia, M. , year 2024 . title Prospects of privacy advantage in quantum machine learning . journal arXiv preprint arX...

  57. [67]

    , author Wang, Z.A

    author Huang, K. , author Wang, Z.A. , author Song, C. , author Xu, K. , author Li, H. , author Wang, Z. , author Guo, Q. , author Song, Z. , author Liu, Z.B. , author Zheng, D. , author Deng, D.L. , author Wang, H. , author Tian, J.G. , author Fan, H. , year 2021 . title Quan...

  58. [68]

    , author Segler, C

    author Hubregtsen, T. , author Segler, C. , author Pichlmeier, J. , author Sarkar, A. , author Gabor, T. , author Bertels, K. , year 2020 . title Integration and evaluation of quantum accelerators for data-driven user functions , in: booktitle 2020 21st International Symposium...

  59. [69]

    , author Patil, P

    author Huggins, W. , author Patil, P. , author Mitchell, B. , author Whaley, K.B. , author Stoudenmire, E.M. , year 2019 . title Towards quantum machine learning with tensor networks . journal Quantum Science and Technology volume 4 , pages 024001 . https://dx.doi.org/10.1088/...

  60. [70]

    , author Steiger, D.S

    author Häner, T. , author Steiger, D.S. , author Hoefler, T. , author Troyer, M. , year 2021 . title Distributed quantum computing with qmpi , in: booktitle Proceedings of the International Conference for High Performance Computing, Networking, Storage and Analysis , publisher...

  61. [71]

    title Systems and software engineering -- Systems and software Quality Requirements and Evaluation (SQuaRE) -- Product quality model

    ISO/IEC 25010:2023 , year 2023 . title Systems and software engineering -- Systems and software Quality Requirements and Evaluation (SQuaRE) -- Product quality model . type Standard number ISO/IEC 25010:2023 . International Organization for Standardization. https://www.iso.org...

  62. [72]

    title Software engineering -- Guidelines for the application of ISO 9001:2015 to computer software

    ISO/IEC/IEEE 90003:2018 , year 2018 . title Software engineering -- Guidelines for the application of ISO 9001:2015 to computer software . type Standard number ISO/IEC/IEEE 90003:2018 . International Organization for Standardization. https://www.iso.org/standard/74348.html

  63. [73]

    , author Shovon, M.S.H

    author Jahin, M.A. , author Shovon, M.S.H. , author Islam, M.S. , author Shin, J. , author Mridha, M.F. , author Okuyama, Y. , year 2023 . title QAmplifyNet : pushing the boundaries of supply chain backorder prediction using interpretable hybrid quantum-classical neural networ...

  64. [74]

    , author Xiong, J

    author Jiang, W. , author Xiong, J. , author Shi, Y. , year 2021 a. title A co-design framework of neural networks and quantum circuits towards quantum advantage . journal Nature Communications volume 12 , pages 579 . https://doi.org/10.1038/s41467-020-20729-5, :10.1038/s41467...

  65. [75]

    , author Xiong, J

    author Jiang, W. , author Xiong, J. , author Shi, Y. , year 2021 b. title When machine learning meets quantum computers: A case study , in: booktitle Proceedings of the 26th Asia and South Pacific Design Automation Conference , publisher Association for Computing Machinery . p...

  66. [76]

    , author Jiale, L

    author Jiaxiang, H. , author Jiale, L. , year 2023 . title QGFORMER : Quantum-classical hybrid transformer architecture for gravitational wave detection , in: booktitle 2023 20th International Computer Conference on Wavelet Active Media Technology and Information Processing (I...

  67. [77]

    , author Van Meter, R

    author Jones, N.C. , author Van Meter, R. , author Fowler, A.G. , author McMahon, P.L. , author Kim, J. , author Ladd, T.D. , author Yamamoto, Y. , year 2012 . title Layered architecture for quantum computing . journal Physical Review X volume 2 , pages 031007 . :10.1103/PhysR...

  68. [78]

    , author Javadi-Abhari, A

    author Karimi, M. , author Javadi-Abhari, A. , author Simon, C. , author Ghobadi, R. , year 2023 . title The power of one clean qubit in supervised machine learning . journal Scientific Reports volume 13 , pages 19975 . :10.1038/s41598-023-46497-y

  69. [79]

    , year 2024

    author Kawase, Y. , year 2024 . title Distributed quantum neural networks via partitioned features encoding . journal Quantum Machine Intelligence volume 6 , pages 15 . :10.1007/s42484-024-00153-4

  70. [80]

    , author Ahmad, A

    author Khan, A.A. , author Ahmad, A. , author Waseem, M. , author Liang, P. , author Fahmideh, M. , author Mikkonen, T. , author Abrahamsson, P. , year 2022 . title Software architecture for quantum computing systems-a systematic review . journal arXiv preprint arXiv:2202.05505

  71. [81]

    , author Ahmad, A

    author Khan, A.A. , author Ahmad, A. , author Waseem, M. , author Liang, P. , author Fahmideh, M. , author Mikkonen, T. , author Abrahamsson, P. , year 2023 . title Software architecture for quantum computing systems — a systematic review . journal Journal of Systems and Softw...

  72. [82]

    , author Huh, J

    author Kim, J. , author Huh, J. , author Park, D.K. , year 2023 . title Classical-to-quantum convolutional neural network transfer learning . journal Neurocomputing volume 555 . :10.1016/j.neucom.2023.126643

  73. [84]

    , author Remacle, F

    author Klymenko, M.V. , author Remacle, F. , year 2014 . title Quantum dot ternary-valued full-adder: Logic synthesis by a multiobjective design optimization based on a genetic algorithm . journal Journal of Applied Physics volume 116 , pages 164316 . https://doi.org/10.1063/1...

  74. [85]

    , author Wang, P.P

    author Koike-Akino, T. , author Wang, P.P. , author Wang, Y. , year 2022 . title AutoQML : Automated quantum machine learning for wi-fi integrated sensing and communications . journal 2022 IEEE 12th Sensor Array and Multichannel Signal Processing Workshop (SAM) , pages 360--36...

  75. [86]

    , author Aggarwal, V

    author Konar, D. , author Aggarwal, V. , author Das Sarma, A. , author Bhandary, S. , author Bhattacharyya, S. , author Cangi, A. , year 2023 a. title Deep spiking quantum neural network for noisy image classification , in: booktitle 2023 International Joint Conference on Neur...

  76. [87]

    , author Sarma, A.D

    author Konar, D. , author Sarma, A.D. , author Bhandary, S. , author Bhattacharyya, S. , author Cangi, A. , author Aggarwal, V. , year 2023 b. title A shallow hybrid classical–quantum spiking feedforward neural network for noise-robust image classification . journal Applied So...

  77. [88]

    , author Mauerer, W

    author Krüger, T. , author Mauerer, W. , year 2020 . title Quantum annealing-based software components: An experimental case study with SAT solving , in: booktitle Proceedings of the IEEE/ACM 42nd International Conference on Software Engineering Workshops , publisher Associati...

  78. [89]

    , author Orescanin, M

    author Kukliansky, A. , author Orescanin, M. , author Bollmann, C. , author Huffmire, T. , year 2024 . title Network anomaly detection using quantum neural networks on noisy quantum computers . journal IEEE Transactions on Quantum Engineering , pages 1--11 :10.1109/TQE.2024.3359574

  79. [90]

    , author Pawale, S

    author Kulkarni, V. , author Pawale, S. , author Kharat, A. , year 2023 . title A classical–quantum convolutional neural network for detecting pneumonia from chest radiographs . journal Neural Computing and Applications volume 35 , pages 15503–15510 . :10.1007/s00521-023-08566-1

  80. [91]

    , author Van Den Heuvel, W.J

    author Kumara, I. , author Van Den Heuvel, W.J. , author Tamburri, D.A. , year 2021 . title QSOC : Quantum service-oriented computing , in: booktitle Service-Oriented Computing , publisher Springer International Publishing . pp. pages 52--63 . :10.1007/978-3-030-87568-8_3

  81. [92]

    , author Firdaus, M

    author Larasati, H.T. , author Firdaus, M. , author Kim, H. , year 2022 . title Quantum federated learning: Remarks and challenges , in: booktitle 2022 IEEE 9th International Conference on Cyber Security and Cloud Computing (CSCloud)/2022 IEEE 8th International Conference on E...

  82. [93]

    , author Coyle, B

    author LaRose, R. , author Coyle, B. , year 2020 . title Robust data encodings for quantum classifiers . journal Phys. Rev. A volume 102 , pages 032420 . https://link.aps.org/doi/10.1103/PhysRevA.102.032420, :10.1103/PhysRevA.102.032420

  83. [94]

    , year 2019

    author Leymann, F. , year 2019 . title Towards a pattern language for quantum algorithms , in: booktitle Quantum Technology and Optimization Problems , publisher Springer International Publishing , address Cham . pp. pages 218--230 . :10.1007/978-3-030-14082-3_19

  84. [95]

    , author Barzen, J

    author Leymann, F. , author Barzen, J. , year 2021 . title Hybrid quantum applications need two orchestrations in superposition: A software architecture perspective . journal arXiv preprint arXiv:2103.04320

  85. [96]

    , author Shi, Y

    author Li, G. , author Shi, Y. , author Javadi-Abhari, A. , year 2021 a. title Software-hardware co-optimization for computational chemistry on superconducting quantum processors , in: booktitle 2021 ACM/IEEE 48th Annual International Symposium on Computer Architecture (ISCA) ...

  86. [97]

    , author Wu, A

    author Li, G. , author Wu, A. , author Shi, Y. , author Javadi-Abhari, A. , author Ding, Y. , author Xie, Y. , year 2021 b. title On the co-design of quantum software and hardware , in: booktitle Proceedings of the Eight Annual ACM International Conference on Nanoscale Computi...

  87. [98]

    , author Di Felice, R

    author Li, R.Y. , author Di Felice, R. , author Rohs, R. , author Lidar, D.A. , year 2018 . title Quantum annealing versus classical machine learning applied to a simplified computational biology problem . journal npj Quantum Information volume 4 , pages 1--10 . :10.1038/s4153...

  88. [99]

    , author Lu, S

    author Li, W. , author Lu, S. , author Deng, D.L. , year 2021 c. title Quantum federated learning through blind quantum computing . journal Science China Physics, Mechanics & Astronomy volume 64 . https://api.semanticscholar.org/CorpusID:237396275

  89. [100]

    , author Chen, Y.Y

    author Lin, C.H. , author Chen, Y.Y. , year 2023 . title HyperQUEEN : Hyperspectral quantum deep network for image restoration . journal IEEE Transactions on Geoscience and Remote Sensing volume 61 , pages 1--20 . :10.1109/TGRS.2023.3274355

  90. [101]

    , author Simonyan, K

    author Liu, H. , author Simonyan, K. , author Vinyals, O. , author Fernando, C. , author Kavukcuoglu, K. , year 2018 . title Hierarchical representations for efficient architecture search , in: booktitle International Conference on Learning Representations , pp. pages 1 -- 13 ...

  91. [102]

    , author Liu, M

    author Liu, J. , author Liu, M. , author Liu, J.P. , author Ye, Z. , author Wang, Y. , author Alexeev, Y. , author Eisert, J. , author Jiang, L. , year 2024 . title Towards provably efficient quantum algorithms for large-scale machine-learning models . journal Nature Communica...

  92. [103]

    , author Huang, M

    author Liu, W. , author Huang, M. , author Wang, H. , year 2021 a. title Same journal but different numbers of published records indexed in scopus and web of science core collection: causes, consequences, and solutions . journal Scientometrics volume 126 , pages 4541--4550 . h...

  93. [104]

    , author Arunachalam, S

    author Liu, Y. , author Arunachalam, S. , author Temme, K. , year 2021 b. title A rigorous and robust quantum speed-up in supervised machine learning . journal Nature Physics volume 17 , pages 1013--1017 . :10.1038/s41567-021-01287-z

  94. [105]

    , author Weedbrook, C

    author Lloyd, S. , author Weedbrook, C. , year 2018 . title Quantum generative adversarial learning . journal Phys. Rev. Lett. volume 121 , pages 040502 . https://link.aps.org/doi/10.1103/PhysRevLett.121.040502, :10.1103/PhysRevLett.121.040502

  95. [106]

    , author Mahenthar, C.S.J

    author Lokes, S. , author Mahenthar, C.S.J. , author Kumaran, S.P. , author Sathyaprakash, P. , author Jayakumar, V. , year 2022 . title Implementation of quantum deep reinforcement learning using variational quantum circuits , in: booktitle 2022 International Conference on Tr...

  96. [107]

    , author Sinayskiy, I

    author Lourens, M. , author Sinayskiy, I. , author Park, D.K. , author Blank, C. , author Petruccione, F. , year 2023 . title Hierarchical quantum circuit representations for neural architecture search . journal npj Quantum Information volume 9 , pages 1--15 . :10.1038/s41534-...

  97. [108]

    , author Zhu, L

    author Lu, Q. , author Zhu, L. , author Whittle, J. , author Xu, X. , year 2023 a. title Responsible AI: Best Practices for Creating Trustworthy AI Systems . publisher Pearson Education . https://books.google.com.au/books?id=gXniEAAAQBAJ

  98. [109]

    , author Zhu, L

    author Lu, Q. , author Zhu, L. , author Xu, X. , author Whittle, J. , author Zowghi, D. , author Jacquet, A. , year 2024 a. title Responsible ai pattern catalogue: A collection of best practices for ai governance and engineering . journal ACM Comput. Surv. volume 56 . https://...

  99. [110]

    , author Zhu, L

    author Lu, Q. , author Zhu, L. , author Xu, X. , author Xing, Z. , author Whittle, J. , year 2024 b. title Towards responsible ai in the era of generative ai: A reference architecture for designing foundation model based systems . journal IEEE Software , pages 1--7 :10.1109/MS...

  100. [111]

    , author Pan, K

    author Lu, X. , author Pan, K. , author Yan, G. , author Shan, J. , author Wu, W. , author Yan, J. , year 2023 b. title QAS-bench : rethinking quantum architecture search and a benchmark , in: booktitle Proceedings of the 40th International Conference on Machine Learning , pub...

  101. [112]

    , author Mashtura, R

    author Mahmud, J. , author Mashtura, R. , author Fattah, S.A. , author Saquib, M. , year 2024 . title Quantum convolutional neural networks with interaction layers for classification of classical data . journal Quantum Machine Intelligence volume 6 , pages 11 . :10.1007/s42484...

  102. [113]

    , author Farkas, A

    author Marosi, A.C. , author Farkas, A. , author Máray, T. , author Lovas, R. , year 2023 . title Toward a quantum-science gateway: A hybrid reference architecture facilitating quantum computing capabilities for cloud utilization . journal IEEE Access volume 11 , pages 143913-...

  103. [114]

    , author Moore, E

    author McMahan, B. , author Moore, E. , author Ramage, D. , author Hampson, S. , author Arcas, B.A.y. , year 2017 . title Communication-Efficient Learning of Deep Networks from Decentralized Data , in: editor Singh, A. , editor Zhu, J. (Eds.), booktitle Proceedings of the 20th...

  104. [115]

    , author Tsai, C.Y

    author Mishra, S. , author Tsai, C.Y. , year 2022 . title Design of superior parameterized quantum circuits for quantum image classification , in: booktitle 2022 14th International Conference on Computer and Automation Engineering (ICCAE) , pp. pages 70--73 . :10.1109/ICCAE550...

  105. [116]

    , author Ichimura, T

    author Mitsuda, N. , author Ichimura, T. , author Nakaji, K. , author Suzuki, Y. , author Tanaka, T. , author Raymond, R. , author Tezuka, H. , author Onodera, T. , author Yamamoto, N. , year 2024 . title Approximate complex amplitude encoding algorithm and its application to ...

  106. [117]

    , author Abburi, M

    author Mogalapalli, H. , author Abburi, M. , author Nithya, B. , author Bandreddi, S.K.V. , year 2021 . title Classical–quantum transfer learning for image classification . journal SN Computer Science volume 3 . :10.1007/s42979-021-00888-y

  107. [118]

    , author Rojo, J

    author Moguel, E. , author Rojo, J. , author Valencia, D. , author Berrocal, J. , author Garcia-Alonso, J. , author Murillo, J.M. , year 2022 . title Quantum service-oriented computing: current landscape and challenges . journal Software Quality Journal volume 30 , pages 983–1...

  108. [119]

    , author Brandner, C

    author Moradi, S. , author Brandner, C. , author Spielvogel, C. , author Krajnc, D. , author Hillmich, S. , author Wille, R. , author Drexler, W. , author Papp, L. , year 2022 . title Clinical data classification with noisy intermediate scale quantum computers . journal Scient...

  109. [120]

    , author Uno, S

    author Nakaji, K. , author Uno, S. , author Suzuki, Y. , author Raymond, R. , author Onodera, T. , author Tanaka, T. , author Tezuka, H. , author Mitsuda, N. , author Yamamoto, N. , year 2022 . title Approximate amplitude encoding in shallow parameterized quantum circuits and ...

  110. [121]

    , author Yamamoto, N

    author Nakaji, K. , author Yamamoto, N. , year 2021 . title Quantum semi-supervised generative adversarial network for enhanced data classification . journal Scientific Reports volume 11 , pages 19649 . :10.1038/s41598-021-98933-6

  111. [122]

    , author Shin, S.Y

    author Narottama, B. , author Shin, S.Y. , year 2022 . title Quantum neural networks for resource allocation in wireless communications . journal IEEE Transactions on Wireless Communications volume 21 , pages 1103–1116 . :10.1109/TWC.2021.3102139

  112. [123]

    , author Ardila, L.Q

    author Neto, J.S. , author Ardila, L.Q. , author Nogueira, T.N. , author Albuquerque, F. , author Papa, J.P. , author Capobianco Guido, R. , author Fernandes Fanchini, F. , year 2024 . title Quantum neural networks successfully calibrate language models . journal Quantum Machi...

  113. [124]

    , author Krishnan, P

    author Nguyen, H.T. , author Krishnan, P. , author Krishnaswamy, D. , author Usman, M. , author Buyya, R. , year 2024 a. title Quantum cloud computing: A review, open problems, and future directions . https://arxiv.org/abs/2404.11420, http://arxiv.org/abs/2404.11420 arXiv:2404.11420

  114. [125]

    , author Usman, M

    author Nguyen, H.T. , author Usman, M. , author Buyya, R. , year 2024 b. title QFaaS : A serverless function-as-a-service framework for quantum computing . journal Future Generation Computer Systems volume 154 , pages 281--300 . :10.1016/j.future.2024.01.018

  115. [126]

    , author Chen, K.C

    author Nguyen, N. , author Chen, K.C. , year 2022 . title Quantum embedding search for quantum machine learning . journal IEEE Access volume 10 , pages 41444--41456 . :10.1109/ACCESS.2022.3167398

  116. [127]

    , author Chuang, I.L

    author Nielsen, M.A. , author Chuang, I.L. , year 2010 . title Quantum Computation and Quantum Information: 10th Anniversary Edition . publisher Cambridge University Press

  117. [128]

    , author Flaherty, J

    author Onuoha, C. , author Flaherty, J. , author Nguyen, T. , author Thang, T.C. , year 2022 . title Data scanning methods for quantum-classical interface in quanvolutional neural networks , in: booktitle 2022 IEEE International Conference on Consumer Electronics-Asia (ICCE-As...

  118. [129]

    , author Schwarz, G

    author Otgonbaatar, S. , author Schwarz, G. , author Datcu, M. , author Kranzlmüller, D. , year 2023 . title Quantum transfer learning for real-world, small, and high-dimensional remotely sensed datasets . journal IEEE Journal of Selected Topics in Applied Earth Observations a...

  119. [130]

    , author Avina-Cervantes, J.G

    author Ovalle-Magallanes, E. , author Avina-Cervantes, J.G. , author Cruz-Aceves, I. , author Ruiz-Pinales, J. , year 2022 . title Hybrid classical–quantum convolutional neural network for stenosis detection in x-ray coronary angiography . journal Expert Systems with Applicati...

  120. [131]

    , author Fernández-Campoamor, M

    author O’Meara, C. , author Fernández-Campoamor, M. , author Cortiana, G. , author Bernabé-Moreno, J. , year 2023 . title Quantum software architecture blueprints for the cloud: Overview and application to peer-2-peer energy trading , in: booktitle 2023 IEEE Conference on Tech...

  121. [132]

    , author Lu, Z

    author Pan, X. , author Lu, Z. , author Wang, W. , author Hua, Z. , author Xu, Y. , author Li, W. , author Cai, W. , author Li, X. , author Wang, H. , author Song, Y.P. , author Zou, C.L. , author Deng, D.L. , author Sun, L. , year 2023 . title Deep quantum neural networks on ...

  122. [133]

    , author Park, D.K

    author Park, S. , author Park, D.K. , author Rhee, J.K.K. , year 2023 . title Variational quantum approximate support vector machine with inference transfer . journal Scientific Reports volume 13 , pages 3288 . :10.1038/s41598-023-29495-y

  123. [134]

    , author Caldeira, J

    author Peters, E. , author Caldeira, J. , author Ho, A. , author Leichenauer, S. , author Mohseni, M. , author Neven, H. , author Spentzouris, P. , author Strain, D. , author Perdue, G.N. , year 2021 . title Machine learning of high dimensional data on a noisy quantum processo...

  124. [135]

    , author Vakkalanka, S

    author Petersen, K. , author Vakkalanka, S. , author Kuzniarz, L. , year 2015 . title Guidelines for conducting systematic mapping studies in software engineering: An update . journal Information and Software Technology volume 64 , pages 1--18 . https://www.sciencedirect.com/s...

  125. [136]

    , author Ghosh, S

    author Phalak, K. , author Ghosh, S. , year 2023 . title Shot optimization in quantum machine learning architectures to accelerate training . journal IEEE Access volume 11 , pages 41514--41523 . :10.1109/ACCESS.2023.3270419

  126. [137]

    , author Peterssen, G

    author Piattini, M.G. , author Peterssen, G. , author P \'e rez-Castillo, R. , author Hevia, J.L. , author Serrano, M.A. , author Hern \'a ndez, G. , author de Guzm \'a n, I.G.R. , author Paradela, C.A. , author Polo, M. , author Murina, E. , author Jim \'e nez, L. , author Ma...

  127. [138]

    , author Ferrie, C

    author Pira, L. , author Ferrie, C. , year 2023 . title An invitation to distributed quantum neural networks . journal Quantum Machine Intelligence volume 5 , pages 23 . :10.1007/s42484-023-00114-3

  128. [139]

    , author Gupta, S

    author Prabhu, S. , author Gupta, S. , author Prabhu, G.M. , author Dhanuka, A.V. , author Bhat, K.V. , year 2023 . title QuCardio : Application of quantum machine learning for detection of cardiovascular diseases . journal IEEE Access volume 11 , pages 136122--136135 . :10.11...

  129. [140]

    , year 2018

    author Preskill, J. , year 2018 . title Quantum C omputing in the NISQ era and beyond . journal Quantum volume 2 , pages 79 . https://doi.org/10.22331/q-2018-08-06-79, :10.22331/q-2018-08-06-79

  130. [141]

    , author Date, H

    author Rath, M. , author Date, H. , year 2023 . title Quantum data encoding: A comparative analysis of classical-to-quantum mapping techniques and their impact on machine learning accuracy . journal arXiv preprint arXiv:2311.10375

  131. [142]

    , author Vallecorsa, S

    author Rehm, F. , author Vallecorsa, S. , author Borras, K. , author Krücker, D. , author Grossi, M. , author Varo, V. , year 2023 . title Precise image generation on current noisy quantum computing devices . journal Quantum Science and Technology volume 9 , pages 015009 . :10...

  132. [143]

    , author Li, W

    author Ren, W. , author Li, W. , author Xu, S. , author Wang, K. , author Jiang, W. , author Jin, F. , author Zhu, X. , author Chen, J. , author Song, Z. , author Zhang, P. , author Dong, H. , author Zhang, X. , author Deng, J. , author Gao, Y. , author Zhang, C. , author Wu, ...

  133. [144]

    , author da Silva, M.P

    author Ristè, D. , author da Silva, M.P. , author Ryan, C.A. , author Cross, A.W. , author Córcoles, A.D. , author Smolin, J.A. , author Gambetta, J.M. , author Chow, J.M. , author Johnson, B.R. , year 2017 . title Demonstration of quantum advantage in machine learning . journ...

  134. [145]

    , author Olson, J.P

    author Romero, J. , author Olson, J.P. , author Aspuru-Guzik, A. , year 2017 . title Quantum autoencoders for efficient compression of quantum data . journal Quantum Science and Technology volume 2 , pages 045001 . https://dx.doi.org/10.1088/2058-9565/aa8072, :10.1088/2058-9565/aa8072

  135. [146]

    , author Alvarado-Valiente, J

    author Romero-Alvarez, J. , author Alvarado-Valiente, J. , author Moguel, E. , author Garcia-Alonso, J. , author Murillo, J.M. , year 2024 . title Enabling continuous deployment techniques for quantum services . journal Software: Practice and Experience volume n/a . :https://d...

  136. [148]

    , author Wang, Z

    author Ronnow, T.F. , author Wang, Z. , author Job, J. , author Boixo, S. , author Isakov, S.V. , author Wecker, D. , author Martinis, J.M. , author Lidar, D.A. , author Troyer, M. , year 2014 . title Defining and detecting quantum speedup . journal Science volume 345 , pages ...

  137. [149]

    , author Miller, J

    author Rudolph, M.S. , author Miller, J. , author Motlagh, D. , author Chen, J. , author Acharya, A. , author Perdomo-Ortiz, A. , year 2023 . title Synergistic pretraining of parametrized quantum circuits via tensor networks . journal Nature Communications volume 14 , pages 83...

  138. [150]

    , author O’Meara, C

    author Sakhnenko, A. , author O’Meara, C. , author Ghosh, K.J.B. , author Mendl, C.B. , author Cortiana, G. , author Bernabé-Moreno, J. , year 2022 . title Hybrid classical-quantum autoencoder for anomaly detection . journal Quantum Machine Intelligence volume 4 , pages 27 . :...

  139. [151]

    , author Jha, S

    author Saurabh, N. , author Jha, S. , author Luckow, A. , year 2023 . title A conceptual architecture for a quantum-hpc middleware , in: booktitle 2023 IEEE International Conference on Quantum Software (QSW) , pp. pages 116--127 . :10.1109/QSW59989.2023.00023

  140. [152]

    , author Aghamalyan, D

    author Schetakis, N. , author Aghamalyan, D. , author Griffin, P. , author Boguslavsky, M. , year 2022 . title Review of some existing QML frameworks and novel hybrid classical–quantum neural networks realising binary classification for the noisy datasets . journal Scientific ...

  141. [153]

    , author Killoran, N

    author Schuld, M. , author Killoran, N. , year 2019 . title Quantum machine learning in feature hilbert spaces . journal Phys. Rev. Lett. volume 122 , pages 040504 . https://link.aps.org/doi/10.1103/PhysRevLett.122.040504, :10.1103/PhysRevLett.122.040504

  142. [154]

    , author Killoran, N

    author Schuld, M. , author Killoran, N. , year 2022 . title Is quantum advantage the right goal for quantum machine learning? journal PRX Quantum volume 3 , pages 030101 . https://link.aps.org/doi/10.1103/PRXQuantum.3.030101, :10.1103/PRXQuantum.3.030101

  143. [155]

    , author Zaidenberg, D.A

    author Sebastianelli, A. , author Zaidenberg, D.A. , author Spiller, D. , author Saux, B.L. , author Ullo, S.L. , year 2022 . title On circuit-based hybrid quantum neural networks for remote sensing imagery classification . journal IEEE Journal of Selected Topics in Applied Ea...

  144. [156]

    , author Liu, J

    author Shen, F. , author Liu, J. , year 2023 . title Quantum fourier convolutional network . journal ACM Transactions on Multimedia Computing, Communications, and Applications volume 19 , pages 13:1–13:14 . :10.1145/3514249

  145. [157]

    , author Wang, Z

    author Shi, S. , author Wang, Z. , author Li, J. , author Li, Y. , author Shang, R. , author Zhong, G. , author Gu, Y. , year 2024 . title Quantum convolutional neural networks for multiclass image classification . journal Quantum Information Processing volume 23 , pages 189 ....

  146. [158]

    , author Kim, M.S

    author Smith, A. , author Kim, M.S. , author Pollmann, F. , author Knolle, J. , year 2019 . title Simulating quantum many-body dynamics on a current digital quantum computer . journal npj Quantum Information volume 5 , pages 106 . https://doi.org/10.1038/s41534-019-0217-0, :10...

  147. [159]

    , year 2018

    author Sodhi, B. , year 2018 . title Quality attributes on quantum computing platforms . journal arXiv preprint arXiv:1803.07407

  148. [160]

    , author Musashi, Y

    author Suryotrisongko, H. , author Musashi, Y. , year 2022 . title Evaluating hybrid quantum-classical deep learning for cybersecurity botnet dga detection . journal Procedia Computer Science volume 197 , pages 223–229 . :10.1016/j.procs.2021.12.135

  149. [161]

    , author Miyazaki, T

    author Suzuki, T. , author Miyazaki, T. , author Inaritai, T. , author Otsuka, T. , year 2023 . title Quantum ai simulator using a hybrid cpu–fpga approach . journal Scientific Reports volume 13 , pages 7735 . :10.1038/s41598-023-34600-2

  150. [163]

    , author Barkoutsos, P

    author Tacchino, F. , author Barkoutsos, P. , author Macchiavello, C. , author Tavernelli, I. , author Gerace, D. , author Bajoni, D. , year 2020 . title Quantum implementation of an artificial feed-forward neural network . journal Quantum Science and Technology volume 5 , pag...

  151. [164]

    , author Macchiavello, C

    author Tacchino, F. , author Macchiavello, C. , author Gerace, D. , author Bajoni, D. , year 2019 . title An artificial neuron implemented on an actual quantum processor . journal npj Quantum Information volume 5 , pages 26 . https://doi.org/10.1038/s41534-019-0140-4, :10.1038...

  152. [165]

    , author Sultanow, E

    author Tehrani, M.G. , author Sultanow, E. , author Buchanan, W.J. , author Amir, M. , author Jeschke, A. , author Houmani, M. , author Chow, R. , author Lemoudden, M. , year 2024 . title Stabilized quantum-enhanced siem architecture and speed-up through hoeffding tree algorit...

  153. [166]

    , year 2018

    author Terhal, B.M. , year 2018 . title Quantum supremacy, here we come . journal Nature Physics volume 14 , pages 530--531 . https://doi.org/10.1038/s41567-018-0131-y, :10.1038/s41567-018-0131-y

  154. [167]

    , author Kazdaghli, S

    author Thakkar, S. , author Kazdaghli, S. , author Mathur, N. , author Kerenidis, I. , author Ferreira–Martins, A.J. , author Brito, S. , year 2024 . title Improved financial forecasting via quantum machine learning . journal Quantum Machine Intelligence volume 6 , pages 27 . ...

  155. [168]

    , author Tyagi, A

    author Vaidyan, V.M. , author Tyagi, A. , year 2022 . title Hybrid classical-quantum artificial intelligence models for electromagnetic control system processor fault analysis , in: booktitle 2022 IEEE IAS Global Conference on Emerging Technologies (GlobConET) , pp. pages 798-...

  156. [169]

    , author Moguel, E

    author Valencia, D. , author Moguel, E. , author Rojo, J. , author Berrocal, J. , author Garcia-Alonso, J. , author Murillo, J.M. , year 2022 . title Quantum Software Engineering . publisher Springer International Publishing . chapter chapter Quantum Service-Oriented Architect...

  157. [170]

    , author Paik, H

    author Vasques, X. , author Paik, H. , author Cif, L. , year 2023 . title Application of quantum machine learning using quantum kernel algorithms on multiclass neuron m-type classification . journal Scientific Reports volume 13 , pages 11541 . :10.1038/s41598-023-38558-z

  158. [171]

    , author Wang, W

    author Wang, H. , author Wang, W. , author Liu, Y. , author Alidaee, B. , year 2022 a. title Integrating machine learning algorithms with quantum annealing solvers for online fraud detection . journal IEEE Access volume 10 , pages 75908--75917 . :10.1109/ACCESS.2022.3190897

  159. [172]

    , author Wang, Y

    author Wang, Y. , author Wang, Y. , author Chen, C. , author Jiang, R. , author Huang, W. , year 2022 b. title Development of variational quantum deep neural networks for image recognition . journal Neurocomputing volume 501 , pages 566–582 . :10.1016/j.neucom.2022.06.010

  160. [173]

    , author Khomh, F

    author Washizaki, H. , author Khomh, F. , author Guéhéneuc, Y.G. , author Takeuchi, H. , author Natori, N. , author Doi, T. , author Okuda, S. , year 2022 . title Software-engineering design patterns for machine learning applications . journal Computer volume 55 , pages 30--39...

  161. [174]

    , author Barzen, J

    author Weder, B. , author Barzen, J. , author Leymann, F. , year 2021 a. title Modulo: Modeling, transformation, and deployment of quantum workflows , in: booktitle 2021 IEEE 25th International Enterprise Distributed Object Computing Workshop (EDOCW) , pp. pages 341--344 . :10...

  162. [175]

    , author Barzen, J

    author Weder, B. , author Barzen, J. , author Leymann, F. , author Zimmermann, M. , year 2021 b. title Hybrid quantum applications need two orchestrations in superposition: A software architecture perspective , in: booktitle 2021 IEEE International Conference on Web Services (...

  163. [176]

    , author Breitenbücher, U

    author Weder, B. , author Breitenbücher, U. , author Leymann, F. , author Wild, K. , year 2020 . title Integrating quantum computing into workflow modeling and execution , in: booktitle 2020 IEEE/ACM 13th International Conference on Utility and Cloud Computing (UCC) , pp. page...

  164. [177]

    , author Barzen, J

    author Weigold, M. , author Barzen, J. , author Leymann, F. , author Salm, M. , year 2021 a. title Encoding patterns for quantum algorithms . journal IET Quantum Communication volume 2 , pages 141--152 . :https://doi.org/10.1049/qtc2.12032

  165. [178]

    , author Barzen, J

    author Weigold, M. , author Barzen, J. , author Leymann, F. , author Vietz, D. , year 2021 b. title Patterns for Hybrid Quantum Algorithms , in: booktitle Proceedings of the 15 th Symposium and Summer School on Service-Oriented Computing (SummerSOC 2021) , publisher Springer I...

  166. [179]

    , author Erfani, S.M

    author West, M.T. , author Erfani, S.M. , author Leckie, C. , author Sevior, M. , author Hollenberg, L.C.L. , author Usman, M. , year 2023 a. title Benchmarking adversarially robust quantum machine learning at scale . journal Phys. Rev. Res. volume 5 , pages 023186 . https://l...

  167. [180]

    , author Nakhl, A.C

    author West, M.T. , author Nakhl, A.C. , author Heredge, J. , author Creevey, F.M. , author Hollenberg, L.C.L. , author Sevior, M. , author Usman, M. , year 2024 . title Drastic circuit depth reductions with preserved adversarial robustness by approximate encoding for quantum ...

  168. [181]

    , author Tsang, S.L

    author West, M.T. , author Tsang, S.L. , author Low, J.S. , author Hill, C.D. , author Leckie, C. , author Hollenberg, L.C.L. , author Erfani, S.M. , author Usman, M. , year 2023 b. title Towards quantum enhanced adversarial robustness in machine learning . journal Nature Mach...

  169. [182]

    , author Ding, Y

    author Wu, A. , author Ding, Y. , author Li, A. , year 2023 . title QuComm : Optimizing collective communication for distributed quantum computing , in: booktitle Proceedings of the 56th Annual IEEE/ACM International Symposium on Microarchitecture , publisher Association for C...

  170. [183]

    , author Li, Q

    author Xia, Q. , author Li, Q. , year 2021 . title Quantumfed: A federated learning framework for collaborative quantum training , in: booktitle 2021 IEEE Global Communications Conference (GLOBECOM) , pp. pages 1--6 . :10.1109/GLOBECOM46510.2021.9685012

  171. [184]

    , author Chen, H

    author Yu, C. , author Chen, H. , author Ma, T. , year 2023 a. title Enhanced machine learning by a decorated quantum circuit , in: booktitle Proceedings of the 2023 15th International Conference on Computer Modeling and Simulation , publisher Association for Computing Machine...

  172. [185]

    , author Ren, X

    author Yu, H. , author Ren, X. , author Zhao, C. , author Yang, S. , author McCann, J. , year 2023 b. title Quantum-aided secure deep neural network inference on real quantum computers . journal Scientific Reports volume 13 , pages 19130 . :10.1038/s41598-023-45791-z

  173. [186]

    , author Mauerer, W

    author Yue, T. , author Mauerer, W. , author Ali, S. , author Taibi, D. , year 2023 . title Software Architecture: Research Roadmaps from the Community . publisher Springer Nature Switzerland , address Cham . chapter chapter Challenges and Opportunities in Quantum Software Arc...

  174. [187]

    , author Hsieh, C.Y

    author Zhang, S.X. , author Hsieh, C.Y. , author Zhang, S. , author Yao, H. , year 2021 . title Neural predictor based quantum architecture search . journal Machine Learning: Science and Technology volume 2 , pages 045027 . https://dx.doi.org/10.1088/2632-2153/ac28dd, :10.1088...

  175. [188]

    , author Kang, C

    author Zheng, H. , author Kang, C. , author Ravi, G.S. , author Wang, H. , author Setia, K. , author Chong, F.T. , author Liu, J. , year 2023 . title Sncqa: A hardware-efficient equivariant quantum convolutional circuit architecture , in: booktitle 2023 IEEE International Conf...

  176. [189]

    , author Lucchi, A

    author Zoufal, C. , author Lucchi, A. , author Woerner, S. , year 2019 . title Quantum generative adversarial networks for learning and loading random distributions . journal npj Quantum Information volume 5 , pages 1--9 . :10.1038/s41534-019-0223-2

Pith tools

Reviewed August 12, 2026 · model on record in the stance chip above.