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

推荐订阅源

腾讯CDC
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
博客园_首页
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
IT之家
IT之家
The Cloudflare Blog
V
Visual Studio Blog
罗磊的独立博客
T
Tailwind CSS Blog
S
SegmentFault 最新的问题
Hugging Face - Blog
Hugging Face - Blog
V
V2EX
阮一峰的网络日志
阮一峰的网络日志
D
Docker
Last Week in AI
Last Week in AI
B
Blog RSS Feed
C
Check Point Blog
J
Java Code Geeks
The GitHub Blog
The GitHub Blog
有赞技术团队
有赞技术团队
博客园 - 聂微东
MongoDB | Blog
MongoDB | Blog
雷峰网
雷峰网

The Register

Shadow IT has given way to shadow AI. Enter AI-BOMs Zed team releases version 1.0 of Rust-built editor: Traditional editor and AI tool Microsoft boss tells investors the company is working to 'win back fans' What type of 'C2 on a sleep cycle' do they leave behind? Novel Chinese spy group found in critical networks in Poland, Asia NASA boss: Make Pluto A Planet Again GitHub says sorry and vows to do better as uptime slips and devs complain Age checks could turn internet into an ID checkpoint, complains Proton CEO Microsoft gives your Word documents an AI co-author you didn’t ask for Datadog digs down into GPU efficiency as AI costs soar If malware via monitor cables is a matter of national security, this might be the gadget for you Thunderbird in hand worth 2 Outlooks as fresh FOSS fave and Firefox arrive 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
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. ®