Back to News
quantum-computing

Artificial intelligence for quantum computing - Nature

Google News – Quantum Computing
Loading...
88 min read
0 likes
⚡ Quantum Brief
AI is accelerating quantum computing’s development by automating hardware design, using machine learning to optimize qubit geometries and entangling gates. Researchers demonstrate AI-designed superconducting circuits and optical setups, reducing fabrication trial-and-error. AI-driven preprocessing improves quantum algorithms by optimizing circuit compilation, reducing gate counts, and preparing states more efficiently. Techniques like diffusion models and transformer-based synthesizers cut resource demands for NISQ-era devices. Device control and tuning now leverage AI to automate calibration, with reinforcement learning and Bayesian optimization replacing manual adjustments. This speeds up qubit initialization, pulse optimization, and error suppression in superconducting and semiconductor systems. Quantum error correction benefits from AI decoders like transformers and GNNs, which outperform traditional methods by adapting to real-world noise. These models scale better for surface codes and LDPC codes, critical for fault-tolerant systems. AI’s role in quantum computing faces limits—classical simulation bottlenecks and data scarcity hinder scalability. Hybrid approaches combining AI with domain expertise remain essential for overcoming hardware and algorithmic challenges.
AI Audio Summary
0:00 / 0:00
Click to play
gabriel-vasiliu-mdzxj9Ea7JM-unsplash.jpg
Quantum News · Media Library

Download PDF AbstractArtificial intelligence (AI) advancements over the past few years have had an unprecedented and revolutionary impact across everyday application areas. Its significance also extends to technical challenges within science and engineering, including the nascent field of quantum computing (QC). The counterintuitive nature and high-dimensional mathematics of QC make it a prime candidate for AI’s data-driven learning capabilities, and in fact, many of QC’s biggest scaling challenges may ultimately rest on developments in AI. However, bringing leading techniques from AI to QC requires drawing on disparate expertise from arguably two of the most advanced and esoteric areas of computer science. Here we aim to encourage this cross-pollination by reviewing how state-of-the-art AI techniques are already advancing challenges across the hardware and software stack needed to develop useful QC - from device design to applications. We then close by examining its future opportunities and obstacles in this space. Similar content being viewed by others Artificial intelligence for search and discovery of quantum materials Article Open access 13 October 2021 Cross-platform comparison of arbitrary quantum states Article Open access 04 November 2022 Quantum annealing for combinatorial optimization: a benchmarking study Article Open access 16 May 2025 IntroductionQuantum computing (QC) has the potential to impact every domain of science and industry, but it has become increasingly clear that delivering on this promise rests on tightly integrating fault-tolerant quantum hardware with accelerated supercomputers to build accelerated quantum supercomputers. Such large-scale quantum supercomputers form a heterogeneous architecture with the ability to solve certain otherwise intractable problems. Many of these problems, such as chemical simulation or optimization, are projected to have significant scientific, economic and societal impact1.However, transitioning hardware from noisy intermediate-scale quantum (NISQ) devices to fault-tolerant quantum computing (FTQC) faces a number of challenges. Though recent quantum error correction (QEC) demonstrations have been performed2,3, all popular qubit modalities suffer from hardware noise, preventing the below-threshold operation needed to perform fault-tolerant computations. But even qubits performing below threshold face scaling obstacles. FTQC is demanding and necessitates more resourceful QEC codes, faster decoder algorithms, and carefully designed qubit architectures. Both QC hardware research and current quantum algorithms also require further development with explorations of more resource-efficient techniques, having the potential to dramatically shorten the roadmap to useful quantum applications.Though high-performance computing (HPC)4,5,6, and in particular, accelerated GPU computing7,8, already drives QC research through circuit and hardware simulations, the rise of generative artificial intelligence (AI) paradigms9 has only just begun. Foundational AI models10, characterized by their broad training data and ability to adapt to a wide array of applications, are emerging as an extremely effective way to leverage accelerated computing for QC. While the architecture landscape of these models is diverse, transformer models11 have proven particularly powerful, and especially popularized by OpenAI’s generative pre-trained transformer (GPT) models12,13. There is already a strong precedent for these models being applied to technical yet pragmatic tasks in other fields, ranging from biomedical engineering14 to materials science15. Bringing the deep utility and broad applicability of such models to bear on the problems facing QC is a key goal of this review.There is ample intuition to motivate exploring AI as a breakthrough tool for QC. The inherent nonlinear complexity of quantum mechanical systems16 makes them well-suited to the high-dimensional pattern recognition capabilities and inherent scalability of existing and emerging AI techniques17. Many AI for quantum applications are being realized for near-term development of quantum computers and the long-term operation of scalable FTQC workflows18. This review examines applications of state-of-the-art AI techniques that are advancing QC with the goal of fostering greater synergy between the two fields.Despite the considerable promise of AI, it is critical to recognize its limitations when applied to QC. AI, as a fundamentally classical paradigm, cannot efficiently simulate quantum systems in the general case due to exponential scaling constraints imposed by the laws of quantum mechanics. Classical simulation of quantum circuits suffers from exponential growth in computational cost and memory consumption. This exponential scaling fundamentally limits the size of quantum systems that classical AI can simulate, impacting their generalizability to larger problems. For example, the GroverGPT-219, which uses large language models (LLMs) to simulate Grover’s algorithm, encounters these constraints. GroverGPT-2’s ability to simulate full circuits is limited by the maximum context length of the LLM, making larger circuits infeasible. It faces limitations in generalization, with performance deteriorating for problem sizes significantly beyond the training data. This suggests that classical resource bottlenecks are effectively relocated rather than removed, contributing to scaling costs and deployment hurdles. AI in the context of simulating large-scale quantum systems serves as a complementary tool for interpreting, approximating, and reasoning about quantum processes, rather than a direct substitute for quantum hardware.It is worth clarifying that this review focuses solely on the impact of AI techniques for developing and operating useful quantum computers (AI for quantum) and does not touch upon the longer-term and more speculative prospect of quantum computers one day enhancing AI techniques (often referred to as quantum for AI), which are surveyed in ref. 20.The content of this review is organized according to the causal sequence of tasks undertaken in operating a quantum computer (Fig. 1). We immediately stretch this taxonomy by beginning in “AI for quantum computer development and design” with how AI techniques can accelerate fundamental research into designing and improving the quantum hardware needed to operate a useful device. Then, the sections entitled “AI for preprocessing”, “AI for device control and optimization”, “AI for quantum error correction”, and “AI for postprocessing” step through AI’s roles in the widely accepted QC workflow: preprocessing, tuning, control and optimization, QEC, and postprocessing. AI’s use in algorithm development, that is, AI’s impact on various algorithmic subroutines, is covered throughout the whole manuscript, where relevant, and spans many tasks across the workflow. Each section also concludes with a discussion of the key limitations and challenges for applying AI to such use cases. The review concludes with an “Outlook” looking ahead to fruitful areas where AI might still be applied and speculating on areas of development that will further AI’s ability to solve QC’s remaining challenges.Fig. 1: A depiction of the sections covered in this review and how AI can be used to benefit the entire QC stack.Depiction of this review's structure aligned with a generic quantum computing workflow. A brief summary of the role of AI at each stage is provided.Full size imageA brief survey of AI methodsThe majority of modern AI methods pertain to the subfield of machine learning (ML) (AI is a strict superset of ML, since there are AI algorithms based on hard-coded rules, which there is no training procedure that algorithmically ’learns’ from data.), consisting of algorithms that extract and utilize information from datasets21. Though there are many different ML architectures (decision trees, support vector machines, clustering models, etc.), in this review, we focus primarily on architectures pertaining to the field of “deep learning”, meaning that they are based on some form of deep neural network (DNN)22,23 which have driven recent advancements in AI. Maturing to industrial scales in the 2010’s, DNNs learn multiple data abstractions via the process of backpropagation. These data abstractions are used to construct useful representations of the dataset of interest. DNNs are characterized by their flexibility in representing patterns in data and the adaptability of their architectures. This has resulted in DNNs contributing numerous architectures to the sprawling phylogeny of ML models, which have found application across disciplines. We depict these relationships in Fig. 2.Fig. 2: A simple hierarchy from Artificial Intelligence to generative AI, broadly contextualizing the techniques discussed in this work.Each level is paired with a simple description.Full size imageIn the broadest of strokes, we can categorize DNN applications as discriminative and generative24. The former seeks to learn the conditional probability distribution P(y∣x) of value vector y given feature vector x, whereas the latter seeks the joint probability distribution P(x, y). Less formally, discriminative models learn to distinguish between data types while generative models learn to produce new instances of their target data classes.DNN architectures are incredibly diverse and ever expanding, and we here overview but a handful of them that will prove germane in this review. Among the most popular of such architectures is Reinforcement Learning (RL), which focuses on sequential decision-making25,26. In RL, the DNN or “agent” is tasked with navigating a learning problem and trained by assigning it a score after each decision it makes, rewarding it for useful decisions and punishing it for problematic ones. In maximizing this so-called cumulative “reward”, the agent learns how to evaluate outcomes (value) and respond to situations (policy). RL models find particular utility for automating multi-faceted tasks in dynamic environments with delayed rewards. However, RL is often difficult to implement due to its sensitivity in selecting hyperparameters.ML tasks often focus on learning from and producing new sequences. A canonical example is natural language processing, wherein the ML agent learns from existing sentences (word sequences) to produce new ones27,28. For many years, such problems were addressed with recurrent neural networks (RNNs), which apply a single set of weights along the elements of a given input sequence, producing an output sequence step-by-step29,30. More recently, Transformer models11,31, including the famed GPT family12, have dominated sequence learning, bolstered by their parallelizability, long-range and bi-directional token (word) context, and their adroitness with variable-length inputs.Another popular model for generative tasks is the diffusion model32, such as more recent DALL-E models33. These models use random walks with drift, as formalized by, e.g., Markov chains, to gradually add noise to target data and then learn the reverse denoising process. After such training is complete, the diffusion models can generate desired samples from noise.Critical for training all of these deep learning methods is high-quality data. In the case of QC, this data must often be obtained via simulation with supercomputers due to noise and scale limitations of quantum computers, as well as the cost (time and economic) of obtaining quantum data. Section 15 discusses simulation in greater detail.AI for quantum computer development and designFundamental improvements in quantum hardware require a systematic engineering process that relies on precise, costly, and extremely difficult experimentation throughout the development cycle. The first step in this cycle is to design a physical system with controllable quantum behavior that can be employed as a computing device. In this section, we review the AI methods employed for designing quantum devices and the ML techniques for learning devices for future designs.Device designThe design of the quantum processor system requires not only physically characterizing the physical system at the materials level, but also analyzing the individual components they’re used in, which can vary widely due to inevitable irregularities (e.g., in fabrication34), nonidealities (e.g., crystal strain35), inherent material complexities36, and the limitations of optical components37. AI can accelerate the initial design and fabrication phases of quantum devices by offering insights into complex physical quantum systems.AI approaches have been employed to successfully design multi-qubit operations by exploring potential superconducting designs that were then demonstrated experimentally38,39. AI can also be leveraged to generate or optimize the physical geometries of qubit circuits at the device level in solid-state devices, where learning the features in a qubit circuit can be used to generate new more exotic circuits beyond transmons, fluxonium or zero-pi qubits.40,41 In addition, AI can be employed to design quantum optical setups that can then be employed to generate highly entangled states42,43,44,45. AI models learning how to optimize the performance of multi-qubit gates in nonuniform semiconductor-based qubits can automate the handling of manufacturing variabilities in these devices46.A distinct yet related challenge is designing AI methods which are dependent on information that cannot be directly included in model training, such as unavoidable classical noise or inherent quantum uncertainty47. Such limitations have also been addressed by iterative applications of transfer learning48, e.g., by pre-optimizing system control in progressively more realistic and challenging substrates49. The reverse tactic has likewise proven fruitful, where AI models versed in well-understood quantum systems are used to propose novel quantum experiments. This same technique can be applied to leverage AI models trained on a quantum system to extrapolate new architectures and quantum information protocols50.Learning models of quantum systemsCentral to the design of future quantum devices is our understanding of today’s smaller experimental quantum systems. These systems are usually categorized as a closed system, which is driven by a structured Hamiltonian, or an open system with dissipative and non-Markovian dynamics.Studies of the closed system model are led by the broad field of Hamiltonian Learning51,52,53, which seeks to identify the generating Hamiltonian of observed quantum dynamics through the use of ML methods. Such methods are quite generally applicable54,55 and applying these to characterize measurement-expensive and noise-prone contemporary quantum computers56 can be challenging. There has been success in meeting these constraints by refining models to require only tractable amounts of quantum input data57.Unlike closed systems, open system models require learning the Lindblad master equation, which generally requires more parameters and is more complex to represent. One approach to learning such dynamics is to embed non-Markovian dynamics into a Markovian system58 and use ML to learn this embedding. Alternatively, neural networks can directly capture the process by parameterizing the Lindbladian operators59. Furthermore, with a given noise model, ML-assisted characterization has demonstrated its ability to discover two-level systems by learning the decay parameters in the Lindbladian equation60.For both closed and open system models, the ML-assisted characterization of quantum systems can be greatly simplified by the inclusion of relevant information53,61,62, e.g., observable constraints, which combine physics equations to guide deep learning models.These physics informed ML models also have utility in more applied tasks, such as optimizing control voltages for a photonic quantum circuits (Fig. 3)63. More generally, ML methods have been used to learn quantum device characteristics otherwise inaccessible to experiments - such as disorder potentials64,65 and the nuclear environment of a qubit66.Fig. 3: Schematic of process for training ML models, adapted from ref. 63.The process starts with creating an experimental or simulated dataset by applying controls to the system and recording outputs. This dataset trains ML models, which are then use to determine optimal control settings.Full size imageKey limitationsThe main challenge for AI in quantum device design is ensuring its models accurately reflect real-world physical devices. Since the optimization of device and entangling gate parameters relies on numerical models, there is risk that these models deviate from actual hardware behavior. This issue is compounded by the scarcity of real-world datasets and the high cost and time commitment associated with generating new data. In particular, the predictive power of these AI tools is fundamentally constrained by the accuracy of the hardware approximations.AI for preprocessingPreparing quantum algorithms to run on a quantum device is a significant challenge. Practical implementation of algorithms requires generating compact circuits that run as fast and efficiently as possible, whilst accounting for device-specific constraints. We refer to this process as “preprocessing". Recent advancements in AI methods have opened new possibilities for more efficient and flexible quantum circuit design. This section surveys how AI is being used to improve key preprocessing steps such as unitary synthesis, circuit reduction, and state preparation - unlocking more efficient quantum algorithms.Quantum circuit compilationCircuit compilation is the orchestration of potentially hardware-specific operations to efficiently realize some desired quantum circuit. Optimizing circuit compilation is a challenging task that has specific bottlenecks due to the nature of optimizing on quantum hardware, and its complexity quickly becomes unmanageable for larger circuits. Quantum circuit compilation typically consists of four stages: circuit synthesis, where a high-level algorithm is translated into a logical gate-level circuit, circuit optimization, which reduces resource costs such as gate count or depth, mapping and routing, which adapt the circuit to hardware constraints, and gate decomposition, where gates are expressed in the hardware’s native gate set. In this section, we review several approaches that leverage AI to automate circuit compilation and overcome its challenges67,68,69,70,71.Unitary synthesisUnitary synthesis is a particularly important circuit synthesis task that prepares a quantum circuit to implement a specific unitary operation. The primary challenge is decomposing the unitary matrix representing the operation into a sequence of elementary quantum gates, typically from a universal gate set72. The complexity of unitary synthesis increases exponentially with the number of qubits, making exact synthesis computationally prohibitive for large quantum systems. Managing this high dimensionality alongside hardware constraints (such as variable gate fidelities and qubit connectivity) necessitates the use of approximation techniques or heuristic methods.In recent years, AI-based methods have emerged as powerful tools for unitary synthesis. Deep learning techniques can automate navigating the vast space of potential gate sequences during the decomposition process73. For example, RL can treat synthesis as a sequential decision-making problem, where an agent iteratively selects gates to construct a circuit that closely approximates the desired unitary operation. There are also approaches that use multi-layer NNs to select circuit templates and propose initial parameters, achieving unitary synthesis for up to three qubits74.Moreover, diffusion models32 - generally considered to be the precursors to transformers, have also recently been applied to generate valid circuits for arbitrary unitary operations75. A circuit representation is tokenized such that it can be embedded as a 3-D tensor. A conditioning step follows, which ensures that a text prompt is embedded via a pre-trained language model. This along with the unitary representation of the circuit, is fed into a convolutional neural network (CNN) architecture known as a U-Net76, which follows the typical diffusion model training procedure. For a given epoch, a timestep, t, is sampled, and Gaussian noise added to the input data based on t. The job of the NN is to learn the added noise via backpropagation. The trained model can then be used during inference to generate valid data distributions from noisy samples. Results in ref. 75 demonstrate applications to 3 qubit models with a gate set comprising of 12 gates and recent results in ref. 77 demonstrate up to 5 qubit circuit synthesis with continuous parameters using a multimodal diffusion model.AI for circuit optimizationAI-based methods have demonstrated significant potential in improving the optimization of quantum circuits78,79. Google DeepMind’s RL-based approach to circuit generation, AlphaTensor-Quantum, is a noteworthy example78. The approach optimizes circuits by minimizing the count of notoriously expensive non-Clifford T-gates - translating the optimization problem into a tensor decomposition. To mitigate challenges associated with RL, such as exploring a large combinatorial space, training instability, and computational overhead, domain-specific knowledge is utilized, including alternative implementations of T-gates with Toffoli and controlled-S gadgets.In the NISQ era, circuit optimization remains essential, particularly for mitigating the noise of multi-qubit gates. Since gate sets and qubit connectivity vary across hardware platforms, it is important to tailor circuits accordingly. Deep RL can autonomously discover optimization strategies that reduce both circuit depth and gate count under hardware-specific constraints79. Compilation pass flow has also been optimized with Markov decision process and deep learning80. The challenges of a large action space and non-uniform circuit representation have also been addressed by introducing a hierarchical action space and leveraging a graph neural network (GNN), a specialized NN for processing data in graph form, to represent circuits81. A hybrid deep reinforcement learning framework has also been proposed for compiling trapped-ion quantum circuits, where a deep learning agent selects discrete gate operations, and continuous gate parameters are optimized separately using gradient-based methods82. This two-level optimization enables efficient and architecture-aware circuit compilation. Compilation and quantum circuit synthesis have also been combined with an approach that uses a single RL framework, enabling scalable compilation across various circuit classes83.AI models to generate compact circuitsAn important requirement for preprocessing is to generate compact quantum circuits. Compared to previously considered ‘brute-force’ approaches to quantum circuit generation84, generative AI models have demonstrated promise in generating more compact circuits85.Recent work introduced a generative pre-trained transformer based quantum eigensolver (GPT-QE) depicted in Fig. 485. Here, a (GPT) model is employed to sample a quantum circuit sequence from a pre-defined pool of operators, such as unitary coupled cluster with single and double excitations (UCCSD). The transformer model parameters and energies computed from the sampled quantum circuits are used to compute a loss function. Model parameters are then updated by back-propagation. Repeating this process trains the transformer model to generate quantum circuits, minimizing the loss function. Trained GPT-QE models can be used as warm starts for adjacent problems in the same domain or to generate datasets for training other GPT models to generate novel quantum circuits for a domain-specific problem.Fig. 4: Workflow of the GPT-QE algorithm.During the initial Operator Preparation stage, operators are extracted (the choice of operators depends on the problem ansatz - unitary coupled cluster singles and doubled (UCCSD) and quantum approximate optimization algorithm (QAOA) being two examples), resulting in Hermitian operators \({\{{P}_{j}\}}_{j}\) such as Pauli strings. In addition, a range of discrete coefficients (\({\{{\theta }_{k}\}}_{k}\)) are generated. {Pj} and {θk} are combined into different unitary pool operators (\({\{{e}^{i{P}_{j}{\theta }_{k}}\}}_{j,k}\)). During the next GPT token-generation and training stage, the \(\{{e}^{i{P}_{j}{\theta }_{k}}\}\) are tokenized and passed to a transformer for training. In training, the model produces sequences of tokens for which the loss function is computed. These losses are used to update the transformer parameters. Finally, after training, the model is able to generate a `prediction' of a quantum circuit.Full size imageGPT-QE has been extended to combinatorial optimization problems through Generative quantum combinatorial optimization (GQCO)86 and QAOA-GPT87. GQCO86 employs an encoder-decoder transformer to generate quantum ansätze tailored to specific problem instances. Trained on multiple instances, it learns to map classical optimization problems to quantum circuits. QAOA-GPT87, on the other hand, uses a GPT-style model to generate compact quantum approximate optimization algorithm (QAOA) circuits after training on a synthetic dataset derived from adaptive QAOA with the same goal of producing circuits that work out-of-the-box.Circuit parameter learning and parameter transferAnother important strategy that can be considered during the preprocessing stage of quantum computation is whether parameters can be transferred between quantum circuits. This is particularly relevant for circuits implementing the Variational Quantum Eigensolver (VQE), QAOA and other variational quantum algorithms88,89,90,91. Parameter transfer is the process of using optimal circuit parameters from other use cases to accelerate the generation of optimal parameters in a new, distinct use case.Graph embedding techniques, such as Graph2Vec92, GNNs93 and GL2Vec94, have been used to facilitate such transferability by identifying structural similarities between graphs representing different problem instances. These embeddings allow AI models to predict optimal parameters for new instances by leveraging pre-optimized donor parameters, significantly reducing the computational overhead compared to running the optimization from scratch95.This methodology is especially effective in mitigating the barren plateau problem96, wherein a very flat optimization landscape causes gradient-based optimization methods to struggle to navigate toward global optima - a critical issue in the training of quantum circuits. Transferability pipelines built on graph embeddings also allow the scaling of QAOA performance, with an order of magnitude improvement in efficiency under both ideal and noisy conditions97.While parameter transfer between algorithms is actively studied, and it may work in certain cases, transferring circuit designs across hardware platforms is a much harder problem. Differences in gate sets, connectivity, and noise make direct reuse of circuits often impractical. Only limited work exists on hardware-aware adaptation, and systematic methods for cross-platform design transfer remain an open problem.It is important to mention one particular set of AI algorithms used to improve ML models by using meta-learning. Meta-learning is a class of algorithms that ‘learn to learn’. These algorithms have been successfully applied for circuit initialization98 and circuit optimization99.State preparationA preprocessing task prescribed by a number of algorithms is the preparation of particular quantum states. However, naïve implementations of such state preparations generally require circuits having a depth that grows exponentially with problem size100. This quickly becomes intractable for large-scale algorithms, motivating a more innovative approach to state preparation. This has led to the exploration of ML-assisted methods101 - including both classical and quantum NNs102,103 and other related techniques.AI-based approaches to state preparation are broad, accommodating the many specialized heuristics, optimizations and initializations that can apply to the wide range of possible state preparation problems104. Many of the techniques already described in this review, such as GPT-QE and meta-learning, have been co-opted for state preparation purposes. We note that pre-optimization ideas have also been referred to as “warm-starting" and “no-optimization" with the main idea being to use heuristic or classical simulations before starting any optimization on quantum hardware105,106,107, which draw on a wide range of AI methods. As quantum algorithms become increasingly refined, optimization tasks are likely to be moved from quantum to classical hardware wherever possible - increasing the relevance of improved AI techniques for state preparation.Particular attention has been paid to using RL for state preparation, which has proven particularly successful when employing discrete action spaces108. RL has been used for state preparation on both ideal109,110 and experimental111 systems, and has been used to optimize experimental figures of merit such as fidelity, gate cost and runtime. Remarkably, these approaches have also yielded theoretical insights in addition to blackbox functionality, generalizing to learn entire state classes rather than single instances112 and adhering to spin glass-like hardness guarantees73.Finally, we highlight other optimization techniques that have been developed to search over circuit space beyond the techniques described previously in this section. While there are numerous approaches that have been considered, some of the most promising techniques include basin hopping optimization113, genetic algorithms114,115 and Bayesian optimization116,117. In Table 1, we summarize different state preparation approaches discussed in this section.Table 1 Circuit synthesis techniques for State PreparationFull size tableKey limitationsAlthough AI for preprocessing has been shown to be successful, it has encountered a variety of challenges and limitations. One of the main challenges is the scalability to large systems. For instance, the diffusion model approaches, especially those based on the U-Net architecture, require significant computational resources. This makes training and inference expensive, particularly when scaling to large quantum systems or high-dimensional unitary matrices. Furthermore, training these models often involves simulating quantum circuits classically, which is exponentially hard. This limits the scalability and practicality of training on large or highly entangled quantum systems. Another example is the GNN. In GNNs, as the number of qubits increases, the graph representation and GNN model complexity grow rapidly. This can lead to memory bottlenecks and increased training time, making it difficult to scale to large quantum systems. GNNs require a large and diverse set of training examples to learn effective parameter mappings. Generating such datasets is computationally expensive, especially when simulating quantum systems classically. Generating a large and diverse dataset for a large problem size is also the same issue for GPT-QE and the QAOA-GPT framework.AI for device control and optimizationAll approaches to building and operating quantum processors involve control, tuning and optimization of quantum devices. Control refers to actively modifying quantum states through inputs (e.g., microwave pulses) to perform desired operations. Tuning involves adjusting device parameters to target a specific operating regime, and optimization involves refining such parameters to maximize performance metrics like coherence times, operation speeds, and fidelity. The characterization of quantum devices requires probing their properties to inform control, tuning, and optimization decisions.In practice, the characterization, tuning, control and optimization of quantum devices are time-consuming processes, currently, often requiring the dedicated work of a team of quantum physicists. The use of AI approaches for automating these processes is well motivated, since NNs and Bayesian optimization methods excel at inferring appropriate outputs from limited input data without employing costly modeling from first principles. A variety of ML methods have been used to characterize different types of quantum devices, automate tuning strategies, and optimize qubit control. The ability to automate a full tuning pipeline, including the encoding of the qubit and its optimization, is a fundamental requirement for most QC platforms (see Fig. 5). Most of the automation work has focused on tackling different stages of the tuning pipeline. In Table 2, we summarize some key references in which ML-based algorithms for tuning, characterization and optimization of quantum devices have been demonstrated. In the following, we categorize the AI approaches into designing the desired quantum dynamics for implementing quantum operations, and removing the unwanted quantum dynamics to reduce the noise.Fig. 5: Most quantum device architectures require specific tuning and control protocols to operate as qubits.Machine learning-based approaches allow us to automate and speed up such protocols, allowing for high-throughput characterization and optimization of quantum devices.Full size imageTable 2 Key experimental demonstrations of ML-based algorithms for quantum device tuning, characterization and optimizationFull size tableDesigning optimal dynamicsDesigning optimal dynamics usually involves the discovery of a set of parameters that parameterize the environment Hamiltonian, which leads to the implementation of quantum gates. It is worth mentioning the Gradient Ascent Pulse Engineering (GRAPE) method118,119,120,121 which is widely adopted in pulse optimization. GRAPE optimizes quantum pulses by using gradient descent to refine pulse parameters, with the predefined model of the device’s quantum dynamics and utilized for calculating these gradients and evaluating performance. However, GRAPE’s accuracy is inherently limited by the fidelity of this externally determined model. In contrast, model-free RL requires no such model. It treats the quantum system as a black box, directly leveraging feedback from the quantum hardware to learn optimal policies through exploration. It has been used to demonstrate quantum control of a superconducting qubit122,123,124,125,126 and QEC in a 3D superconducting cavity127. Given that the speed of the GRAPE method is faster than that of the RL method, a hybrid approach was developed for superconducting qubits. This method integrates feedback to learn dynamics while retaining gradient descent for updating pulse parameters128.Many ML methods have been explored to automate and optimize the operation of semiconductor quantum dot devices. A variety of classifiers and NNs have been used to tune and identify charge transitions in large parameter spaces129,130,131,132,133 and detect Pauli Spin blockade134 (a step often required for spin qubit initialization and readout). Automated strategies based on Bayesian optimization have proven robust for tuning quantum dot devices from scratch (i.e., tuning from a de-energized device to a double quantum dot configuration - often referred to as super coarse tuning)135,136. Bayesian methods have also been used for quantum device tuning across different material systems46,137, and for multiparameter cross-compensation138, recently realized also with computer vision139. Recently, the development of algorithms involving the interplay of Bayesian optimization, CNNs and computer vision has allowed the demonstration of the first complete tuning of a single spin qubit140 and the optimization of qubit Rabi speed and coherence time141. Bootstrapping techniques can also be employed with these models, to further reduce the amount of input data required142 and enable partial inference based on the findings of previous studies. Reinforcement learning (RL)26 techniques were applied in optimizing the control parameters. RL agents demonstrate their abilities to construct optimized control pulses for semiconductor quantum dot qubits143.Some qubit control techniques rely on characterizing the environment of a qubit. Real time learning of Hamiltonian parameters, enabled by fast adaptive Bayesian estimation, has been employed for such characterizations. In turn, this has enabled the optimization of qubit control - resulting in extended coherence times both in semiconductor144,145 and NV-centers spin qubits146,147.In superconducting quantum circuits, NNs can be used to relax the requirement of device characterization and control complexity, instead modeling the single-trajectory output of a qubit directly, with high accuracy148,149. In superconducting qubits, NNs with deep and RL have been used to demonstrate cavity state preparation150, mid-circuit measurements151, quantum control152,153, and qubit initialization154.In photonics platforms, ML-based methods have been implemented for control and characterization of both single and multiparameter systems155,156.Remove unwanted dynamicsThe unwanted terms in the Hamiltonian cause the coherent error of quantum gates. One of the most widely applied approaches, dynamic decoupling (DD) is a low-overhead method to suppress the error from unwanted dynamics. An AI approach was applied to improve the DD sequences and demonstrates improvements to standard DD157,158. In addition, AI-automated qubit initialization protocols can be used to navigate the otherwise unintuitive process of preparing fault-tolerant operations at relatively high temperatures using Markov models159, suppressing system temperatures with RL160, or maximizing the coherence of quantum state transfer with RL161.Process automationDevices parameters, usually, must be determined sequentially by individual experiments, and implementing such calibration requires human scientists to monitor experimental results and make decisions about the next steps. Such a workflow is labor-intensive and time-consuming. Large language models (LLMs) and vision-language models (VLMs), trained on a combination of visual media and text, have demonstrated strong capabilities in understanding human instructions and reasoning in both natural language and image data, and has been applied to many scientific discovery applications162,163,164. AI agents built on LLMs and VLMs have been successfully applied to automate the device calibration process, demonstrating its performance comparable to that of human scientists165.Key limitationsAI-assisted quantum calibration and control still face significant limitations. While well-trained models perform effectively, data collection remains a major hurdle, particularly the lengthy training required for RL methods. Open-loop methods, which takes a fixed model parameterized by a few key parameters of the hardware devices, often struggle to achieve high fidelity due to inherent modeling inaccuracies. Conversely, closed-loop optimization systems, which use observables as feedback, are constrained by the considerable time needed for data acquisition from quantum hardware, leading to excessively long calibration implementation times. LLM agents for automation cannot yet fully recover from all error cases, still requiring human intervention.AI for quantum error correctionScalable quantum error correction (QEC) is a critical prerequisite for FTQC, yet it is extremely difficult to realize in practice. The following sections explore how AI may improve the demanding decoders needed to run QEC and help accelerate the discovery of more efficient QEC codes166.DecodingQEC protocols involve making joint measurements on sets of qubits (syndrome qubits) and using these results to infer which physical qubits (data qubits) have most likely experienced errors. Locating errors allows them to be corrected or otherwise accounted for in the remainder of a computation. Equivalently, syndrome measurement results can be used to infer the signs of relevant logical observables after the data qubits have been measured in some basis. The inference step of this process is performed by a classical decoding algorithm, which has the difficult task of not only making a best-guess of error locations (or signs of logical observables) from limited information, but furthermore must do so with high enough speeds to prevent an insurmountable backlog of errors167,168,169,170. Furthermore, the choice of a particular decoding algorithm plays an important part in determining the noise threshold below which a QEC code can suppress errors.Given the above, QEC decoders face serious scalability challenges. Moreover, given the variability of noise models across different hardware qubit architectures, a good decoder will be required to maintain its ability to correct many fault patterns across these architectures. The strict time frames in which decoding operations must be completed are governed by qubit coherence times and further constrained by connection latency between the decoder-running classical hardware and QPU171. Simulations have confirmed that as quantum systems scale, decoders struggle to meet the required low-latency thresholds172. This problem is exacerbated by increasing qubit count, complexity of QEC codes and fault-tolerant logic (implemented say via lattice surgery173,174). Furthermore, decoders often operate under the assumption of a simple noise model, typically a depolarizing channel. In practice, there are many far more complex real-world noise models, some of which include correlated errors, leakage and loss. These considerations make it challenging for practical decoders to adapt effectively without suffering from significant performance loss.A diverse array of AI techniques are being explored as tools to improve the efficiency, accuracy, and scalability of QEC decoding algorithms166,168,175,176,177,178,179,180,181,182,183,184,185,186,187,188,189. The majority of this work targets the surface code and other topological codes with some of these decoders showing great promise for scalability. AI based decoders are also being explored for other quantum LDPC (qLDPC) codes, as shown for instance in ref. 190.AI-powered decoders were pioneered in work leveraging Boltzmann machines to decode various stabilizer codes with the ability to generalize between codes175. Later, a CNN approach was used to decode higher-dimensional QEC codes, and showed strong evidence of scalability over other ML decoders, whilst also requiring less retraining as system sizes were varied181. This CNN approach assigns local likelihoods of errors, producing a threshold of around 7.1% for the 4D toric code under noiseless syndrome measurements. Subsequent work applied a CNN with binarization to realize higher efficiency182. More realistic approaches for scalability have been developed where the AI based decoder acts as a pre-decoder and an algorithmic decoder, such as minimum-weight perfect matching (MWPM), corrects residual errors. Such an approach leveraged 3D convolutions to include the temporal dimension to correct errors arising from a full circuit-level noise model. In addition, strategies such as syndrome collapse and vertical cleanup resulted in substantial speedup for implementing an MWPM decoding algorithm. This approach has been demonstrated on a distance 17 surface code, running the protocol on local FPGA hardware168.Similarly, a long short-term memory recurrent neural network (LSTM RNN) trained on experimentally accessible data outperforms a traditional MWPM surface code decoder by capturing correlations between bit-flip and phase-flip errors178. This approach adapts to the physical system without requiring a noise model and maintains performance over multiple error correction cycles.The first application of attention-based transformer models to decoding was presented in 2023, producing a logical error rate below baselines given by MWPM and Union Find decoders183. As shown in Fig. 6, a transformer encoder is used to embed syndrome information and a transformer decoder is used to predict errors on each data qubit. Additional work added recurrent units to a transformer decoder and outperformed traditional approaches when trained on data from Google’s Sycamore processor for code distances 3 and 5166. Transformer-based decoders are currently being developed at NVIDIA for correcting errors during magic state distillation (MSD) protocols, in particular for settings such as in ref. 191.Fig. 6: Transformer model for decoding a surface code patch.Figure adapted from ref. 183. Models trained on a small code distance (5 above) can transfer to larger distances (7 above) thanks to the variable input length of the transformer, cutting down on the training time.Full size imageFormulating decoding as a graph classification problem has also allowed GNNs to outperform traditional matching algorithms on the surface code, using simulated data and not requiring an explicit noise model184. This GNN approach achieved competitive performance on experimental repetition code data. Though GNN training is onerous, inference is efficient and scales linearly, indicating great promise for fast, accurate, and noise model-free decoding in practical error correction. GNN decoders have also proven successful for qLDPC codes185, outperforming traditional belief propagation and ordered-statistics decoding process. They have also demonstrated favorable transfer learning properties that allow decoding of high-distance codes with models trained on low-distance codes.More sophisticated approaches like RL have also shown great utility for decoding. RL has demonstrated how an ML technique known as deep Q-learning can be applied to develop decoders that work with faulty syndrome measurements179. RL deep Q-networks have been used to decode toric code bit-flip errors with comparable performance to the MWPM algorithm for small error rates180. Besides directly performing the decoding task, other work186 leverages AI models to adjust the weights in the decoding graph for drifted and correlated errors.Another more advanced approach for QEC is a recurrent-transformer-based neural network called AlphaQubit (see ref. 166), designed to decode surface code errors. AlphaQubit uses sophisticated noise models for initial training, followed by refinement using experimental data from Google’s Sycamore quantum processor, achieving better performance than current state-of-the-art algorithmic-based decoders.In summary, AI-based methods for QEC decoding offers significant potential to transform the field by addressing both scalability and adaptability challenges that conventional MWPM decoders struggle with. By leveraging advanced architectures such as CNNs for spatial error likelihoods (and for correcting local error chains), transformers for syndrome embedding and state of the art performance, and GNNs for graph-based error localization-AI-powered decoders can achieve superior accuracy and faster inference without relying on different noise models. These methods adapt dynamically to complex noise environments, capturing correlations and variations more effectively than MWPM. They demonstrate strong evidence of outperforming traditional methods, providing a promising pathway toward efficient, scalable, and noise-resilient quantum error correction crucial for practical QC.Code discoveryThe discovery of new QEC codes is crucial for advancing FTQC, especially as we strive to design codes that are more efficient, robust, and tailored to specific quantum hardware architectures. Traditionally, finding optimal QEC codes has been a labor-intensive process, relying on analytical approaches and domain expertise to explore the vast space of possible code structures. However, the complexity of quantum systems and the diversity of noise environments pose challenges that can be difficult to address with conventional methods. AI offers a promising alternative by automating the search for new QEC codes, leveraging its ability to identify patterns and optimize structures within high-dimensional spaces. ML models, such as NNs and RL agents, can explore code design spaces far beyond human intuition, identifying novel error-correction schemes and optimizing parameters to meet desired performance criteria. This data-driven approach can potentially accelerate the discovery of QEC codes that offer improved error thresholds, scalability, and adaptability to real-world noise models, thus playing a critical role in the future of quantum computation.RL has been used for discovering various QEC codes and can be enhanced, for example, to encode circuits tailored to specific hardware192 in which RL agents have been shown to scale to 20 qubits and distance-5 codes. Noise-aware meta-agents can enable learning across various noise models, accelerating the discovery process. RL can also be used to optimize tensor network code geometries for discovering stabilizer codes193. Using the projective simulation framework, the RL agent efficiently identifies optimal codes, including those with multiple logical qubits, outperforming random search methods. For instance, this RL agent finds an optimal code 10% of the time after 1000 trials, compared to a theoretical 0.16% from a random search - giving a 65-fold performance improvement. Other work194 has leveraged RL in the Quantum Lego195 framework, focusing on maximizing code distance and minimizing logical error under biased noise. In this case, an RL agent discovers improved code constructions, including an optimal \(\left[\left[17,1,3\right]\right]\) code that better protects logical information. This approach allows for tailored code design without the need for explicit noise model characterization.Key limitationsDespite the successes of AI-based decoders, such decoders come with their own challenges. Of particular relevance is the required training data to scale AI-based decoders to large code distances, a problem which becomes further exacerbated when performing logic such as lattice surgery, where surface code patches can grow to very large distances.For instance, the AlphaQubit decoder of ref. 166 used 2 billion training examples to generate out-performance with a distance 9 surface code. To maintain out-performance over MWPM at a code distance of 11, 1010 training samples were required (see Fig. 3 in ref. 166). The authors further estimated that for a distance 25 surface code, 1013 − 1014 training examples would be required, which represents an exponential growth in training data requirements as a function of the code distance. The issue thus compounds rapidly in settings such as lattice surgery, which requires large surface code distances when measuring multi-qubit logical Pauli operators. Further, surface code patches can take a wide variety of shapes during lattice surgery operations (and contain domain walls and twists). Thus, any scalable AI-based decoder will require the flexibility to correct errors for a variety of surface code patch geometries.NN pre-decoders, such as the ones considered in refs. 168,188, are able to circumvent the large training data requirement by using an architecture well adapted for correcting local error chains in both space and time. Further, such a trained network can be applied to arbitrary surface code distances. However, since such decoders can only correct local error chains of some fixed size (determined by the kernel sizes of the convolutions) and are probabilistic in nature, they need to be supplemented with an algorithmic decoder such as MWPM or Union-Find (UF)196. As such, to offer an appreciable speedup, the latency between the two decoders needs to be small, along with an efficient implementation of the convolutions on GPUs or FPGAs.Fault-tolerant quantum computers capable of running practical quantum algorithms will require code distances ranging from approximately d = 13 to d = 30174,197. Further, such codes must allow for the fault-tolerant implementation of a universal gate set given within the limits imposed by a particular hardware architecture. Finding codes satisfying these requirements remains an important challenge when using AI for code discovery. Further work will be required to allow discovery of large-distance code with favorable properties for fault-tolerant logic.AI for postprocessingQuantum applications commonly require a post-processing stage to extract meaningful results from quantum measurements and optimize the measurement process. The following sections explore how AI may improve efficient observable estimation, tomography, and readout measurements and how it can be applied to error mitigation techniques.Measurement state discriminationA quantum device stores information in the physical state of a qubit. For readout, we acquire and discriminate signals from this state, mapping them to the outcomes 0 and 1. This mapping process is known as state discrimination. Depending on the quantum system, these acquired readout signals can contain rich information. This makes AI techniques well suited for enhancing the fidelity of state discrimination.In superconducting qubit systems, readout signals are acquired as time series of probing microwave pulses. The standard approach for discriminating qubit states involves aggregating the full time series and then establishing a decision boundary based on these aggregated data. However, AI methods have improved the accuracy of state discrimination by directly analyzing these time series data. Statistical approaches such as linear discriminant analysis (LDA), quadratic discriminant analysis (QDA), and support vector machines (SVMs)198 have already demonstrated improved performance over the typical aggregation method. Furthermore, Hidden Markov models (HMMs)199 have proven effective in detecting transition events during measurement, which helps to boost readout fidelity.Beyond statistical methods, feedforward neural networks (FFNNs), have been effective in reducing measurement crosstalk200 and enhancing assignment fidelity151,201. An improved NN model, Autoencoders201, further demonstrates the advancements in improving measurement fidelity.In addition, engineering features from the readout signal can enhance the accuracy of simpler AI models. The path-signature, a stochastic time-series analysis tool, has proven effective in capturing during-measurement state transition events, thereby improving the readout fidelity of both initial and final measurement states202.In neutral atom QC systems, readout signals are captured as grayscale images using high quantum efficiency image sensors. CNNs have significantly improved single-qubit measurement accuracy, reducing readout errors by up to 56% compared to traditional methods203.In trapped-ion systems, readout signals are obtained by detecting fluorescence events from the ions. Neural networks have been applied to the photon count time series data to enhance state classification204.These advancements in readout are especially important for FTQC as QEC relies on high-fidelity readout. Furthermore, conventional QEC often demands non-demolition measurement, where the qubit’s state must remain the same after readout to enable further operations on this qubit. AI offers a novel strategy to address this demolition error by simultaneously providing the qubit’s state at the beginning and end of the measurement199,202. Thus, AI helps to move closer to the precision levels necessary for FT operations.While AI methods show promise for state discrimination, they haven’t yet been implemented for the real-time, mid-circuit readout that QEC demands. Only simple models, such as shallow FFNN, have been demonstrated in real-time feedback applications151. These AI models typically require longer evaluation times than simpler models, and it remains to be verified if they can meet the strict timing requirements of quantum systems.Efficient observable estimation and tomographyEstimating quantum observables is a key part of quantum computations, wherein quantum information is reduced into readable, classical information. Such measurement data comprises the entirety of what we may probe about a quantum system, but can be costly to obtain. Estimating an observable to some required accuracy entails combining samples from multiple measurements - with the number of required observables and samples scaling (possibly exponentially) in the system size under consideration205. As such, ML and AI techniques have proven useful for reducing the quantity of data points needed to estimate a given observable, using the blackbox structure of AI models for more efficient inference.Even in the case of simple models of a single observable, such as the reconstruction of a Rabi oscillation in a spin system, ML methods have been seen to improve measurement efficiency by reconstructing state populations with smaller sample sizes206.The measurement overhead of full quantum tomography207 is even more computationally intensive than the estimation of quantum observables. Full state tomography (FST) is, in fact, impractical for all but the smallest quantum systems. Quantum state tomography (QST) has emerged as a more feasible solution to FST by focusing on alternative approaches like shadow tomography that address the exponential scaling cost of FST208. One of the most promising variations of QST is the use of NN-based approaches for state reconstruction. NNs can be applied to learn quantum states from limited measurement data, making them suitable for learning the state of large systems. A good example is ShadowGPT, which uses simulated shadow tomography data to train a GPT based model for predicting Hamiltonian ground state properties209.CNNs can be used for the reconstruction of high-fidelity quantum states with a fraction of the data that is traditionally required. For example, when applied to ground states of the transverse-field Ising model, a CNN-based tomography scheme achieves a tenfold reduction in observable estimation error compared to conventional maximum likelihood methods210. This demonstrates enhanced accuracy with only polynomial scaling resources.NN’s can also be used in adaptive QST, through a neural adaptive quantum tomography (NAQT) method211. This is an adaptive framework that applies RNNs to replace computationally intensive Bayesian updates. This use of RNN’s dynamically optimizes the measurement strategy, allowing it to efficiently approximate the quantum state with far fewer resources. These efficiencies are critical for scaling QST to larger systems.In addition to QST, one can characterize quantum operations through quantum process tomography (QPT). However, QPT typically assumes that the state preparation and measurement (SPAM) errors are negligible, which is usually not the case for practical systems. Reliable estimation requires gate-set tomography (GST). GST simultaneously estimates multiple quantum processes, the initial state, and the measurement operators, typically using maximum likelihood estimation methods with gradient-based optimizers. This process is computationally intensive and generally scales only to a few qubits. Although some practical assumptions can be made to reduce the search space212,213,214, the reconstruction remains challenging. Transformer models have been adopted to bootstrap error characterization and enable more scalable GST reconstruction in multi-qubit systems215.Error mitigation techniquesQuantum error mitigation (QEM) is a set of techniques that attempt to deal with noise in quantum systems without resorting to the full machinery of FTQC, or indeed to extend the reach of FTQC when the error rate remains finite. At any given moment in time, there is always a maximum size of the computation we can perform, limited by the achievable qubit number and error rate. QEM enables us to further increase the size of the computation with the same hardware at the cost of more circuit runs. This is especially powerful in the NISQ and early fault-tolerant era, but will continue to be useful until we build quantum computers so large that the logical qubit error rate is negligible for all possible computations of interest216,217. QEM spans a wide range of techniques that leverage various aspects of the computations218,219,220,221,222 such as gate noise223,224,225.Traditional approaches like zero-noise extrapolation (ZNE) rely on sets of hyperparameters obtained by device calibration or extracted from optimizing over a set of training circuits226,227. Conventional ZNE constructs a model of how an observable’s expectation value varies with noise, fitting parameters to this model by probing the expectation value at different circuit noise levels. The direct application of NNs to QEM (in a similar fashion to ZNE) has also been explored228,229. Instead of explicitly constructing a model, the noisy expectation values of different circuit sizes can be directly input into a multi-layer perceptron, which then outputs the noiseless values of larger-size circuits. This allows one to train the NN on small classically simulable circuits, and then use it to make predictions for large, non-simulable, circuits. This approach has been further extended to other ML methods like random forest and GNNs, allowing comparison against conventional ZNE for practical problems pertaining to physical hardware with up to 100 qubits230. Random forest models outperform other ML techniques, including (linear) ZNE in all cases. Extrapolating random forest models to make predictions beyond circuit sizes within their training dataset leads to a distinct increase in errors. This problem has been approached by including larger training circuits with target expectation values supplied by hardware experiments obtained by applying conventional QEM230. In this way, the ML model can mimic the behavior of the supplied QEM techniques and lead to a lower sampling cost in experiments.QEM can also be applied to NN tomography (see subsection ’Efficient Observable Estimation and Tomography’). Suppose one has found the circuit for preparing the ground state of some given Hamiltonian, but the output state is corrupted by noise. Approaches have been suggested231 for first characterizing the output noisy state using NN tomography and then further optimizing parameters in the NN to minimize the energy and mitigate the errors, in a similar spirit to subspace expansion225. Note this requires using an autoregressive network so that the NN states can be sampled from directly in order to perform energy optimization.The various methods for applying AI to QEM described above have proven extremely fruitful but are still relatively limited in their scope compared to the large variety of conventional QEM techniques. However, as the field continues to mature and offers more complete noise models together with more detailed circuit structures, there is the possibility of novel future applications of AI in QEM.Key limitationsEven though the sampling overhead of QEM can be reduced by AI, as mentioned in “Error mitigation techniques”, the overhead will still scale exponentially with the amount of noise in the whole circuit, which is a general feature for all QEM methods. Thus, they will not be efficient for asymptotically large systems. However, for finite size systems considered in practice, QEM can still be very powerful216,217,232. At the moment, there is also no rigorous bound on the resultant bias in the QEM estimator constructed using AI. In particular, current AI-based methods often lack statistical guarantees beyond bias, such as variance control or confidence intervals, which limits their applicability in precision-sensitive tasks. The models are often trained on synthetic data, and if the noise model is not accurate or absent, it may result in poor, unreliable generalization on real quantum devices. This difference between training and deployment conditions can lead to unpredictable behavior and unquantified errors. But these limitations are solvable and present an important direction for further investigation.OutlookThe research surveyed in this work demonstrates how AI has the potential to enable breakthroughs in virtually all aspects of the development and operation of quantum computers. AI techniques are not only useful in NISQ-era devices and applications, but will also play an essential role in the building of large-scale FT machines. The exploration of how AI can be of utility for quantum computing has only just begun, and by focusing more on these techniques, the quantum community stands to see further breakthroughs in the challenges facing useful QC. In this section, we raise awareness of a number of areas of development that can catalyze improvement and further adoption of AI in QC.Accelerated quantum supercomputing systemsA prerequisite for researching and deploying AI models for quantum research is access to supercomputing resources. Increasingly sophisticated AI techniques require greater processing power to train, and classical computing capabilities will need to scale alongside developments in quantum hardware. This has driven international efforts to prioritize quantum research and in many cases, integrate physical quantum hardware within AI supercomputing infrastructures233,234.Such integration of quantum processors within AI supercomputers is widely accepted to be a necessary architecture for building large-scale, useful quantum computers. But doing so requires specialized programming models235 and in some cases, additional specialized hardware172,236. Applying classical supercomputing to scaling challenges facing QC, such as QEC, requires extremely low-latency interconnects between collocated classical and quantum hardware.Development platforms for quantum-classical architectures must provide user-friendly hybrid programming workflows able to maximize performance across a heterogeneous compute architecture (see Fig. 7). To ensure adoption, such a platform should support popular scientific computing and AI libraries as well as those specialized libraries required for domain-specific applications and quantum devices control concerns. Given the broad and interdisciplinary set of users for such a platform, AI copilots will likely play a particularly important role in reducing the barrier to entry for domain experts unfamiliar with quantum application development237,238,239. In addition, AI agents could automate entire workflows165 much like recent tools in quantum chemistry163, and quantum device calibrations165.Fig. 7: Depiction of a development platform incorporating access to both QC and AI resources.Such a platform should be accessible to both domain scientists and quantum developers, and must orchestrate hybrid workflows leveraging both AI supercomputers and quantum processors.Full size imageSimulating high quality data setsMany applications of AI models for quantum computing must be trained on large, high-quality data sets. This often entails experimental data from quantum systems, which is costly to obtain given the limited availability and capabilities of current quantum processors. There are efforts to democratize and reuse existing quantum data240,241,242. But though this encourages collaboration and transparency, such efforts are unfortunately unlikely to keep up with the increasing demand for training data.This shortfall can be addressed by synthetic training data, obtained through simulation. Simulating quantum systems can come at exponential computational cost, but is a necessity while quantum hardware is still limited in scale, quality, and availability. Conventional supercomputing resources can be used to simulate quantum processors through techniques such as quantum dynamics, digital density matrix, quantum trajectories (SV and TN)243,244,245,246,247,248, and large-scale (Clifford, stabilizer, Pauli paths)249,250,251,252,253. GPU-acceleration of device toy models can also be used to generate large training datasets with hundreds of thousands of samples254,255. As listed, these techniques can simulate systems of increasing scale, though at the cost of accuracy. Powered by accelerated computing, they can generate large and diverse data sets necessary capable of fueling the applications covered in this review256.Simulation heuristics can improve the quality of synthetic data generated by simulations, and the efficiency with which it is created. ADAPT (Automatic Differentiation Adapted Quantum) methods, for example, iteratively construct quantum circuits based on the gradient of a cost function with respect to the gate chosen from an operator pool, which tends to provide resource-efficient circuits, which can be used to train other models. The methods mentioned in “AI models to generate compact circuits” provide similar benefits.AI can also be used to simulate quantum systems directly and has driven substantial scientific progress not only in the field of QC, but in condensed matter, quantum chemistry, and similar fields. Neural quantum states (NQS) are among the most widespread of such simulation strategies257,258,259,260. NQS are large classical NN’s that can be sampled like a quantum system to generate data. Unlike data-driven applications, however, NQS can also be optimized variationally, with knowledge of a quantum system’s Hamiltonian or Lindbladian. For many applications, NQS have the potential to provide a more compact and scalable representation than other many-body techniques, such as tensor networks, but the benefits are still under investigation261.Several additional AI models have been developed specifically to solve time-dependent quantum dynamics. For example, the Heisenberg equations of motion can be modeled via deep NNs262,263. More recently, Fourier Neural Operators (FNOs)264 have been deployed to learn the time-evolution of quantum spin systems. Of particular interest is the ability of FNOs to extrapolate to predictions spanning longer times than are seen in training, potentially extending quantum evolution past the capacities of modern devices or tractable tensor network depths. In addition, gradient-based optimization protocols and Bayesian inference combined with differentiable master equation solvers have been proved useful to compute steady state solutions and time evolutions of open quantum systems265.Increased Multidisciplinary CollaborationAvailability of computational resources, development platforms, and quality data sets are all foundational for enabling AIs application to QC research. But another key gating factor is collaboration between AI and QC experts. It is likely that many of the most cutting-edge AI techniques have not yet had their greatest impact on developments in QC, and many areas remain where deep collaboration may yield new breakthroughs. Here, we highlight several areas in AI research we believe hold great potential for future exploration.Diffusion models (introduced in “A brief survey of AI methods”) have proven incredibly impactful in other application areas, but have so far only been applied to unitary synthesis32 for quantum computing (see “Unitary synthesis”). There is also the opportunity to apply recent training methodologies to problems in the development of quantum computing. For example, Advanced RL techniques have been proposed to solve real-world problems (See refs. 266,267 as examples). Whilst generative flow networks268 combine RL and generative models in an effort to incorporate reasoning in ML-based exploration. Both of these techniques are potentially useful in QC, where RL is already being applied.Perhaps one of the more ambitious uses of AI for quantum, and a prime opportunity for collaboration, is the design of new quantum algorithms. Quantum algorithm design is an extraordinarily difficult task, and could rightly be regarded as a grand challenge in science. All currently known quantum applications rely on a small set of algorithmic primitives, which has not been significantly expanded for many decades. One future strategy is the use of AI to generate novel quantum algorithms. Such a process could begin by defining a scientific problem and then working backward to generate the quantum circuits needed to provide a solution according to some figure of merit. Optimistically, one could hope that beyond an application-specific algorithm, such an approach might also lead researchers to entirely new algorithmic primitives and thus unlock whole new classes of quantum algorithms. This kind of AI-assisted approach to algorithm discovery would represent an evolution of the AI-driven circuit synthesis methods described in “Quantum circuit compilation” and other alternative approaches269,270,271.It may also be the case that incorporating AI into the algorithm design process could lead to the generation of more fundamentally hybrid quantum algorithms, that draw more optimally on both quantum and AI-based algorithmic primitives. Continued collaboration between the AI and quantum computing communities could easily also result in the development of new models developed specifically for QC applications. The development of quantum-specific foundational models may see the greatest AI-enabled breakthroughs in QC yet.ConclusionQC is experiencing an explosion of utility from AI. The research surveyed in this review demonstrates that AI can play a role in everything from designing qubits, preparing efficient quantum algorithms, controlling and calibrating the device, correcting errors in realtime, and interpreting the output from QC. Most importantly, each aspect of QC needs to scale, and AI might be the only tool with the ability to both solve these problems effectively and do so efficiently at scale. AI has only begun to benefit QC, and it is likely that AI will play an increasingly critical role into the realization of useful QC applications and FTQC. ReferencesAlexeev, Y. et al. Quantum computer systems for scientific discovery. PRX Quantum 2, 017001 (2021).Article MathSciNet Google Scholar Bluvstein, D. et al. Logical quantum processor based on reconfigurable atom arrays. Nature 626, 58–65 (2024).Article ADS CAS PubMed Google Scholar Ryan-Anderson, C. et al. Realization of real-time fault-tolerant quantum error correction. Phys. Rev. X 11, 041058 (2021).CAS Google Scholar Li, Y. et al. Quantum computing for scientific computing: A survey. Future Gener. Comput. Syst. 155, 102012 (2024).

Google Scholar Arute, F. et al. Quantum supremacy using a programmable superconducting processor. Nature 574, 505–510 (2019).Article ADS CAS PubMed Google Scholar Erdman, P. A. & Noé, F. Model-free optimization of power/efficiency tradeoffs in quantum thermal machines using reinforcement learning. PNAS Nexus 2, pgad248 (2023).Willsch, D., Willsch, M., Jin, F., Michielsen, K. & De Raedt, H. Gpu-accelerated simulations of quantum annealing and the quantum approximate optimization algorithm. Comput. Phys. Commun. 278, 108417 (2022).Article MathSciNet Google Scholar Thomson, S. J. & Eisert, J. Unravelling quantum dynamics using flow equations. Nat. Phys. 20, 286–293 (2024).Article Google Scholar Bandi, A., Adapa, P. V. S. R. & Kuchi, Y. E. V. P. K. The power of generative ai: A review of requirements, models, input–output formats, evaluation metrics, and challenges. Future Internet 15, 260 (2023).Article Google Scholar Zhou, C. et al. A comprehensive survey on pretrained foundation models: a history from BERT to ChatGPT. Int. J. Mach. Learn. Cybern. https://doi.org/10.1007/s13042-024-02443-6 (2024).Vaswani, A. Attention is all you need. In Proceedings of the Advances in Neural Information Processing Systems (2017).Achiam, J. et al. Gpt-4 technical report. Preprint at https://doi.org/10.48550/arXiv.2303.08774 (2023).Yenduri, G. et al. Gpt (generative pre-trained transformer)–a comprehensive review on enabling technologies, potential applications, emerging challenges, and future directions. IEEE Access (2024).Cheng, K. et al. Exploring the potential of gpt-4 in biomedical engineering: the dawn of a new era. Ann. Biomed. Eng. 51, 1645–1653 (2023).Article PubMed Google Scholar Liu, Y. et al. Generative artificial intelligence and its applications in materials science: Current situation and future perspectives. J. Materiomics 9, 798–816 (2023).Article Google Scholar Dunjko, V. & Briegel, H. J. Artificial intelligence and machine learning for quantum technologies. Phys. Rev. A 107, 010101 (2023).Article Google Scholar Hornik, K., Stinchcombe, M. & White, H. Multilayer feedforward networks are universal approximators. Neural Netw. 2, 359–366 (1989).Article Google Scholar Acampora, G. et al. Quantum computing and artificial intelligence: status and perspectives. Preprint at https://doi.org/10.48550/arXiv.2505.23860 (2025).Chen, M. et al. Grovergpt-2: Simulating grover’s algorithm via chain-of-thought reasoning and quantum-native tokenization. Preprint at https://doi.org/10.48550/arXiv.2505.04880 (2025).Peral-García, D., Cruz-Benito, J. & García-Peñalvo, F. J. Systematic literature review: Quantum machine learning and its applications. Artif. Intell. Rev. 53, 100030 (2024).

Google Scholar Zhuhadar, L. P. & Lytras, M. D. The application of automl techniques in diabetes diagnosis: current approaches, performance, and future directions. Sustainability 15, 13484 (2023).Article ADS CAS Google Scholar LeCun, Y., Bengio, Y. & Hinton, G. Deep learning. nature 521, 436–444 (2015).Article ADS CAS PubMed Google Scholar Janiesch, C., Zschech, P. & Heinrich, K. Machine learning and deep learning. Electron. Mark. 31, 685–695 (2021).Article Google Scholar Bernardo, J. et al. Generative or discriminative? getting the best of both worlds. Bayesian Stat. 8, 3–24 (2007).MathSciNet Google Scholar Arulkumaran, K., Deisenroth, M. P., Brundage, M. & Bharath, A. A. Deep reinforcement learning: A brief survey. IEEE Signal Process. Mag. 34, 26–38 (2017).Article ADS Google Scholar Shakya, A. K., Pillai, G. & Chakrabarty, S. Reinforcement learning algorithms: A brief survey. Expert Syst. Appl. 231, 120495 (2023).Article Google Scholar Chowdhary, K. Fundamentals of Artificial Intelligence. (2020).Khurana, D., Koli, A., Khatter, K. & Singh, S. Natural language processing: state of the art, current trends and challenges. Multimed. Tools Appl. 82, 3713–3744 (2023).Article PubMed Google Scholar Irsoy, O. & Cardie, C. Deep recursive neural networks for compositionality in language. In Proceedings of Advances in Neural Information Processing Systems (2014).Socher, R., Lin, C. C., Manning, C. & Ng, A. Y. Parsing natural scenes and natural language with recursive neural networks. In Proceedings of the 28th International Conference on Machine Learning (ICML-11), 129–136 (2011).Han, K. et al. A survey on vision transformer. IEEE Trans. Pattern Anal. Mach. Intell. 45, 87–110 (2022).Article ADS PubMed Google Scholar Ho, J., Jain, A. & Abbeel, P. Denoising diffusion probabilistic models. Adv. Neural Inf. Process. Syst. 33, 6840–6851 (2020).

Google Scholar Ramesh, A., Dhariwal, P., Nichol, A., Chu, C. & Chen, M. Hierarchical text-conditional image generation with clip latents. Preprint at https://doi.org/10.48550/arXiv.2204.06125 (2022).Siddiqi, I. Engineering high-coherence superconducting qubits. Nat. Rev. Mater. 6, 875–891 (2021).Article ADS Google Scholar Marshall, M. C. et al. High-precision mapping of diamond crystal strain using quantum interferometry. Phys. Rev. Appl. 17, 024041 (2022).Article ADS CAS Google Scholar Usman, M., Wong, Y. Z., Hill, C. D. & Hollenberg, L. C. Framework for atomic-level characterisation of quantum computer arrays by machine learning. NPJ Comput. Mater. 6, 19 (2020).Article ADS Google Scholar Scully, M. O. & Zubairy, M. S.Quantum Optics (Cambridge university press, 1997).Menke, T. et al. Automated design of superconducting circuits and its application to 4-local couplers. NPJ Quantum Inf. 7, 1–8 (2021).Article Google Scholar Menke, T. et al. Demonstration of tunable three-body interactions between superconducting qubits. Phys. Rev. Lett. 129, 220501 (2022).Article ADS CAS PubMed Google Scholar Rajabzadeh, T., Boulton-McKeehan, A., Bonkowsky, S., Schuster, D. I. & Safavi-Naeini, A. H. A general framework for gradient-based optimization of superconducting quantum circuits using qubit discovery as a case study. Preprint at https://doi.org/10.48550/arXiv.2408.12704 (2024).Kumar, S., Tuli, S., Koch, J., Jha, N. & Houck, A. A. Graphq: High-Coherence Superconducting Circuit Optimization Using Graph Machine Learning. (2024).Krenn, M., Kottmann, J. S., Tischler, N. & Aspuru-Guzik, A. Conceptual understanding through efficient automated design of quantum optical experiments. Phys. Rev. X. 11, 031044 (2021).CAS Google Scholar Flam-Shepherd, D. et al. Learning interpretable representations of entanglement in quantum optics experiments using deep generative models. Nat. Mach. Intell. 4, 544–554 (2022).Article Google Scholar Cervera-Lierta, A., Krenn, M. & Aspuru-Guzik, A. Design of quantum optical experiments with logic artificial intelligence. Quantum 6, 836 (2022).Article Google Scholar Li, Y. et al. Using reinforcement learning to guide graph state generation for photonic quantum computers. Preprint at https://doi.org/10.48550/arXiv.2412.01038 (2024).Severin, B. et al. Cross-architecture tuning of silicon and sige-based quantum devices using machine learning. Sci. Rep. 14, 17281 (2024).Article ADS CAS PubMed PubMed Central Google Scholar Fouad, A. F., Youssry, A., El-Rafei, A. & Hammad, S. Model-free distortion canceling and control of quantum devices. Quantum Sci. Technol. 10, 015002 (2025).Zhuang, F. et al. A comprehensive survey on transfer learning. Proc. IEEE 109, 43–76 (2020).Article ADS Google Scholar van Driel, D. et al. Cross-platform autonomous control of minimal kitaev chains. Preprint at https://doi.org/10.48550/arXiv.2405.04596 (2024).Krenn, M., Malik, M., Fickler, R., Lapkiewicz, R. & Zeilinger, A. Automated search for new quantum experiments. Phys. Rev. Lett. 116, 090405 (2016).Article ADS PubMed Google Scholar Wiebe, N., Granade, C., Ferrie, C. & Cory, D. G. Hamiltonian learning and certification using quantum resources. Phys. Rev. Lett. 112, 190501 (2014).Article ADS PubMed Google Scholar Gentile, A. A. et al. Learning models of quantum systems from experiments. Nat. Phys. 17, 837–843 (2021).Article CAS Google Scholar Gebhart, V. et al. Learning quantum systems. Nat. Rev. Phys. 5, 141–156 (2023).

Google Scholar Flynn, B., Gentile, A. A., Wiebe, N., Santagati, R. & Laing, A. Quantum model learning agent: characterisation of quantum systems through machine learning. N. J. Phys. 24, 053034 (2022).Article MathSciNet Google Scholar Sarma, B., Chen, J. & Borah, S. Precision quantum parameter inference with continuous observation. Preprint at https://doi.org/10.48550/arXiv.2407.12650 (2024).Preskill, J. Quantum computing in the nisq era and beyond. Quantum 2, 79 (2018).Article Google Scholar Che, L. et al. Learning quantum hamiltonians from single-qubit measurements. Phys. Rev. Res. 3, 023246 (2021).Article ADS CAS Google Scholar Luchnikov, I. A., Vintskevich, S. V., Grigoriev, D. A. & Filippov, S. N. Machine learning non-markovian quantum dynamics. Phys. Rev. Lett. 124, 140502 (2020).Article ADS CAS PubMed Google Scholar Banchi, L., Grant, E., Rocchetto, A. & Severini, S. Modelling non-markovian quantum processes with recurrent neural networks. N. J. Phys. 20, 123030 (2018).Article Google Scholar Niu, M. Y. et al. Learning non-markovian quantum noise from moiré-enhanced swap spectroscopy with deep evolutionary algorithm. Preprint at https://doi.org/10.48550/arXiv.1912.04368(2019).Youssry, A., Chapman, R. J., Peruzzo, A., Ferrie, C. & Tomamichel, M. Modeling and control of a reconfigurable photonic circuit using deep learning. Quantum Sci. Technol. 5, 025001 (2020).Article ADS Google Scholar Krastanov, S. et al. Unboxing quantum black box models: Learning non-markovian dynamics. Preprint at https://doi.org/10.48550/arXiv.2009.03902 (2020).Youssry, A. et al. Experimental graybox quantum system identification and control. NPJ Quantum Inf. 10, 9 (2024).Article ADS Google Scholar Craig, D. L. et al. Bridging the reality gap in quantum devices with physics-aware machine learning. Phys. Rev. X 14, 011001 (2024).CAS Google Scholar Percebois, G. J. et al. Reconstructing the potential configuration in a high-mobility semiconductor heterostructure with scanning gate microscopy. SciPost Phys. 15, 242 (2023).Article ADS CAS Google Scholar Jung, K. et al. Deep learning enhanced individual nuclear-spin detection. NPJ Quantum Inf. 7, 41 (2021).Article ADS CAS Google Scholar Kulshrestha, A., Safro, I. & Alexeev, Y. Qarchsearch: A scalable quantum architecture search package. In Proceedings of the SC’23 Workshops of The International Conference on High Performance Computing, Network, Storage, and Analysis, 1487–1491 (2023).McClean, J. R., Boixo, S., Smelyanskiy, V. N., Babbush, R. & Neven, H. Barren plateaus in quantum neural network training landscapes. Nat. Commun. 9, 4812 (2018).Article ADS PubMed PubMed Central Google Scholar Allen-Zhu, Z., Li, Y. & Song, Z. A convergence theory for deep learning via over-parameterization. In International conference on machine learning, 242–252 (PMLR, 2019).Wang, S. et al. Noise-induced barren plateaus in variational quantum algorithms. Nat. Commun. 12, 6961 (2021).Article ADS CAS PubMed PubMed Central Google Scholar Anschuetz, E. R. & Kiani, B. T. Quantum variational algorithms are swamped with traps. Nat. Commun. 13, 7760 (2022).Article ADS CAS PubMed PubMed Central Google Scholar Shende, V. V., Markov, I. L. & Bullock, S. S. Synthesis of quantum logic circuits. IEEE Trans. Comput. Aided Des. Integr. Circuits Syst. 25, 1000–1010 (2006).Article ADS Google Scholar Bukov, M. et al. Reinforcement learning in different phases of quantum control. Phys. Rev. X 8, 031086 (2018).CAS Google Scholar Kremer, D., Villar, V., Vishwakarma, S., Faro, I. & Cruz-Benito, J. Ai methods for approximate compiling of unitaries. Preprint at https://doi.org/10.48550/arXiv.2407.21225 (2024).Fürrutter, F., Muñoz-Gil, G. & Briegel, H. J. Quantum circuit synthesis with diffusion models. Nat. Mach. Intell. 6, 515–524 (2024).Article Google Scholar Ronneberger, O., Fischer, P. & Brox, T. U-Net: Convolutional networks for biomedical image segmentation.

In Medical Image Computing and Computer-Assisted Intervention – MICCAI 2015. (eds. Navab, N., Hornegger, J., Wells, W. M. & Frangi, A. F.) 234–241 (Springer, 2015).Fürrutter, F., Chandani, Z., Hamamura, I., Briegel, H. J. & Muñoz-Gil, G. Synthesis of discrete-continuous quantum circuits with multimodal diffusion models. Preprint at https://arxiv.org/abs/2506.01666 (2025).Ruiz, F. J. R. et al. Quantum circuit optimization with alphatensor. Nat. Mach. Intell. 7, 374–385 (2025).Article Google Scholar Fösel, T., Niu, M. Y., Marquardt, F. & Li, L. Quantum circuit optimization with deep reinforcement learning. Preprint at https://doi.org/10.48550/arXiv.2103.07585 (2021).Quetschlich, N., Burgholzer, L. & Wille, R. Compiler Optimization for Quantum Computing Using Reinforcement Learning. In 2023 60th ACM/IEEE Design Automation Conference (DAC). 1–6 (IEEE, 2023).Li, Z. et al. Quarl: A Learning-Based Quantum Circuit Optimizer. Proc. ACM Program. Lang. 8, 114 (2024).Preti, F. et al. Hybrid discrete-continuous compilation of trapped-ion quantum circuits with deep reinforcement learning. Quantum 8, 1343 (2024).Article Google Scholar Kremer, D. et al. Practical and efficient quantum circuit synthesis and transpiling with reinforcement learning. Preprint at https://doi.org/10.48550/arXiv.2405.13196 (2024).Peruzzo, A. et al. A variational eigenvalue solver on a photonic quantum processor. Nat. Commun. 5, 4213 (2014).Article ADS CAS PubMed Google Scholar Nakaji et al. The generative quantum eigensolver (gqe) and its application for ground state search. Preprint at https://doi.org/10.48550/arXiv.2401.09253 (2024).Minami, S., Nakaji, K., Suzuki, Y., Aspuru-Guzik, A. & Kadowaki, T. Generative quantum combinatorial optimization by means of a novel conditional generative quantum eigensolver. Preprint at https://doi.org/10.48550/arXiv.2501.16986(2025).Tyagin, I. et al. Qaoa-gpt: Efficient generation of adaptive and regular quantum approximate optimization algorithm circuits. Preprint at https://doi.org/10.48550/arXiv.2504.16350(2025).Bharti, K. et al. Noisy intermediate-scale quantum algorithms. Rev. Mod. Phys. 94, 015004 (2022).Article ADS MathSciNet CAS Google Scholar Falla, J., Langfitt, Q., Alexeev, Y. & Safro, I. Graph representation learning for parameter transferability in quantum approximate optimization algorithm. Quantum Mach. Intell. 6, 46 (2024).Article Google Scholar Galda, A. et al. Similarity-based parameter transferability in the quantum approximate optimization algorithm. Front. Quantum Sci. Technol. 2, 1200975 (2023).Article Google Scholar Sud, J., Hadfield, S., Rieffel, E., Tubman, N. & Hogg, T. Parameter-setting heuristic for the quantum alternating operator ansatz. Phys. Rev. Res. 6, 023171 (2024).Article CAS Google Scholar Narayanan, A. et al. graph2vec: Learning distributed representations of graphs. Preprint at https://doi.org/10.48550/arXiv.1707.05005(2017).Zhang, C., Jiang, L. & Chen, F. Qracle: A graph-neural-network-based parameter initializer for variational quantum eigensolvers. Preprint at https://doi.org/10.48550/arXiv.2505.01236 (2025).Chen, H. & Koga, H. Gl2vec: Graph embedding enriched by line graphs with edge features. In Proceedings of the Neural Information Processing, 3–14 (Springer International Publishing, Cham, 2019).Galda, A., Liu, X., Lykov, D., Alexeev, Y. & Safro, I. Transferability of optimal qaoa parameters between random graphs. In 2021 IEEE International Conference on Quantum Computing and Engineering (QCE), 171–180 (IEEE, 2021).Larocca, M. et al. A review of barren plateaus in variational quantum computing. Nat. Rev. Phys. 7, 174–189 (2024).Langfitt, Q., Falla, J., Safro, I. & Alexeev, Y. Parameter transferability in qaoa under noisy conditions. In 2023 IEEE International Conference on Quantum Computing and Engineering (QCE), 2, 300–301 (IEEE, 2023).Verdon, G. et al. Learning to learn with quantum neural networks via classical neural networks. Preprint at https://doi.org/10.48550/arXiv.1907.05415 (2019).Wilson, M. et al. Optimizing quantum heuristics with meta-learning. Quantum Mach. Intell. 3, 1–14 (2021).Article Google Scholar Araujo, I. F., Park, D. K., Petruccione, F. & da Silva, A. J. A divide-and-conquer algorithm for quantum state preparation. Sci. Rep. 11, 6329 (2021).Article CAS PubMed PubMed Central Google Scholar Arrazola, J. M. et al. Machine learning method for state preparation and gate synthesis on photonic quantum computers. Quantum Sci. Technol. 4, 024004 (2019).Article ADS Google Scholar Cao, S. et al. Encoding optimization for quantum machine learning demonstrated on a superconducting transmon qutrit. Quantum Sci. Technol. 9, 045037 (2024).Article ADS Google Scholar Roca-Jerat, S., Román-Roche, J. & Zueco, D. Qudit machine learning. Mach. Learn. Sci. Technol. 5, 015057 (2024).Article ADS Google Scholar Sawaya, N. P. D. et al. HamLib: A library of Hamiltonians for benchmarking quantum algorithms and hardware. Quantum 8, 1559 (2024).Baek, U. et al. Say no to optimization: A nonorthogonal quantum eigensolver. PRX Quantum 4, 030307 (2023).Article ADS Google Scholar Mullinax, J. W. & Tubman, N. M. Large-scale sparse wave function circuit simulator for applications with the variational quantum eigensolver. J. Chem. Phys. 162, 074114 (2025).Khan, A., Clark, B. K. & Tubman, N. M. Pre-optimizing variational quantum eigensolvers with tensor networks. Preprint at https://doi.org/10.48550/arXiv.2310.12965 (2023).Zhang, X.-M., Wei, Z., Asad, R., Yang, X.-C. & Wang, X. When does reinforcement learning stand out in quantum control? a comparative study on state preparation. NPJ Quantum Inf. 5, 85 (2019).Article ADS Google Scholar Liu, W., Xu, J. & Wang, B. A quantum states preparation method based on difference-driven reinforcement learning. Spin 13, 2350013 (2023).Ostaszewski, M., Trenkwalder, L. M., Masarczyk, W., Scerri, E. & Dunjko, V. Reinforcement learning for optimization of variational quantum circuit architectures.

In Neural Information Processing Systems (2021).Wang, Z. W. & Wang, Z. M. Arbitrary quantum states preparation aided by deep reinforcement learning. Phys. Scr. 100, 045103 (2025).Haug, T. et al. Classifying global state preparation via deep reinforcement learning. Mach. Learn.: Sci. Technol. 2, 01LT02 (2020).

Google Scholar Burton, H. G. A., Marti-Dafcik, D., Tew, D. P. & Wales, D. J. Exact electronic states with shallow quantum circuits from global optimisation. npj Quantum Inf. 9, 75 (2023).Sünkel, L., Martyniuk, D., Mattern, D., Jung, J. & Paschke, A. Ga4qco: Genetic algorithm for quantum circuit optimization. Preprint at https://doi.org/10.48550/arXiv.2302.01303 (2023).Chivilikhin, D. et al. Mog-vqe: Multiobjective genetic variational quantum eigensolver. Preprint at https://doi.org/10.48550/arXiv.2007.04424 (2020).Sorourifar, F. et al. Toward efficient quantum computation of molecular ground-state energies. AIChE J. e18887 (2025).Duffield, S., Benedetti, M. & Rosenkranz, M. Bayesian learning of parameterised quantum circuits. Mach. Learn.: Sci. Technol. 4, 025007 (2023).ADS Google Scholar Machnes, S. et al. Comparing, optimizing, and benchmarking quantum-control algorithms in a unifying programming framework. Phys. Rev. A 84, 022305 (2011).Spörl, A. et al. Optimal control of coupled josephson qubits. Phys. Rev. A 75, 012302 (2007).Heeres, R. W. et al. Implementing a universal gate set on a logical qubit encoded in an oscillator. Nat. Commun. 8, 94 (2017).Khaneja, N., Reiss, T., Kehlet, C., Schulte-Herbrüggen, T. & Glaser, S. J. Optimal control of coupled spin dynamics: design of NMR pulse sequences by gradient ascent algorithms. J. Magn. Reson. 172, 296–305 (2005).Article ADS CAS PubMed Google Scholar Sivak, E. A. L. Hea,V. V. Model-free quantum control with reinforcement learning. Phys. Rev. X 12, 011059 (2022).CAS Google Scholar Ding, Y. et al. Breaking adiabatic quantum control with deep learning. Phys. Rev. A 103, L040401 (2021).Article ADS CAS Google Scholar Nguyen, H. N. et al. Reinforcement learning pulses for transmon qubit entangling gates. Mach. Learn. Sci. Technol. 5, 025066 (2024).Article ADS Google Scholar Daraeizadeh, S. et al. Machine-learning-based three-qubit gate design for the toffoli gate and parity check in transmon systems. Phys. Rev. A 102, 012601 (2020).Article ADS CAS Google Scholar Wright, E. & De Sousa, R. Fast quantum gate design with deep reinforcement learning using real-time feedback on readout signals. In 2023 IEEE International Conference on Quantum Computing and Engineering (QCE), 1, 1295–1303 (IEEE, 2023).Sivak, V. V. et al. Real-time quantum error correction beyond break-even. Nature 616, 50–55 (2023).Article ADS CAS PubMed Google Scholar Porotti, R., Peano, V. & Marquardt, F. Gradient-ascent pulse engineering with feedback. PRX Quantum 4, 030305 (2023).Article ADS Google Scholar Darulová, J. et al. Autotuning of double-dot devices in situ with machine learning. Phys. Rev. Appl. 13, 054005 (2020).Article ADS Google Scholar Kalantre, S. S. et al. Machine learning techniques for state recognition and auto-tuning in quantum dots. NPJ Quantum Inf. 5, 6 (2019).Article ADS Google Scholar Nguyen, V. et al. Deep reinforcement learning for efficient measurement of quantum devices. NPJ Quantum Inf. 7, 100 (2021).Article ADS Google Scholar van Esbroeck, N. M. et al. Quantum device fine-tuning using unsupervised embedding learning. N. J. Phys. 22, 095003 (2020).Article Google Scholar Durrer, R. et al. Automated tuning of double quantum dots into specific charge states using neural networks. Phys. Rev. Appl. 13, 054019 (2020).Article ADS CAS Google Scholar Schuff, J. et al. Identifying pauli spin blockade using deep learning. Quantum 7, 1077 (2023).Article Google Scholar Moon, H. et al. Machine learning enables completely automatic tuning of a quantum device faster than human experts. Nat. Commun. 11, 4161 (2020).Article ADS CAS PubMed PubMed Central Google Scholar van Straaten, B. et al. All-rf-based coarse-tuning algorithm for quantum devices using machine learning. Phys. Rev. Appl. https://doi.org/10.1103/v11m-dbhm (2025).Severin, B. AI for Quantum Computing in Silicon. Ph.D. thesis, Oxford University (2023).Hickie, J. et al. Automated long-range compensation of an rf quantum dot sensor. Phys. Rev. Appl. 22, 064026 (2024).Article ADS CAS Google Scholar Rao, A. S. et al.

Modular Autonomous Virtualization System for Two-Dimensional Semiconductor Quantum Dot Arrays. Phys. Rev. X 15, 021034 (2025).Schuff, J. et al. Fully autonomous tuning of a spin qubit. Preprint at https://doi.org/10.48550/arXiv.2402.03931 (2024).Carballido, M. J. et al. Compromise-free scaling of qubit speed and coherence. Nat. Commun. 16, 7616 (2025).Wozniakowski, A., Thompson, J., Gu, M. & Binder, F. C. A new formulation of gradient boosting. Mach. Learn.: Sci. Technol. 2, 045022 (2021).Daraeizadeh, S., Premaratne, S. P. & Matsuura, A. Y. Designing high-fidelity multi-qubit gates for semiconductor quantum dots through deep reinforcement learning. In 2020 IEEE International Conference on Quantum Computing and Engineering (QCE), 30–36 (IEEE, 2020).Berritta, F. et al. Real-time two-axis control of a spin qubit. Nat. Commun. 15, 1676 (2024).Article ADS CAS PubMed PubMed Central Google Scholar Berritta, F. et al. Physics-informed tracking of qubit fluctuations. Phys. Rev. Appl. 22, 014033 (2024).Article ADS CAS Google Scholar Scerri, E., Gauger, E. M. & Bonato, C. Extending qubit coherence by adaptive quantum environment learning. N. J. Phys. 22, 035002 (2020).Article CAS Google Scholar Arshad, M. J. et al. Real-time adaptive estimation of decoherence timescales for a single qubit. Phys. Rev. Appl. 21, 024026 (2024).Article ADS CAS Google Scholar Koolstra, G. et al. Monitoring fast superconducting qubit dynamics using a neural network. Phys. Rev. X 12, 031017 (2022).CAS Google Scholar Flurin, E., Martin, L. S., Hacohen-Gourgy, S. & Siddiqi, I. Using a recurrent neural network to reconstruct quantum dynamics of a superconducting qubit from physical observations. Phys. Rev. X 10, 011006 (2020).CAS Google Scholar Porotti, R., Essig, A., Huard, B. & Marquardt, F. Deep reinforcement learning for quantum state preparation with weak nonlinear measurements. Quantum 6, 747 (2022).Article Google Scholar Vora, N. R. et al. Ml-powered fpga-based real-time quantum state discrimination enabling mid-circuit measurements. Preprint at https://doi.org/10.48550/arXiv.2406.18807 (2024).Metz, F. & Bukov, M. Self-correcting quantum many-body control using reinforcement learning with tensor networks. Nat. Mach. Intell. 5, 780–791 (2023).Article Google Scholar Niu, M. Y., Boixo, S., Smelyanskiy, V. N. & Neven, H. Universal quantum control through deep reinforcement learning. NPJ Quantum Inf. 5, 33 (2019).Reuer, K. et al. Realizing a deep reinforcement learning agent for real-time quantum feedback. Nat. Commun. 14, 7138 (2023).Article ADS CAS PubMed PubMed Central Google Scholar Cimini, V. et al. Calibration of quantum sensors by neural networks. Phys. Rev. Lett. 123, 230502 (2019).Article ADS CAS PubMed Google Scholar Cimini, V. et al. Calibration of multiparameter sensors via machine learning at the single-photon level. Phys. Rev. Appl. 15, 044003 (2021).Article ADS CAS Google Scholar Rahman, A., Egger, D. J. & Arenz, C. Learning how to dynamically decouple by optimizing rotational gates. Phys. Rev. Appl. 22, 054074 (2024).Tong, C., Zhang, H. & Pokharel, B. Empirical learning of dynamical decoupling on quantum processors. PRX Quantum 6, 030319 (2025).Huang, J. Y. et al. High-fidelity spin qubit operation and algorithmic initialization above 1 K. Nature 627, 772–777 (2024).Sarma, B., Borah, S., Kani, A. & Twamley, J. Accelerated motional cooling with deep reinforcement learning. Phys. Rev. Res. 4, L042038 (2022).Porotti, R., Tamascelli, D., Restelli, M. & Prati, E. Coherent transport of quantum states by deep reinforcement learning. Commun. Phys. 2, 61 (2019).Article Google Scholar Boiko, D. A., MacKnight, R., Kline, B. & Gomes, G. Autonomous chemical research with large language models. Nature 624, 570–578 (2023).Article ADS CAS PubMed PubMed Central Google Scholar Zou, Y. et al. El Agente: An autonomous agent for quantum chemistry. Matter 8, 102263 (2025).M. Bran, A. et al. Augmenting large language models with chemistry tools. Nat. Mach. Intell. 6, 525–535 (2024).Article PubMed PubMed Central Google Scholar Cao, S. et al. Automating quantum computing laboratory experiments with an agent-based AI framework. Patterns 6, 101372 (2025).Bausch, J. et al. Learning high-accuracy error decoding for quantum processors. Nature 635, 834–840 (2024).Terhal, B. M. Quantum error correction for quantum memories. Rev. Mod. Phys. 87, 307–346 (2015).Article ADS MathSciNet Google Scholar Chamberland, C., Goncalves, L., Sivarajah, P., Peterson, E. & Grimberg, S. Techniques for combining fast local decoders with global decoders under circuit-level noise. Quantum Sci. Technol. 8, 045011 (2023).Article ADS Google Scholar Skoric, L., Browne, D. E., Barnes, K. M., Gillespie, N. I. & Campbell, E. T. Parallel window decoding enables scalable fault tolerant quantum computation. Nat. Commun. 14, 7040 (2023).Article ADS CAS PubMed PubMed Central Google Scholar Tan, X., Zhang, F., Chao, R., Shi, Y. & Chen, J. Scalable surface-code decoders with parallelization in time. PRX Quantum 4, 040344 (2023).Article ADS Google Scholar Battistel, F. et al. Real-time decoding for fault-tolerant quantum computing: Progress, challenges and outlook. Nano Futures 7, 032003 (2023).Article ADS Google Scholar Kurman, Y. et al. Benchmarking the Ability of a Controller to Execute Quantum Error Corrected Non-Clifford Circuits. IEEE Trans. Quantum Eng. 6, 1–14 (2025).Litinski, D. A game of surface codes: Large-scale quantum computing with lattice surgery. Quantum 3, 128 (2019).Article Google Scholar Chamberland, C. & Campbell, E. T. Universal quantum computing with twist-free and temporally encoded lattice surgery. PRX Quantum 3, 010331 (2022).Article ADS Google Scholar Torlai, G. & Melko, R. G. Neural decoder for topological codes. Phys. Rev. Lett. 119, 030501 (2017).Article ADS MathSciNet PubMed Google Scholar Chamberland, C. & Ronagh, P. Deep neural decoders for near term fault-tolerant experiments. Quantum Sci. Technol. 3, 044002 (2018).Article ADS Google Scholar Wagner, T., Kampermann, H. & Bruß, D. Symmetries for a high-level neural decoder on the toric code. Phys. Rev. A 102, 042411 (2020).Article ADS MathSciNet CAS Google Scholar Baireuther, P., O’Brien, T. E., Tarasinski, B. & Beenakker, C. W. Machine-learning-assisted correction of correlated qubit errors in a topological code. Quantum 2, 48 (2018).Article Google Scholar Sweke, R., Kesselring, M. S., van Nieuwenburg, E. P. & Eisert, J. Reinforcement learning decoders for fault-tolerant quantum computation. Mach. Learn. Sci. Technol. 2, 025005 (2020).Article Google Scholar Andreasson, P., Johansson, J., Liljestrand, S. & Granath, M. Quantum error correction for the toric code using deep reinforcement learning. Quantum 3, 183 (2019).Article Google Scholar Breuckmann, N. P. & Ni, X. Scalable neural network decoders for higher dimensional quantum codes. Quantum 2, 68 (2018).Article Google Scholar Ueno, Y., Kondo, M., Tanaka, M., Suzuki, Y. & Tabuchi, Y. Neo-qec: Neural network enhanced online superconducting decoder for surface codes. Preprint at https://doi.org/10.48550/arXiv.2208.05758 (2022).Wang, H. et al. Transformer-qec: Quantum error correction code decoding with transferable transformers. In 2023 International Conference on Computer-Aided Design (ICCAD), Fast Machine Learning for Science Workshop (2023).Lange, M. et al. Data-driven decoding of quantum error correcting codes using graph neural networks. Phys. Rev. Res. 7, 023181 (2025).Maan, A. S. & Paler, A. Machine learning message-passing for the scalable decoding of QLDPC codes. npj Quantum Inf. 11, 78 (2025).Wang, H. et al. Dgr: Tackling drifted and correlated noise in quantum error correction via decoding graph re-weighting. Preprint at https://doi.org/10.48550/arXiv.2311.16214 (2023).Davaasuren, A., Suzuki, Y., Fujii, K. & Koashi, M. General framework for constructing fast and near-optimal machine-learning-based decoder of the topological stabilizer codes. Phys. Rev. Res. 2, 033399 (2020).Article CAS Google Scholar Gicev, S., Hollenberg, L. C. L. & Usman, M. A scalable and fast artificial neural network syndrome decoder for surface codes. Quantum 7, 1058 (2023).Article Google Scholar Hall, B., Gicev, S. & Usman, M. Artificial neural network syndrome decoding on ibm quantum processors. Phys. Rev. Res. 6, L032004 (2024).Article CAS Google Scholar Blue, J., Avlani, H., He, Z., Ziyin, L. & Chuang, I. L. Machine learning decoding of circuit-level noise for bivariate bicycle codes. Preprint at https://doi.org/10.48550/arXiv.2504.13043 (2025).Rodriguez, P. S. et al. Experimental demonstration of logical magic state distillation. Nature 645, 620–625 (2025).Olle, J., Zen, R., Puviani, M. & Marquardt, F. Simultaneous discovery of quantum error correction codes and encoders with a noise-aware reinforcement learning agent. npj Quantum Inf. 10, 126 (2024).Mauron, C., Farrelly, T. & Stace, T. M. Optimization of tensor network codes with reinforcement learning. N. J. Phys. 26, 023024 (2024).Article MathSciNet Google Scholar Su, V. P. et al. Discovery of optimal quantum codes via reinforcement learning. Phys. Rev. Appl. 23, 034048 (2025).Cao, C. & Lackey, B. Quantum lego: building quantum error correction codes from tensor networks. PRX Quantum 3, 020332 (2022).Article ADS Google Scholar Delfosse, N. & Nickerson, N. H. Almost-linear time decoding algorithm for topological codes. Quantum 5, 595 (2021).Article Google Scholar Gidney, C. How to factor 2048 bit RSA integers with less than a million noisy qubits. Preprint at https://arxiv.org/abs/2505.15917 (2025).Magesan, E., Gambetta, J. M., Córcoles, A. D. & Chow, J. M. Machine learning for discriminating quantum measurement trajectories and improving readout. Phys. Rev. Lett. 114, 200501 (2015).Article ADS PubMed Google Scholar Martinez, L. A., Rosen, Y. J. & DuBois, J. L. Improving qubit readout with hidden markov models. Phys. Rev. A 102, 062426 (2020).Article ADS CAS Google Scholar Lienhard, B. et al. Deep-neural-network discrimination of multiplexed superconducting-qubit states. Phys. Rev. Appl. 17, 014024 (2022).Article ADS CAS Google Scholar Luchi, P. et al. Enhancing qubit readout with autoencoders. Phys. Rev. Appl. 20, 014045 (2023).Article ADS CAS Google Scholar Cao, S. et al. Superconducting qubit readout enhanced by path signature. Preprint at https://doi.org/10.48550/arXiv.2402.09532 (2024).Phuttitarn, L., Becker, B., Chinnarasu, R., Graham, T. & Saffman, M. Enhanced measurement of neutral-atom qubits with machine learning. Phys. Rev. Appl. 22, 024011 (2024).Article ADS CAS Google Scholar Seif, A. et al. Machine learning assisted readout of trapped-ion qubits. J. Phys. B At. Mol. Opt. Phys. 51, 174006 (2018).Article ADS Google Scholar Anshu, A. & Arunachalam, S. A survey on the complexity of learning quantum states. Nat. Rev. Phys. 6, 59–69 (2024).Article Google Scholar Struck, T. et al. Robust and fast post-processing of single-shot spin qubit detection events with a neural network. Sci. Rep. 11, 16203 (2021).Article ADS CAS PubMed PubMed Central Google Scholar D’Ariano, G. M., Paris, M. G. & Sacchi, M. F. Quantum tomography. Adv. imaging electron Phys. 128, S1076–5670 (2003).

Google Scholar Torlai, G. et al. Neural-network quantum state tomography. Nat. Phys. 14, 447–450 (2018).Article CAS Google Scholar Yao, J. & You, Y.-Z. Shadowgpt: Learning to solve quantum many-body problems from randomized measurements. Preprint at https://doi.org/10.48550/arXiv.2411.03285 (2024).Schmale, T., Reh, M. & Gärttner, M. Efficient quantum state tomography with convolutional neural networks. NPJ Quantum Inf. 8, 115 (2022).Article ADS Google Scholar Quek, Y., Fort, S. & Ng, H. K. Adaptive quantum state tomography with neural networks. NPJ Quantum Inf. 7, 105 (2021).Article ADS Google Scholar Cao, S. et al. Efficient characterization of qudit logical gates with gate set tomography using an error-free virtual z gate model. Phys. Rev. Lett. 133, 120802 (2024).Article ADS MathSciNet CAS PubMed Google Scholar Blume-Kohout, R. et al. A taxonomy of small markovian errors. PRX Quantum 3, 020335 (2022).Article ADS Google Scholar Brieger, R., Roth, I. & Kliesch, M. Compressive gate set tomography. PRX Quantum 4, 010325 (2023).Article ADS Google Scholar Yu, K. Y., Sarkar, A., Rimbach-Russ, M., Ishihara, R. & Feld, S. Transformer models for quantum gate set tomography. Quantum Mach. Intell. 7, 10 (2025).Zimborás, Z. et al. Myths around quantum computation before full fault tolerance: What no-go theorems rule out and what they don’t. Preprint at https://doi.org/10.48550/arXiv.2501.05694 (2025).Aharonov, D. et al. On the importance of error mitigation for quantum computation. Preprint at https://doi.org/10.48550/arXiv.2503.17243 (2025).Bonet-Monroig, X., Sagastizabal, R., Singh, M. & O’Brien, T. E. Low-cost error mitigation by symmetry verification. Phys. Rev. A 98, 062339 (2018).Article ADS CAS Google Scholar McArdle, S., Yuan, X. & Benjamin, S. Error-mitigated digital quantum simulation. Phys. Rev. Lett. 122, 180501 (2019).Article ADS CAS PubMed Google Scholar Huggins, W. J. et al. Virtual distillation for quantum error mitigation. Phys. Rev. X 11, 041036 (2021).CAS Google Scholar Koczor, B. Exponential error suppression for near-term quantum devices. Phys. Rev. X 11, 031057 (2021).CAS Google Scholar Liu, Z., Zhang, X., Fei, Y.-Y. & Cai, Z.

Virtual Channel Purification. PRX Quantum 6, 020325 (2025).Li, Y. & Benjamin, S. C. Efficient variational quantum simulator incorporating active error minimization. Phys. Rev. X 7, 021050 (2017).

Google Scholar Temme, K., Bravyi, S. & Gambetta, J. M. Error mitigation for short-depth quantum circuits. Phys. Rev. Lett. 119, 180509 (2017).Article ADS MathSciNet PubMed Google Scholar McClean, J. R., Kimchi-Schwartz, M. E., Carter, J. & de Jong, W. A. Hybrid quantum-classical hierarchy for mitigation of decoherence and determination of excited states. Phys. Rev. A 95, 042308 (2017).Article ADS Google Scholar Strikis, A., Qin, D., Chen, Y., Benjamin, S. C. & Li, Y. Learning-based quantum error mitigation. PRX Quantum 2, 040330 (2021).Article ADS Google Scholar Czarnik, P., Arrasmith, A., Coles, P. J. & Cincio, L. Error mitigation with Clifford quantum-circuit data. Quantum 5, 592 (2021).Article Google Scholar Kim, C., Park, K. D. & Rhee, J.-K. Quantum error mitigation with artificial neural network. IEEE Access 8, 188853–188860 (2020).Article Google Scholar Gulania, S. et al.

Quantum Time Dynamics Mediated by the Yang–Baxter Equation and Artificial Neural Networks. J. Chem. Theory Comput. 21, 6280–6291 (2025).Liao, H. et al. Machine learning for practical quantum error mitigation. Nat. Mach. Intell. 6, 1478–1486 (2024).Bennewitz, E. R., Hopfmueller, F., Kulchytskyy, B., Carrasquilla, J. & Ronagh, P. Neural error mitigation of near-term quantum simulations. Nat. Mach. Intell. 4, 618–624 (2022).Article Google Scholar Cai, Z. et al. Quantum error mitigation. Rev. Mod. Phys. 95, 045005 (2023).Article ADS MathSciNet Google Scholar U.S. Department of Energy. National quantum information science research centers. https://nqisrc.org (2024).EuroHPC Joint Undertaking. European high performance computing joint undertaking. https://eurohpc-ju.europa.eu/index_en (2024).The CUDA-Q development team. CUDA-Q (2024).Beck, T. et al. Integrating quantum computing resources into scientific hpc ecosystems. Future Gener. Comput. Syst. 161, 112212 (2024).Article Google Scholar Kim, J.-S. Leverage ai coding assistants to develop quantum applications at scale with nvidia cuda-q. https://developer.nvidia.com/blog/leverage-ai-coding-assistants-to-develop-quantum-applications-at-scale-with-nvidia-cuda-q/ (2024).Learn quantum computing with azure quantum. https://quantum.microsoft.com/en-us/tools/quantum-coding (2024).Kharkov, Y., Mohammad, Z., Beach, M. & Kessler, E. Accelerate quantum software development on Amazon Braket with Claude-3.https://aws.amazon.com/blogs/quantum-computing/accelerate-quantum-software-development-on-amazon-braket-with-claude-3/(2024).Placidi, L. et al. Mnisq: A large-scale quantum circuit dataset for machine learning on/for quantum computers in the nisq era. Preprint at https://doi.org/10.48550/arXiv.2306.16627 (2023).Zwolak, J. P. et al. Data needs and challenges for quantum dot devices automation. NPJ Quantum Inf. 10, 105 (2024).Article ADS Google Scholar Vishwakarma, S. et al. Qiskit HumanEval: An Evaluation Benchmark for Quantum Code Generative Models. In 2024 IEEE International Conference on Quantum Computing and Engineering (QCE). 1169–1176 (IEEE, 2024).Koopman, B. O. Hamiltonian systems and transformation in hilbert space. Proc. Natl. Acad. Sci. USA 17, 315–318 (1931).Article ADS CAS PubMed PubMed Central Google Scholar Benioff, P. The computer as a physical system: A microscopic quantum mechanical Hamiltonian model of computers as represented by Turing machines. J. Stat. Phys. 22, 563–591 (1980).Article ADS MathSciNet Google Scholar Benioff, P. Quantum mechanical hamiltonian models of turing machines. J. Stat. Phys. 29, 515–546 (1982).Article ADS MathSciNet Google Scholar Feynman, R. P. Simulating physics with computers. Int. J. Theor. Phys. 21, 467–488 (1982).Article MathSciNet Google Scholar Breuer, H. & Petruccione, F. The Theory of Open Quantum Systems (Oxford University Press, 2002).Vidal, G. Efficient classical simulation of slightly entangled quantum computations. Phys. Rev. Lett. 91, 147902 (2003).Gottesman, D. The heisenberg representation of quantum computers. Preprint at https://doi.org/10.48550/arXiv.quant-ph/9807006 (1998).Aaronson, S. & Gottesman, D. Improved simulation of stabilizer circuits. Phys. Rev. 70, 052328 (2004).Article ADS Google Scholar Bravyi, S. & Gosset, D. Improved classical simulation of quantum circuits dominated by clifford gates. Phys. Rev. Lett. 116, 250501 (2016).Article ADS PubMed Google Scholar Aharonov, D., Gao, X., Landau, Z., Liu, Y. & Vazirani, U. A polynomial-time classical algorithm for noisy random circuit sampling. In Proceedings of the 55th Annual ACM Symposium on Theory of Computing, STOC ’23 (ACM, 2023).González-García, G., Cirac, J. I. & Trivedi, R. Pauli path simulations of noisy quantum circuits beyond average case. Quantum 9, 1730 (2025).van Straaten, B. et al. QArray: A GPU-accelerated constant capacitance model simulator for large quantum dot arrays. SciPost Phys. Codebases 35 (2024).van Straaten, B. et al. Codebase release 1.3 for QArray. https://scipost.org/SciPostPhysCodeb.35-r1.3 (2024).Bayraktar, H. et al. cuquantum sdk: A high-performance library for accelerating quantum science. In 2023 IEEE International Conference on Quantum Computing and Engineering (QCE), 01, 1050–1061 (2023).Carrasquilla, J. & Melko, R. G. Machine learning phases of matter. Nat. Phys. 13, 431–434 (2017).Article CAS Google Scholar Carleo, G. & Troyer, M. Solving the quantum many-body problem with artificial neural networks. Science 355, 602–606 (2017).Article ADS MathSciNet CAS PubMed Google Scholar Lange, H., Van de Walle, A., Abedinnia, A. & Bohrdt, A. From architectures to applications: A review of neural quantum states. Quantum Sci. Technol. 9, 040501 (2024).Yang, T.-H., Soleimanifar, M., Bergamaschi, T. & Preskill, J. When can classical neural networks represent quantum states? Preprint at https://doi.org/10.48550/arXiv.2410.23152 (2024).Bukov, M., Schmitt, M. & Dupont, M. Learning the ground state of a non-stoquastic quantum hamiltonian in a rugged neural network landscape. SciPost Phys. 10, 147 (2021).Article ADS Google Scholar Han, C.-D., Glaz, B., Haile, M. & Lai, Y.-C. Tomography of time-dependent quantum hamiltonians with machine learning. Phys. Rev. A 104, 062404 (2021).Article ADS MathSciNet CAS Google Scholar Mohseni, N., Fösel, T., Guo, L., Navarrete-Benlloch, C. & Marquardt, F. Deep learning of quantum many-body dynamics via random driving. Quantum 6, 714 (2022).Article Google Scholar Shah, F. et al. Fourier neural operators for learning dynamics in quantum spin systems. Preprint at https://doi.org/10.48550/arXiv.2409.03302 (2024).Craig, D. L., Ares, N. & Gauger, E. M. Differentiable master equation solver for quantum device characterisation. Phys. Rev. Res. 6, 043175 (2024).Silver, D. et al. A general reinforcement learning algorithm that masters chess, shogi, and Go through self-play. Science 362, 1140–1144 (2018).Fawzi, A. et al. Discovering faster matrix multiplication algorithms with reinforcement learning. Nature 610, 47–53 (2022).Article ADS CAS PubMed PubMed Central Google Scholar Bengio, E., Jain, M., Korablyov, M., Precup, D. & Bengio, Y. Flow network based generative models for non-iterative diverse candidate generation. Adv. Neural Inf. Process. Syst. 34, 27381–27394 (2021).

Google Scholar Xiao, Y., Nazarian, S. & Bogdan, P. A stochastic quantum program synthesis framework based on bayesian optimization. Sci. Rep. 11, 13138 (2021).Article ADS CAS PubMed PubMed Central Google Scholar Zhu, Y. & Yu, K. Artificial intelligence (ai) for quantum and quantum for ai. Opt. Quantum Electron. 55, 697 (2023).Article Google Scholar Bang, J., Ryu, J., Yoo, S., Pawłowski, M. & Lee, J. A strategy for quantum algorithm design assisted by machine learning. N. J. Phys. 16, 073017 (2014).Article Google Scholar Grimsley, H. R., Economou, S. E., Barnes, E. & Mayhall, N. J. An adaptive variational algorithm for exact molecular simulations on a quantum computer. Nat. Commun. 10, 3007 (2019).Article ADS PubMed PubMed Central Google Scholar Teske, J. D. et al. A machine learning approach for automated fine-tuning of semiconductor spin qubits. Appl. Phys. Lett. 114, 133102 (2019).Article ADS Google Scholar Download referencesAcknowledgementsA.A.G. thanks Anders G. Frøseth for his generous support and acknowledges the generous support of Natural Resources Canada and the Canada 150 Research Chairs program. S.C.B. and Z.C. acknowledge the EPSRC projects EP/T001062/1, EP/W032635/1, and EP/Y004655/1. Z.C. also acknowledges support from the EPSRC fellowship UKRI1226. N.A. acknowledges support from the European Research Council (grant agreement 948932) and the Royal Society (URF-R1-191150). N.A. and F.F. also acknowledge support from the European Union and UK Research & Innovation (Quantum Flagship project ASPECTS, Grant Agreement No. 101080167). Views and opinions expressed are, however, those of the authors only and do not necessarily reflect those of the European Union, Research Executive Agency or UKRI. Neither the European Union nor UKRI can be held responsible for them. RGM acknowledges that Research at Perimeter Institute is supported in part by the Government of Canada through the Department of Innovation, Science and Economic Development Canada and by the Province of Ontario through the Ministry of Economic Development, Job Creation and Trade. N.M.T. is supported by the U.S. Department of Energy, Office of Science, National Quantum Information Science Research Centers, Co-design Center for Quantum Advantage (C2QA) under Contract No. DE-SC0012704.Author informationAuthors and AffiliationsNVIDIA Corporation, Santa Clara, CA, USAYuri Alexeev, Marwa H. Farag, Taylor L. Patti, Mark E. Wolf, Alán Aspuru-Guzik, Shuxiang Cao, Christopher Chamberland, Zohim Chandani, Ikko Hamamura, Nicholas Harrigan, Jin-Sung Kim, Elica Kyoseva, Justin G. Lietz, Tom Lubowe, Alexander McCaskey, Kouhei Nakaji, Pooja Rao, Bruno Schmitt, Sam Stanwyck & Timothy CostaDepartment of Engineering Science, University of Oxford, Oxford, United KingdomNatalia Ares, Zhenyu Cai & Federico FedeleDepartment of Chemistry, University of Toronto, Toronto, ON, CanadaAlán Aspuru-GuzikVector Institute for Artificial Intelligence, Toronto, ON, CanadaAlán Aspuru-GuzikDepartment of Computer Science, University of Toronto, Toronto, ON, CanadaAlán Aspuru-GuzikDepartment of Materials Science and Engineering, University of Toronto, Toronto, ON, CanadaAlán Aspuru-GuzikDepartment of Chemical Engineering and Applied Science, University of Toronto, Toronto, ON, CanadaAlán Aspuru-GuzikQuantum Motion, London, United KingdomSimon C. Benjamin & Zhenyu CaiDepartment of Materials, University of Oxford, Oxford, United KingdomSimon C. BenjaminDepartment of Physics and Astronomy, University of Waterloo, Waterloo, ON, CanadaRoger G. MelkoPerimeter Institute for Theoretical Physics, Waterloo, ON, CanadaRoger G. MelkoQubit Pharmaceuticals, Paris, FranceAlberto PeruzzoQuandela, Massy, FranceAlberto PeruzzoNASA Ames Research Center, California, USANorm M. TubmanComputer Science Department, University of California Los Angeles, Los Angeles, CA, USAHanrui WangAuthorsYuri AlexeevView author publicationsSearch author on:PubMed Google ScholarMarwa H. FaragView author publicationsSearch author on:PubMed Google ScholarTaylor L. PattiView author publicationsSearch author on:PubMed Google ScholarMark E. WolfView author publicationsSearch author on:PubMed Google ScholarNatalia AresView author publicationsSearch author on:PubMed Google ScholarAlán Aspuru-GuzikView author publicationsSearch author on:PubMed Google ScholarSimon C. BenjaminView author publicationsSearch author on:PubMed Google ScholarZhenyu CaiView author publicationsSearch author on:PubMed Google ScholarShuxiang CaoView author publicationsSearch author on:PubMed Google ScholarChristopher ChamberlandView author publicationsSearch author on:PubMed Google ScholarZohim ChandaniView author publicationsSearch author on:PubMed Google ScholarFederico FedeleView author publicationsSearch author on:PubMed Google ScholarIkko HamamuraView author publicationsSearch author on:PubMed Google ScholarNicholas HarriganView author publicationsSearch author on:PubMed Google ScholarJin-Sung KimView author publicationsSearch author on:PubMed Google ScholarElica KyosevaView author publicationsSearch author on:PubMed Google ScholarJustin G. LietzView author publicationsSearch author on:PubMed Google ScholarTom LuboweView author publicationsSearch author on:PubMed Google ScholarAlexander McCaskeyView author publicationsSearch author on:PubMed Google ScholarRoger G. MelkoView author publicationsSearch author on:PubMed Google ScholarKouhei NakajiView author publicationsSearch author on:PubMed Google ScholarAlberto PeruzzoView author publicationsSearch author on:PubMed Google ScholarPooja RaoView author publicationsSearch author on:PubMed Google ScholarBruno SchmittView author publicationsSearch author on:PubMed Google ScholarSam StanwyckView author publicationsSearch author on:PubMed Google ScholarNorm M. TubmanView author publicationsSearch author on:PubMed Google ScholarHanrui WangView author publicationsSearch author on:PubMed Google ScholarTimothy CostaView author publicationsSearch author on:PubMed Google ScholarContributionsE.K., A.A.G., N.H., A.M., S.S., and T.C. reviewed and supervised the writing of the paper. Y.A., M.H.F., T.L.P., M.E.W., N.A., A.A.G., S.C.B., Z.Cai, S.C., C.C., Z. Chandani, F.F., I.H., J.S.K., J.G.L., T.L., R.G.M., K.N., A.P., P.R., B.S., N.M.T., and H.W. contributed to writing the paper, conducting the literature review, and creating figures. Y.A. M.H.F., T.L.P., and M.E.W. contributed equally and led the organization and editing of the paper. All authors read and approved the manuscript.Corresponding authorCorrespondence to Mark E. Wolf.Ethics declarations Competing interests The authors declare no competing interests. Peer review Peer review information Nature Communications thanks Cristian Bonato, Murphy Niu and the other anonymous reviewer(s) for their contribution to the peer review of this work. Additional informationPublisher’s note Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.Rights and permissions Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made. The images or other third party material in this article are included in the article's Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article's Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. Reprints and permissionsAbout this articleCite this articleAlexeev, Y., Farag, M.H., Patti, T.L. et al. Artificial intelligence for quantum computing. Nat Commun 16, 10829 (2025). https://doi.org/10.1038/s41467-025-65836-3Download citationReceived: 25 February 2025Accepted: 24 October 2025Published: 02 December 2025Version of record: 02 December 2025DOI: https://doi.org/10.1038/s41467-025-65836-3Share this articleAnyone you share the following link with will be able to read this content:Get shareable linkSorry, a shareable link is not currently available for this article.

Read Original

Tags

ionq
quantum-annealing
quantum-computing
quantum-hardware
quantum-investment
quantum-materials
quantum-optimization

Source Information

Source: Google News – Quantum Computing

Discussion

0 professional contributions

Sign in to join this professional discussion.

Be the first to add a constructive contribution.