NVQLink: What NVIDIA's Quantum-GPU Architecture Does
A plain explanation of NVQLink: the latency numbers, the partner list, and why an infrastructure layer that builds no qubits at all is one of the more consequential quantum computing announcements of 2026.
The problem it addresses
Quantum error correction and live qubit calibration both depend on a classical computer reacting to a QPU's output fast enough to act on it before the quantum state decoheres. Our real-time decoding bottleneck piece covers why this is one of the harder unsolved parts of fault tolerance: syndrome measurements have to be decoded and acted on inside a hard timing window, and a classical decoder that can't keep pace makes the whole error-correction scheme collapse regardless of how good the qubits are.
NVQLink is NVIDIA's answer to the connective-tissue half of that problem: a standard way to wire a GPU-accelerated classical system directly to a QPU's control electronics, fast enough for real-time decoding and calibration to run in that window. NVIDIA CEO Jensen Huang has called it "the Rosetta Stone connecting quantum and classical supercomputers," a framing worth reading as marketing language, not an independently verified claim, the same way this site reads any vendor's description of its own product.
The architecture, in numbers
Under 4.0 µs
Round-trip latency, FPGA to GPU and back, per NVIDIA's published spec
400 Gb/s
Configurable throughput between the classical host and the QPU controller
40,000 TFLOPS
Per NVIDIA GB200 (Grace Blackwell) node, with sparsity, available to the decoder
17 + 5 + 9
QPU builders, controller builders, and U.S. national labs named as partners
The connection itself runs over RDMA over Converged Ethernet (RoCE), linking GPU-accelerated servers to quantum system controllers through a reference stack built around NVIDIA's Holoscan Sensor Bridge FPGA core and ConnectX network interface cards, with an optional Spectrum-X switch for larger deployments. The software layer is cudaq-realtime, an API built on top of CUDA-Q that NVIDIA describes as "the supported way to build real-time applications on NVQLink," coordinating work across CPUs, GPUs, and FPGAs inside what NVIDIA calls the Real-time Host and Quantum System Controller.
Third-party validation exists for at least part of this: Dell has validated several of its server lines (XE7745, XE9680, R7715, R770) as Real-time Host platforms, reproducing NVQLink latencies under 4 microseconds independently of NVIDIA's own numbers. That's a genuinely stronger form of evidence than a vendor spec sheet alone, though it confirms the hardware's latency claim specifically, not any broader claim about what running real error correction over the link achieves end to end.
What it's for
QPU calibration
Continuous, real-time recalibration of a quantum processor without taking it offline, using GPU compute to keep up with drifting hardware conditions as they happen rather than during a scheduled maintenance window.
Quantum error correction decoding
High-throughput, low-latency decoding of the syndrome measurements a surface code or qLDPC code produces, the step our decoding bottleneck piece argues is the real gate on whether fault tolerance becomes practical, not the raw qubit count.
Logical orchestration
JIT compilation and dynamic routing for protocols where the next operation depends on a mid-circuit measurement result, the kind of adaptive circuit that a fixed, pre-compiled program can't express.
The partner list
NVIDIA's strategy is breadth rather than picking a winning qubit modality. The named partners span nearly every hardware approach in the field:
QPU builders (17)
Alice & Bob, Anyon Computing, Atom Computing, Diraq, Infleqtion, IonQ, IQM, ORCA Computing, Oxford Quantum Circuits, Pasqal, Quandela, Quantinuum, Quantum Circuits Inc., Quantum Machines, Quantum Motion, QuEra, Rigetti, SEEQC, Silicon Quantum Computing
Controller builders (5)
Keysight Technologies, Quantum Machines, Qblox, QubiC, Zurich Instruments
U.S. national labs (9 named)
Brookhaven, Fermilab, Lawrence Berkeley, Los Alamos, MIT Lincoln Laboratory, Oak Ridge, Pacific Northwest, and Sandia National Laboratories, among others NVIDIA counts toward its stated total of nine.
Some names (Quantum Machines specifically) appear in both the QPU-builder and controller-builder lists in NVIDIA's own materials, and only 8 of the 9 claimed national labs were individually named in what we found. Treat the exact per-category tallies as approximate rather than independently re-audited.
Why an infrastructure layer, not a qubit
NVIDIA builds no qubits at all, and that's the actual strategy. Our picks-and-shovels piece covers this pattern more broadly: a supplier that doesn't need to guess which qubit modality wins is a structurally different bet than betting on any single hardware vendor's roadmap. NVQLink extends that same logic to the classical side of a quantum computer, positioning NVIDIA as the connective layer underneath superconducting, trapped-ion, neutral-atom, and photonic systems alike, regardless of which one ends up dominant.
Whether that bet pays off depends entirely on whether real error-corrected machines end up needing this specific kind of low-latency classical integration at the scale NVIDIA is building for. Every quantum vendor on the partner list still has to build a working, error-corrected QPU first. NVQLink doesn't change that timeline. It changes what the classical side of the equation looks like once someone gets there.
Frequently asked questions
What is NVQLink?
NVQLink is NVIDIA's open system architecture for connecting GPU-accelerated classical computers to quantum processor controllers with low enough latency (under 4 microseconds round trip, per NVIDIA's spec) to run real-time error correction decoding and live qubit calibration.
Does NVQLink work with any quantum computer?
NVIDIA designed it to be hardware-agnostic, with 17 named QPU builders across superconducting, trapped-ion, neutral-atom, and photonic modalities, plus 5 controller builders. It's an open architecture rather than hardware tied to one vendor's qubits.
Is NVQLink available today?
The architecture and its cudaq-realtime API are available, and partners including Dell have validated server hardware against NVIDIA's published latency numbers. Whether any specific partner's QPU runs production error correction over NVQLink today is a separate, partner-specific question this page doesn't answer for every name on the list.
How does NVQLink relate to CUDA-Q?
CUDA-Q is NVIDIA's programming platform for hybrid quantum-classical applications. cudaq-realtime is a real-time extension of it built specifically for NVQLink's low-latency requirements. Our own CUDA-Q setup guide covers the base platform.