惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

J
Java Code Geeks
腾讯CDC
博客园 - 聂微东
爱范儿
爱范儿
罗磊的独立博客
P
Proofpoint News Feed
博客园 - Franky
博客园 - 三生石上(FineUI控件)
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
酷 壳 – CoolShell
酷 壳 – CoolShell
Jina AI
Jina AI
Blog — PlanetScale
Blog — PlanetScale
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 司徒正美
美团技术团队
MongoDB | Blog
MongoDB | Blog
WordPress大学
WordPress大学
A
About on SuperTechFans
I
InfoQ
博客园_首页
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
H
Help Net Security
Microsoft Azure Blog
Microsoft Azure Blog
G
Google Developers Blog

The Register

Grafana offers AI assistant for free, warns users not to go mad Right to repair champ Framework punts modular 13in laptop with Core Ultra Series 3 France's 'Secure' ID agency probes breach as crooks claim 19M records Scotland Yard can keep using live facial recognition on Londoners, say judges UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial Nation-states want to cause harm, not just steal cash - stop handing your cyber defenses to the cheapest contractor Murder, she wrote: Ex-FBI chief wants some ransomware crims charged with homicide Phone-to-satellite use goes into orbit, growing 25% in 8 months macOS ClickFix attacks deliver AppleScript stealers to snarf credentials, wallets Anthropic bakes memory fixes into Bun 1.1.13 as developers complain of leaks The spaghettified DBMS chart that shows Oracle's crown is slowly slipping Yet another ex-ransomware negotiator admits turning rogue after payoff from crimelords FAA grounds Blue Origin's New Glenn as it probes missed satellite delivery 'mishap' AMD's Ryzen 9 9950X3D2 Dual Edition tested: Gratuitous overkill with a price to match AI-assisted intruders pwned Vercel via OAuth abuse and a pilfered employee account Crook claims to leak 'video surveillance footage' of companies Met police trials snoop tech platform in push to cuff more London shoplifters England's school phone ban gets teeth, just in time to bite no one Adaptavist Group breach spawns imposter emails as ransomware crew claims mega-haul Panasonic creates device-locked QR codes to speed facial biometric capture Iran claims US used backdoors to knock out networking equipment during war NASA Inspector fears new spacesuits won’t be ready for Moon landing Vibe coding upstart Lovable denies data leak, cites 'intentional behavior,' then throws HackerOne under the bus Trump-branded datacenter project fails to make itself great, again World's blandest man steps down from CEO job to spend more time in tastefully appointed home Chase got a spiff of $77 million to create one job with New York datacenter Scot becomes second Scattered Spider-linked crook to plead guilty in US You too can build a nuclear battery from junk you have lying around the house Schmoozebots: study finds flattery will get AI everywhere One of Europe's sovereign cloud picks may not be so-sovereign after all
Nvidia slaps forehead: AI, that's what quantum needs!
Tobias Mann Tobias Mann · 2026-04-15 · via The Register

AI + ML

Nvidia slaps forehead: I know what quantum is missing – it's AI!

One error in every thousand operations is one too many

Quantum computers promise major speedups for problems in materials science, logistics, and financial modeling, but first they need to be made reliable, something Nvidia believes its AI models can help with. When you've got a GPU hammer, every problem starts to look like an AI nail. 

On Tuesday, the GPU slinger unveiled its new open weights models aimed at helping quantum hardware developers drive down processor error rates.

According to Nvidia, even the best quantum systems generate errors roughly once in every thousand operations. To make them truly useful, they contend the error rates will need to come down by a factor of a billion.

The first of its new quantum models, codenamed Ising Calibration, does just what its name implies. The GPU giant says the 35 billion-parameter vision-language model was trained on data generated by partner systems, to help developers dial in the ideal settings to minimize noise within the systems.

Nvidia claims the model could be integrated into an agentic framework to fully automate this process by streaming data collected by the system and making adjustments until error rates fall below certain thresholds. In this respect, it's a bit like quantum autotune.

Unlike many large language models, Ising Calibration is fairly lightweight and can easily be run on an RTX Pro 6000 Blackwell or an Nvidia GB10-based system like the DGX Spark.

While Ising Calibration can help reduce how often errors occur, it can't eliminate them entirely. This is where Nvidia's Ising Decoding models come in. They are available in two sizes, which once trained, are designed to detect and correct errors in real time. 

To make this possible, Nvidia employed an older convolutional neural network (CNN) architecture. Compared to Ising Calibration, these models are tiny, coming in at 912,000 parameters for Ising-Decoder-SurfaceCode-1 and 1.79 million for the larger "Accurate" model, allowing them to catch errors between 2.25 and 2.5x faster than conventional approaches using frameworks like PyMatching.

Weights for Ising Calibration 1 and Ising Decoder SurfaceCode 1 are on Hugging Face, with Ising Calibration 1 also landing on Nvidia Build and as an inference microservice (NIM). Alongside the models, Nvidia is also rolling out training frameworks to help developers generate synthetic data and fine tune the models for their specific systems, and inference blueprints for implementing the models. 

The models are only the latest in a slew of investments Nvidia has made in quantum computing over the past few years, which include everything from hardware and software libraries to a research center with a Blackwell-based supercomputing cluster. ®