<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>hybrid quantum computing &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/hybrid-quantum-computing/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 13:02:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>hybrid quantum computing &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>Quantum Annealers Take Over Training of Variational Quantum Algorithms</title>
		<link>https://scienmag.com/quantum-annealers-take-over-training-of-variational-quantum-algorithms/</link>
		
		<dc:creator><![CDATA[Katie Riggs]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 13:02:57 +0000</pubDate>
				<category><![CDATA[Technology and Engineering]]></category>
		<category><![CDATA[barren plateaus]]></category>
		<category><![CDATA[gate-based quantum model training]]></category>
		<category><![CDATA[gradient-free training]]></category>
		<category><![CDATA[Hamiltonians]]></category>
		<category><![CDATA[hybrid quantum computing]]></category>
		<category><![CDATA[hybrid quantum computing architectures]]></category>
		<category><![CDATA[hybrid quantum-classical optimization]]></category>
		<category><![CDATA[innovative approaches to quantum algorithm training]]></category>
		<category><![CDATA[metaheuristics]]></category>
		<category><![CDATA[near-term quantum hardware optimization]]></category>
		<category><![CDATA[NISQ era]]></category>
		<category><![CDATA[noise-resilient quantum parameter tuning]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[overcoming barren plateaus in variational algorithms]]></category>
		<category><![CDATA[quadratic unconstrained binary optimization in quantum computing]]></category>
		<category><![CDATA[quantum annealer as optimizer]]></category>
		<category><![CDATA[quantum annealing]]></category>
		<category><![CDATA[quantum annealing for variational quantum algorithm training]]></category>
		<category><![CDATA[Quantum Computing]]></category>
		<category><![CDATA[Quantum machine learning]]></category>
		<category><![CDATA[quantum machine learning optimization techniques]]></category>
		<category><![CDATA[QUBO]]></category>
		<category><![CDATA[scalable quantum annealer applications]]></category>
		<category><![CDATA[variational quantum algorithms]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=194627</guid>

					<description><![CDATA[Researchers have shown that quantum annealers can train variational quantum algorithms by recasting parameter optimization as a QUBO problem, achieving competitive accuracy with reduced computational overhead.]]></description>
										<content:encoded><![CDATA[<p>Variational quantum algorithms have become the workhorses of near-term quantum computing, promising everything from molecular simulation to machine learning on hardware that is still noisy and small. Yet a stubborn bottleneck has shadowed the field from the start: training the variational parameters. Most approaches lean on gradient-based classical optimizers, which require repeated circuit evaluations, suffer from shot noise, and can stall entirely in the notorious barren plateaus that flatten the loss landscape of deep parametrized circuits. A new study published in Quantum Machine Intelligence proposes a striking alternative — let a quantum annealer do the training.</p>
<p>Researchers Ernesto Acosta and Carlos Cano of the University of Granada, together with Guillermo Botella of Complutense University of Madrid, have reformulated the parameter-optimization problem of variational quantum algorithms as a Quadratic Unconstrained Binary Optimization problem, the native language of quantum annealers. Their work, published as volume 8, article 101 of the journal, demonstrates that the same machines designed to find low-energy configurations of combinatorial optimization problems can also serve as scalable optimizers for gate-based quantum models, opening a hybrid pathway that combines gate-model quantum computing, quantum annealing, and classical control in a single training loop.</p>
<p>The core insight behind the method is elegant. Variational quantum algorithms depend on a Hamiltonian expressed in terms of trainable rotation angles, and the exponential structure of the circuit&#8217;s unitary operator can be transformed, through a heuristic substitution that replaces imaginary phases with real-valued angles, into sums of real exponential terms. Those terms map naturally onto the quadratic binary cost functions that quantum annealers minimize. In other words, the mathematical structure of the ansatz itself provides the bridge: instead of estimating gradients with hundreds of circuit shots, the team encodes candidate parameter regions directly into QUBO form and asks the annealer to find the configuration with the lowest energy.</p>
<p>Because continuous rotation angles must be represented with discrete binary variables, the researchers developed a recursive refinement strategy that progressively narrows the search space. The parameter range is partitioned into segments, validation points are sampled within each partition, and the QUBO problem is solved to identify the most promising regions. The angle range is then rescaled — in their worked example, halved at each level — and centered on the best solution found so far, and the process repeats. This coarse-to-fine scheme approximates high-quality continuous solutions with a small number of discrete QUBO solves, trading resolution for tractability in a controlled way.</p>
<p>A key strength of the framework is its adaptability. The method exposes a rich set of configurable metaheuristic parameters, including the number of training levels, the number of partitions per angle, and the number of validation points per partition. These knobs allow practitioners to tune the balance between solution quality and computational cost according to the problem at hand and the computational resources available. The authors also integrate an adaptive metaheuristic optimization scheme rather than a fixed search rule, making the training procedure generalizable to arbitrary Hamiltonians rather than being tied to a specific circuit family or ansatz design.</p>
<p>To test the approach, the team benchmarked their adiabatic training scheme on publicly available classification datasets, including the Iris, Heart Disease, and Diabetes datasets from the UCI machine learning repository. The experimental evaluations show that the method achieves accuracy comparable to, and in some configurations better than, established classical and evolutionary optimizers, while significantly reducing computational overhead. The authors&#8217; hyperparameter exploration reveals that the highest performance efficiency — accuracy gained per unit of training time — tends to occur at lower numbers of levels and partitions, meaning that modest configurations already capture most of the benefit before costs escalate.</p>
<p>The implications extend beyond raw benchmark numbers. Gradient-based training on near-term quantum hardware is plagued by noisy gradient estimates, since every partial derivative must be inferred from finite numbers of noisy circuit measurements. Meanwhile, barren plateaus, whose origins have been linked both to deep random circuits and to noise accumulation, can render gradients exponentially vanishing and classical optimizers effectively blind. A gradient-free, annealer-driven optimizer sidesteps both pathologies: it never estimates a derivative, and its search is driven by the energy landscape of the QUBO encoding rather than by local slope information that may not exist in any meaningful sense.</p>
<p>The study builds on a growing body of work connecting annealing-style hardware to machine learning. Previous research has shown that QUBO formulations can be used to train classical machine learning models, that Ising machines can serve as training engines for standard neural networks, and that universal adiabatic quantum computers can be harnessed for neural network training. An earlier preprint by the same team had already explored adiabatic training for variational quantum algorithms; the new journal publication consolidates that line of inquiry into a general, configurable framework with systematic experimental validation, code released through a public repository, and full experimental detail across multiple datasets and hyperparameter regimes.</p>
<p>What emerges is a compelling vision of near-term quantum computing as a genuinely hybrid enterprise. In the architecture the Granada and Madrid researchers describe, a gate-based quantum processor executes the variational circuit, a quantum annealer solves the training problem at each iteration, and a classical system orchestrates the recursive refinement and manages the workflow. Each platform contributes what it does best, and none has to shoulder the full burden alone. As annealing hardware scales and QUBO encodings grow more expressive, this division of labor could become a practical route to training quantum models that classical optimizers struggle to handle.</p>
<p>Challenges certainly remain. The heuristic substitution that enables real-valued QUBO encoding sacrifices strict unitarity, and the discretization of continuous parameters means solution precision depends on the depth of the refinement schedule. The authors&#8217; own data show that pushing training levels and partitions higher does not always pay off, underscoring the need for careful configuration. Still, the demonstration that quantum annealers can train variational quantum algorithms with competitive quality and lower overhead marks a meaningful step. For a field hunting for any advantage in the noisy intermediate-scale era, recruiting one quantum machine to train another may prove to be one of the more inventive entries in the playbook.</p>
<p><strong>Subject of Research:</strong> A QUBO-based method that uses quantum annealers to train variational quantum algorithms without gradients.</p>
<p><strong>Article Title:</strong> QUBO-based training for VQAs on quantum annealers</p>
<p><strong>Article References:</strong> Acosta, E., Botella, G., &amp; Cano, C. (2026). QUBO-based training for VQAs on quantum annealers. <em>Quantum Machine Intelligence, 8</em>(2), Article 101. <a href="https://doi.org/10.1007/s42484-026-00441-1" rel="noopener noreferrer">https://doi.org/10.1007/s42484-026-00441-1</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1007/s42484-026-00441-1" rel="noopener noreferrer">10.1007/s42484-026-00441-1</a></p>
<p><strong>Keywords:</strong> quantum computing, variational quantum algorithms, quantum annealing, QUBO, optimization, barren plateaus, quantum machine learning, hybrid quantum computing, metaheuristics, NISQ era, gradient-free training, Hamiltonians</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">194627</post-id>	</item>
		<item>
		<title>EPB Quantum℠ Integrates Hybrid Computing into Advanced Quantum Development Platform</title>
		<link>https://scienmag.com/epb-quantum%e2%84%a0-integrates-hybrid-computing-into-advanced-quantum-development-platform/</link>
		
		<dc:creator><![CDATA[Katie Riggs]]></dc:creator>
		<pubDate>Mon, 22 Sep 2025 22:18:46 +0000</pubDate>
				<category><![CDATA[Mathematics]]></category>
		<category><![CDATA[advanced quantum development platform]]></category>
		<category><![CDATA[algorithmic efficiency in energy management]]></category>
		<category><![CDATA[classical and quantum computing integration]]></category>
		<category><![CDATA[computational challenges in energy infrastructure]]></category>
		<category><![CDATA[energy distribution solutions]]></category>
		<category><![CDATA[EPB Quantum Center Chattanooga]]></category>
		<category><![CDATA[high-performance computing collaboration]]></category>
		<category><![CDATA[hybrid quantum computing]]></category>
		<category><![CDATA[NVIDIA DGX supercomputer integration]]></category>
		<category><![CDATA[Oak Ridge National Laboratory partnership]]></category>
		<category><![CDATA[power grid optimization technology]]></category>
		<category><![CDATA[quantum processing units application]]></category>
		<guid isPermaLink="false">https://scienmag.com/epb-quantum%e2%84%a0-integrates-hybrid-computing-into-advanced-quantum-development-platform/</guid>

					<description><![CDATA[In a groundbreaking advancement at the intersection of quantum and classical computing technologies, EPB Quantum℠, in collaboration with Oak Ridge National Laboratory (ORNL), NVIDIA, and lonQ, has unveiled a state-of-the-art hybrid computing platform aimed at revolutionizing power grid optimization and energy distribution. The announcement, made at the 2025 Quantum World Congress, details the installation of [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In a groundbreaking advancement at the intersection of quantum and classical computing technologies, EPB Quantum℠, in collaboration with Oak Ridge National Laboratory (ORNL), NVIDIA, and lonQ, has unveiled a state-of-the-art hybrid computing platform aimed at revolutionizing power grid optimization and energy distribution. The announcement, made at the 2025 Quantum World Congress, details the installation of an NVIDIA DGX supercomputer system at the EPB Quantum Center℠ in Chattanooga, Tennessee. This marks a significant milestone, integrating classical high-performance computing with commercially available quantum resources within a single facility, poised to tackle some of the most complex computational challenges faced by modern energy infrastructures.</p>
<p>The novel hybrid architecture embodies a comprehensive approach in which CPUs, GPUs, and Quantum Processing Units (QPUs) function in concert to deliver scalable solutions across a spectrum of optimization tasks. Leveraging ORNL’s decades-long legacy in supercomputing and quantum research, the system is designed to bridge the existing divide between conventional data processing and the emerging quantum computational paradigm. This synergy stands to dramatically enhance algorithmic efficiency in real-world applications, particularly in electric grid management, where massive datasets and complex interdependencies demand unprecedented computational power.</p>
<p>EPB Quantum&#8217;s ambition is bold but necessary: to harness the quantum advantage in optimizing and managing the intricacies of a locally operated 600-square-mile energy distribution network. The system aims to minimize electrical losses, reduce voltage drops, and improve load balancing to maximize reliability and efficiency—objectives that classical methodologies have only partially realized. By analyzing trillions of operational data points collected from an extensive fiber-optic network and thousands of automated sensors, the hybrid platform seeks to identify new algorithms and operational strategies capable of powering a more resilient and sustainable electric grid.</p>
<p>The integration of lonQ’s Forte Enterprise Quantum Computer, slated for commissioning in early 2026, adds a vital quantum dimension to this initiative. lonQ, trading under NYSE: IONQ, is a trailblazer in quantum computing and networking, pushing the frontier with quantum machines targeting millions of qubits within the next decade. The partnership’s fusion of lonQ’s quantum hardware and expertise with EPB’s real-world infrastructure and ORNL’s research prowess creates an ecosystem where innovations move rapidly from theoretical research to field deployment.</p>
<p>Historically, EPB and ORNL&#8217;s collaboration has been instrumental in advancing energy grid security. Since 2016, the two laboratories, alongside Los Alamos National Laboratory and Qubitekk (now acquired by lonQ), have developed quantum-secure communication technologies designed to protect critical grid signals from cyber intrusions. This collaborative project, “QED: Quantum Ensured Defense of the Smart Electric Grid,” earned the prestigious R&amp;D 100 Award in 2021, a testament to its impact in accelerating quantum networking technologies beyond laboratory conditions.</p>
<p>The practical marriage of classical and quantum computing resources at EPB&#8217;s facility offers a compelling preview of the hybrid supercomputing future. This model leverages classical GPUs’ well-established numerical processing capabilities alongside quantum circuits’ potential for exponential problem-solving speedups in areas such as combinatorial optimization and machine learning. The hybrid approach is critical because many real-world challenges—like power grid optimization—involve problem domains that can benefit from quantum algorithms while still requiring the robustness and vast data-handling capacity of classical computers.</p>
<p>David Wade, CEO of EPB, emphasized how this platform is more than a technological experiment. Rather, it represents a collaborative innovation ecosystem, enabling entrepreneurs, academic institutions, national laboratories, and industry leaders to co-develop quantum-enhanced applications that drive tangible societal benefits. By making a holistic quantum development environment accessible, EPB Quantum positions itself as a national hub for quantum technology commercialization and applied research.</p>
<p>From ORNL’s perspective, as underscored by Director Stephen Streiffer, the partnership exemplifies how federally funded national laboratories are pivotal in transitioning novel scientific principles into transformative technologies. ORNL’s strategy emphasizes hybrid high-performance computing as a core pillar, recognizing that future scientific and industrial breakthroughs will depend on integrating diverse computational architectures that include quantum accelerators. This vision aligns with the Department of Energy’s mission to advance clean energy, national security, and scientific discovery.</p>
<p>The project also reflects NVIDIA’s forward-looking commitment to hybrid quantum-classical infrastructures. Sam Stanwyck, NVIDIA’s group product manager for quantum computing, highlighted that this initiative is not merely theoretical—it&#8217;s an endeavor that actively shapes hybrid computing’s practical landscape. NVIDIA’s AI and GPU technologies complement quantum processors by enabling scalable simulations, quantum algorithm development, and data-intensive computations necessary for optimizing complex systems like smart grids.</p>
<p>LonQ’s CEO Niccolo de Masi added that while quantum hardware has advanced rapidly, its full potential will be realized only through the development of tailored algorithms and practical applications rooted in tangible infrastructure. The alliance’s access to EPB’s rich operational data accelerates this process by providing a testing ground far beyond the usual lab-based experimentation, thus shortening the innovation cycle for quantum-based solutions.</p>
<p>Looking forward, the outcomes of this joint hybrid computing effort are intended to be replicable across other energy networks in the United States and beyond. While EPB’s operations encompass a significant 600-square-mile service area, the methodologies, tools, and algorithms developed will likely scale to regional and national grids, helping utilities address efficiency, reliability, and security issues amid rising demand and climate-related stresses.</p>
<p>This comprehensive hybrid computing model ultimately serves as a harbinger for a new era in scientific computation, where the strengths of classical and quantum technologies are harnessed in tandem to conquer problems once considered intractable. As quantum systems mature and integrate seamlessly with their classical counterparts, the implications will ripple broadly—from energy and materials science to finance and national defense—ushering in a transformative paradigm of technological innovation.</p>
<p>For now, the EPB Quantum Center stands as a living laboratory embodying this transition. The coupled deployment of the NVIDIA DGX system and lonQ’s forthcoming quantum devices equip scientists and engineers with unmatched computational tools, accessible through cloud platforms and bolstered by deep partnership networks. This synergy promises to accelerate the quantum revolution from theoretical promise to practical reality, delivering breakthroughs with far-reaching societal impact.</p>
<hr />
<p><strong>Subject of Research</strong>: Power grid optimization through hybrid classical-quantum computing systems.</p>
<p><strong>Article Title</strong>: EPB Quantum and ORNL Pioneer Hybrid Computing Platform to Revolutionize Power Grid Optimization</p>
<p><strong>News Publication Date</strong>: 2025 (Exact date not specified)</p>
<p><strong>Web References</strong>:</p>
<ul>
<li>EPB Quantum Hybrid Computing Announcement: <a href="https://epb.com/newsroom/press-releases/epb-quantum-adds-hybrid-computing-to-comprehensive-quantum-development-platform/">https://epb.com/newsroom/press-releases/epb-quantum-adds-hybrid-computing-to-comprehensive-quantum-development-platform/</a>  </li>
<li>Oak Ridge National Laboratory: <a href="https://www.ornl.gov/">https://www.ornl.gov/</a>  </li>
<li>Department of Energy Office of Science: <a href="https://energy.gov/science">https://energy.gov/science</a>  </li>
<li>lonQ Official Site: <a href="http://lonq.com">http://lonq.com</a>  </li>
<li>EPB Official Site: <a href="http://epb.com">http://epb.com</a>  </li>
<li>EPB Quantum Portal: <a href="http://epbquantum.com">http://epbquantum.com</a></li>
</ul>
<p><strong>References</strong>:</p>
<ul>
<li>2021 R&amp;D 100 Award for “QED: Quantum Ensured Defense of the Smart Electric Grid”  </li>
<li>Newsweek’s 2025 Excellence Index 1000  </li>
<li>Forbes&#8217; 2025 Most Successful Mid-Cap Companies list  </li>
<li>Built In’s 2025 100 Best Midsize Places to Work in Washington DC and Seattle</li>
</ul>
<p><strong>Keywords</strong>: Quantum computing, hybrid supercomputing, power grid optimization, quantum networking, classical-quantum computation, energy distribution, high-performance computing, quantum hardware, quantum algorithms, grid automation, quantum-secure communication</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">80793</post-id>	</item>
	</channel>
</rss>
