Skip to Main Content

QUANTUM COMPUTING

Hybrid Quantum AI Energy Advantage

A new study reveals hybrid quantum-classical AI models could achieve energy efficiency in fine-tuning tasks compared to classical simulations as systems scale.

Read time
6 min read
Word count
1,305 words
Date
Jul 21, 2026
Summarize with AI

Research by IonQ and QuantumBasel indicates that a hybrid quantum-classical approach to artificial intelligence model fine-tuning may eventually consume less energy than classical simulation. This approach also matches or surpasses several conventional machine-learning methods on a text classification task. The study, which directly measured power consumption on an IonQ Forte Enterprise quantum computer, suggests that quantum hardware could offer practical energy advantages beyond just computational speed, particularly as AI systems continue to grow and demand more resources.

Hybrid Quantum AI Energy Advantage. Visualization by Stable Diffusion
Visualization by Stable Diffusion
🌟 Non-members read here

A collaborative study by IonQ and QuantumBasel indicates that a hybrid quantum-classical approach to fine-tuning artificial intelligence models could eventually consume less energy than classical simulation. This method also matches or surpasses several conventional machine-learning techniques on a text classification task. These findings offer an early signal that quantum computers may provide practical advantages beyond just computational speed.

The research, detailed in a paper on arXiv, focuses on “energy-to-solution” as a key performance metric. This metric tracks the total energy required to complete a computational task. Rather than relying on theoretical estimations, the team directly measured the electrical power consumed by an IonQ Forte Enterprise trapped-ion quantum computer. This was done while the system executed quantum circuits used for fine-tuning a foundational AI model.

The study, which has been submitted to the IEEE Quantum Week conference, found that the quantum processor’s energy consumption increased roughly linearly with the number of qubits. In contrast, the energy required to simulate the identical circuits on a classical graphics processing unit (GPU) rose exponentially. Based on the collected data and the specific hardware and algorithms employed, researchers projected an energy break-even point at approximately 34 qubits. At this point, executing the workload on the quantum processor would demand less energy than classical state-vector simulation.

The researchers caution that this projected crossover point depends on the particular quantum hardware, GPU, circuit design, and experimental setup used in the study. They emphasize this work examines a specific hybrid machine-learning application. It does not represent a demonstration of a general quantum advantage across all computational problems. This research addresses a growing concern regarding modern AI systems, where training and adapting large language models increasingly demand substantial computing resources and electricity.

Hybrid Quantum AI Architecture

Rather than attempting to replace an entire language model with a quantum computer, the research team adopted a hybrid architecture. The foundational model remained a conventional sentence transformer, derived from the BERT family of language models. This classical model converted text into numerical representations known as embeddings. Instead of using a traditional neural-network classifier to interpret these embeddings, the researchers replaced the final classification layer with a parameterized quantum circuit executed on quantum hardware.

This approach effectively delegates a small, yet critical, portion of the AI workflow to the quantum processor. The much larger language model continues to operate on conventional hardware. The experiments specifically focused on sentiment analysis using the Stanford Sentiment Treebank 2 benchmark. This is a standard dataset comprising positive and negative movie reviews, providing a clear context for evaluation.

To assess performance, the researchers compared their hybrid quantum method against several classical techniques. These included logistic regression and support vector classifiers, all trained on the same dataset. The experiments were conducted on IonQ’s 36-qubit Forte Enterprise trapped-ion quantum computer. This system’s all-to-all qubit connectivity proved advantageous, allowing quantum circuits to execute without the additional routing operations often necessary on other quantum computing architectures. This reduced compilation overhead for the tested circuits significantly.

Unlike many prior studies on quantum energy efficiency, which estimated power consumption by multiplying execution time by average system power, the researchers in this study directly monitored electrical power. They tracked consumption across major components of the Forte Enterprise system throughout the experiments. This precise measurement allowed them to calculate the actual energy consumed during quantum inference jobs. Separately, they estimated GPU energy consumption using CodeCarbon, running on an NVIDIA L4 GPU hosted in Google Cloud. This meticulous approach provides a more accurate picture of energy usage.

Accuracy and Efficiency in Quantum Models

The study also aimed to determine if quantum hardware could perform useful machine-learning tasks while demonstrating favorable energy scaling. Given that current quantum processors are susceptible to noise, researchers introduced several modifications specifically for real-hardware execution. These included simplifying the quantum classifier and generating multiple equivalent versions of each quantum circuit. This averaging out of hardware-specific errors improved reliability.

Furthermore, post-processing methods were applied to reduce systematic bias in measurement results. The quantum models themselves were initially trained using simulations that incorporated realistic hardware noise. Subsequently, these models were deployed onto the IonQ quantum computer for inference. Researchers observed that classification accuracy generally improved as more qubits were utilized, even with the accompanying increase in circuit complexity.

Using effective error mitigation techniques, the best hardware results achieved an accuracy of 91.2% on the sentiment classification benchmark. This performance closely approached the noiseless simulation result of 92.06%. It also exceeded the classical logistic regression and support vector classifier baselines included in the study. According to the researchers, the best quantum model reduced classification error by approximately 24% relative to the best classical fine-tuned baseline in simulation. This reduction was roughly 16% when executed on quantum hardware with error mitigation.

However, researchers reported that the evaluation used only 250 test samples. This means the statistical uncertainty around individual accuracy measurements remains relatively large. They note in the study that the consistent trend across larger qubit counts provides stronger evidence than any single measurement alone. Another key observation was that the average power consumption of the quantum computer stayed relatively constant regardless of circuit size. Increases in total energy consumption were primarily driven by longer execution times as circuits became larger. This finding supports the idea that execution time, rather than increased instantaneous power draw, determines energy scaling for this class of quantum circuits.

Energy-to-Solution Metrics and Future Directions

Energy-to-solution has emerged as an increasingly vital metric as AI and high-performance computing systems consume escalating amounts of electricity. This metric captures the total electrical energy needed to successfully complete a computational task, rather than merely measuring processing speed. Researchers suggest that future quantum computing systems should be evaluated not only on whether they solve problems faster than classical machines but also on whether they do so using less energy.

For the shallow quantum circuits examined in the study, measurements indicated that quantum energy requirements scaled approximately linearly with qubit count. In contrast, classical state-vector simulation exhibited the expected exponential growth, as each additional qubit effectively doubles the size of the simulated quantum state. The paper also discusses another classical simulation technique: matrix product states (MPS). MPS can simulate certain quantum circuits far more efficiently than full state-vector simulation.

The researchers acknowledge that MPS provides a substantially stronger classical comparison than state-vector simulation for many practical circuits. Their analysis suggests that quantum hardware could eventually become more energy efficient than MPS for certain logarithmic-depth circuits. However, this remains a theoretical projection and has not been directly validated experimentally. The team presents this work as an experimental proof of concept rather than conclusive evidence of broad quantum advantage.

Only inference—the stage where a trained model makes predictions—was executed on the quantum processor. The training phase itself remained classical, with quantum circuit parameters optimized using simulation before deployment to hardware. The experiments involved relatively modest circuit sizes, up to 28 qubits for energy analysis and up to 18 qubits for accuracy testing. The projected break-even point near 34 qubits represents an extrapolation rather than a direct measurement.

The study examined only one hybrid machine-learning architecture performing a single natural language processing task. Whether similar energy behavior extends to other AI models, datasets, or quantum algorithms remains an open question. Researchers also noted that higher classification accuracy required substantially larger numbers of measurement shots, which increased overall energy consumption. Understanding the optimal balance between accuracy and energy efficiency remains an important area for future study.

Looking ahead, the team identifies several next steps. These include directly measuring the energy required to train quantum machine-learning models on quantum hardware. They also plan to compare quantum performance with larger-scale classical computing systems, including supercomputers. The team also suggests that enterprises may not need to wait for fully fault-tolerant quantum computers before beginning to realize benefits. They envision incorporating quantum computing into selected AI workflows could offer current advantages.

References