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

推荐订阅源

V
Visual Studio Blog
罗磊的独立博客
宝玉的分享
宝玉的分享
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
V
V2EX
酷 壳 – CoolShell
酷 壳 – CoolShell
T
Tailwind CSS Blog
博客园_首页
量子位
月光博客
月光博客
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 司徒正美
人人都是产品经理
人人都是产品经理
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
爱范儿
爱范儿
S
SegmentFault 最新的问题
雷峰网
雷峰网
小众软件
小众软件
博客园 - 聂微东
美团技术团队
Apple Machine Learning Research
Apple Machine Learning Research
WordPress大学
WordPress大学
Jina AI
Jina AI
Hugging Face - Blog
Hugging Face - Blog

Latest from Tom's Hardware in Tech-industry

Google Cloud customer wakes up to $18,000+ bill despite $7 budget, thanks to forgotten API key in published project — attacker put in 60,000+ requests and blasted through $1,400 spending cap Samsung engineer sentenced to 7 years in prison for selling chipmaking trade secrets to Chinese chipmaker — ex-employee supplied 10nm DRAM data to CXMT for $2 million Microsoft facing $2.8 billion UK lawsuit for overcharging 60,000 businesses using Microsoft Server on other clouds — Azure users allegedly received lower wholesale pricing Ransomware negotiator pleads guilty after leaking victims' insurance details to 'BlackCat' hackers — perp gave attackers a precise picture of exactly how much each target could afford to pay Congress moves to strip the DoC of chip-export discretion with the MATCH Act — DUV lithography machines among those targeted in chipmaking tool crackdown Anthropic's Model Context Protocol includes a critical remote code execution vulnerability — newly discovered exploit puts 200,000 AI servers at risk Iran claims US exploited networking equipment backdoors during strikes — says devices from Cisco and others failed despite blackout in attack that 'indicates deep sabotage' Cerebras files for IPO — company remains unprofitable despite 20x revenue growth Scientists solve decades-old 2D physics puzzle — Chaotic growth in a 2D quantum system obeys statistical laws Anthropic nuked a company's access to Claude, stopping 60 employees dead in their tracks — support via Google Form is the only recourse for vague usage policy violation Biohacker claims to have sequenced their own genome at the kitchen table with M3 Ultra Mac Studio, Claude, and a $3,200 sequencer — DIY project requires 100GB of data storage per run, oodles of RAM New Jersey datacenter expansion got $77m in tax breaks to create exactly one permanent job — JPMorgan's site already scored $35m and currently employs just 25 workers Chinese chipmakers made record profit in 2025, despite slipping margins — U.S shipments fall 34% as Beijing shores up local chipmaking efforts AI cloud company Vercel breached after employee grants AI tool unrestricted access to Google Workspace — hacker… Every SK hynix employee could receive $477,000 bonuses this year, almost $900,000 next year — 35,000 workers reportedly set to benefit from share of $169 billion projected operating profit US gov't blocks China's largest LED chipmaker's $239 million bid to acquire Dutch lighting firm Lumileds… Tokyo court rules movie and anime 'spoiler articles' are copyright infringement in landmark criminal case — detailed, monetized plot summaries land man in Japanese prison Voyager 1 gets emergency instrument shutdown to solve escalating power crisis and give it ‘about a year of breathing room’ — interstellar spacecraft's nuclear power source is dying, leading to intensifying countermeasures Russian-made Shahed drones are ‘disintegrating in the air before reaching their targets’ due to shoddy manufacturing, video shows — commentators call Russian clones of Iran's drones 'flying garbage' Inventor showcases 3D printer filament dryer that mines Bitcoins and dries filament with waste heat, capable of 6 TH/s at 140W — joins Bitcoin-mining 3D printer in hobbyist-focused miner lineup Bluetooth tracker hidden in a postcard and mailed to a warship exposed its location — $5 gadget put a $585 million… Techie buys fake Ledger Nano S+ hardware crypto wallet and almost falls for phishing — a convincing clone would… Nvidia CEO Jensen Huang ‘nearly lost his composure’ when pressed on selling chips to China — ‘You’re not talking to someone who woke up a loser’ US lawmakers amend new restrictions on Chinese chipmakers — MATCH Act Analytics group signals possible delays at 40% of AI data center construction sites — companies deny schedule holdups, but satellite imagery indicates otherwise Local political revolts threaten to derail US data center projects — mounting delays are already costing AI hyperscalers billions Intel hires tenured Samsung exec to lead Foundry Services — signals company focus on winning business from potential Foundry suitors Elon Musk pushing forward with Terafab at TSMC ups revenue guidance and CapEx, buoyed by Google and Pentagon in talks to run custom AI chips inside classified environments — Google pushes for tight controls for TPUs surrounding use for mass surveillance and autonomous weapons
Nvidia releases open AI models for quantum computing task...
Luke James · 2026-04-15 · via Latest from Tom's Hardware in Tech-industry
Nvidia Ising
(Image credit: Nvidia)

Nvidia has released Ising, a family of open-source AI models for quantum processor calibration and real-time error correction decoding. Integrated with Nvidia's CUDA-Q quantum software platform and the NVQLink QPU-GPU interconnect, which was first introduced last October, the Ising models have been released on GitHub, Hugging Face, and build.nvidia.com.

Nvidia has designed Ising specifically to target two bottlenecks that exist between current quantum hardware and fault-tolerant computing: calibration and decoding. The former is the manual process a QPU so that its qubits behave consistently, while the latter translates redundant measurements from an error-corrected logical qubit into a correction signal, and it only works if it keeps pace with the rate at which new errors appear on the processor.

Ising Calibration is a 35-billion-parameter vision-language model fine-tuned to read experimental measurements from a quantum processing unit (QPU) and infer the adjustments needed to tune it. This reduces calibration time from days to hours when paired with an agent, Nvidia claims.

The Ising Decoding family, meanwhile, comprises two variants of a 3D convolutional neural network — 0.9 million and 1.8 million parameters, optimized for speed and accuracy, respectively — that perform pre-decoding for surface-code quantum error correction. Nvidia has benchmarked the decoder at 2.5 times faster and three times more accurate than pyMatching, which is the open-source decoder that most quantum research groups use, while requiring ten times less training data.

Sam Stanwyck, director of quantum product at Nvidia, told The Next Platform that today's best quantum processors produce an error roughly once every thousand operations, and that the logical error rate is directly tied to how quickly decoding runs alongside the hardware. A 2.5 times speedup therefore raises the ceiling on how many gate operations a quantum processor can sustain before its logical qubits break down.

While Ising is open-source, the stack it sits on isn’t. The decoder needs NVQLink's low-latency interconnect to feed measurement data to a GPU inside the decoding window. The calibration workflows run through CUDA-Q, and the deployment tooling targets Nvidia hardware exclusively.

Nvidia has run with the same pattern with the likes of Nemotron, Cosmos, and GR00T — open the models but keep the surrounding platform proprietary, thereby driving GPU dependencies through the workflow. That way, Nvidia remains deeply integrated with the quantum computing industry despite not building quantum hardware.

Get Tom's Hardware's best news and in-depth reviews, straight to your inbox.

Named adopters include Fermilab, Harvard, the UK National Physical Laboratory, Lawrence Berkeley National Laboratory's Advanced Quantum Testbed, IQM Quantum Computers, Infleqtion, and IonQ, which is using Ising Calibration directly.

Google Preferred Source

Follow Tom's Hardware on Google News, or add us as a preferred source, to get our latest news, analysis, & reviews in your feeds.

Luke James is a freelance writer and journalist.  Although his background is in legal, he has a personal interest in all things tech, especially hardware and microelectronics, and anything regulatory.