NVIDIA Accelerates Quantum Computing Breakthroughs with CUDA-X Libraries

September 30, 2025

nvidianews.nvidia.com
NVIDIA Accelerates Quantum Computing Breakthroughs with CUDA-X Libraries Quantum computing holds immense promise for reshaping industries, but significant hurdles remain before it can deliver on its potential. Key challenges include error correction, simulations of qubit designs, and circuit compilation optimization. NVIDIA is addressing these bottlenecks with its accelerated computing platform and CUDA-X libraries, empowering researchers to make significant strides. The Power of Accelerated Computing for Quantum Research The parallel processing capabilities of accelerated computing provide the necessary power to drive breakthroughs in quantum computing. NVIDIA's CUDA-X libraries are forming the backbone of quantum research, enabling faster decoding of quantum errors and the design of larger, more complex qubit systems. By leveraging GPU-accelerated tools, researchers are expanding the boundaries of classical computation and bringing the era of useful quantum applications closer to realization. Accelerating Quantum Error Correction Decoders with NVIDIA CUDA-Q QEC and cuDNN Quantum error correction (QEC) is crucial for mitigating the inherent noise in quantum processors. It allows researchers to distill thousands of noisy physical qubits into a smaller number of reliable, logical qubits. This process involves decoding data in real time, identifying, and correcting errors as they occur. Quantum low-density parity-check (qLDPC) codes are a promising approach to QEC, offering the potential to mitigate errors with relatively low qubit overhead. However, decoding these codes demands computationally intensive algorithms operating at extremely low latency and with high throughput.
  • University of Edinburgh's AutoDEC: Researchers at the University of Edinburgh utilized the NVIDIA CUDA-Q QEC library to develop a new qLDPC decoding method called AutoDEC. This resulted in a 2x boost in both speed and accuracy. AutoDEC leverages CUDA-Q's GPU-accelerated BP-OSD decoding functionality, parallelizing the decoding process and increasing the effectiveness of error correction.
  • QuEra Collaboration: In a separate project, NVIDIA partnered with QuEra to develop an AI decoder based on a transformer architecture, utilizing the NVIDIA PhysicsNeMo framework and cuDNN library. AI-powered decoders offer a scalable solution for handling the larger-distance codes required in future quantum computers. By training the AI model ahead of time, the computationally intensive portions of the workload are frontloaded, leading to more efficient inference during runtime. The AI model developed with NVIDIA CUDA-Q enabled QuEra to achieve a 50x increase in decoding speed while also improving accuracy.
Optimizing Quantum Circuit Compilation With cuDF Improving the quality of qubits is vital, and one strategy is to compile algorithms to target the highest-quality qubits available on a processor. Mapping qubits from an abstract quantum circuit to a physical layout on a chip is a computationally demanding problem closely related to graph isomorphism. In collaboration with Q-CTRL and Oxford Quantum Circuits, NVIDIA developed a GPU-accelerated layout selection method called ∆-Motif, achieving up to a 600x speedup in applications like quantum compilation that rely on graph isomorphism. To scale this approach, NVIDIA and its collaborators employed cuDF, a GPU-accelerated data science library, to perform graph operations and construct potential layouts with predefined patterns (motifs) based on the physical layout of the quantum chip. By efficiently constructing and merging motifs in parallel, GPU acceleration is enabled for graph isomorphism problems for the first time. Accelerating High-Fidelity Quantum System Simulation With cuQuantum Numerical simulation of quantum systems is crucial for understanding the underlying physics of quantum devices and developing improved qubit designs. QuTiP, a widely adopted open-source toolkit, plays a vital role in understanding the noise sources present in quantum hardware. A key application involves high-fidelity simulation of open quantum systems, such as modeling superconducting qubits coupled with other components within the quantum processor (e.g., resonators and filters) to accurately predict device behavior. Through a collaboration with the University of Sherbrooke and Amazon Web Services (AWS), QuTiP was integrated with the NVIDIA cuQuantum software development kit via a new QuTiP plug-in called qutip-cuquantum. AWS provided the GPU-accelerated Amazon Elastic Compute Cloud (Amazon EC2) compute infrastructure for the simulation. For large systems, researchers observed up to a 4,000x performance boost when studying a transmon qubit coupled with a resonator. Learn more about the NVIDIA CUDA-Q platform and how it powers quantum applications research in [this NVIDIA technical blog](URL_TO_TECHNICAL_BLOG - Placeholder, replace with actual blog URL if available).