← Latest papers
⚛️ quantum physics

Neural Quantum States in Mixed Precision

This paper establishes both theoretical error bounds and empirical evidence demonstrating that mixed-precision arithmetic, particularly using half precision for sampling, can significantly enhance the scalability and energy efficiency of Neural Quantum States in Variational Monte Carlo simulations without compromising accuracy.

Original authors: Massimo Solinas, Agnes Valenti, Nawaf Bou-Rabee, Roeland Wiersema

Published 2026-01-29
📖 4 min read🧠 Deep dive

Original authors: Massimo Solinas, Agnes Valenti, Nawaf Bou-Rabee, Roeland Wiersema

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to find the lowest point in a vast, foggy mountain range. This is what scientists do when they try to simulate complex quantum systems (like atoms interacting in a new material). The "lowest point" represents the most stable state of the system, known as the ground state.

To find this spot, they use a method called Variational Monte Carlo (VMC). Think of this as sending out thousands of hikers (samples) to explore the mountain. These hikers don't just wander randomly; they use a specific set of rules (a neural network) to guess where the low points might be, then take small steps to see if they can go lower. This process of "hiking" is called MCMC sampling.

The Problem: The Heavy Backpack

For decades, scientists have insisted that these hikers must carry double-precision backpacks (64-bit numbers). These backpacks are incredibly heavy and precise, ensuring that every step is calculated with perfect accuracy. However, carrying these heavy backpacks is slow and drains a lot of energy, especially when you are using modern super-fast computers (GPUs) that are actually designed to carry lighter loads.

The Solution: The Mixed-Precision Strategy

The authors of this paper asked a simple question: What if we let the hikers carry lighter backpacks for the walking part, but keep the heavy, precise ones for the important calculations?

They call this Mixed Precision.

  • The Walking (Sampling): They let the hikers use half-precision (very light, fast) or single-precision backpacks just to decide which direction to step.
  • The Planning (Training): They keep the heavy, double-precision backpacks for the actual math that updates the map and the neural network.

The Theory: Why It Doesn't Break

You might worry that using a lighter, less precise backpack would make the hikers get lost. The authors proved mathematically that this isn't the case, provided the hikers are moving fast enough.

They created a "safety net" theory:

  1. The Noise is Small: The errors introduced by the light backpacks are like tiny, random bumps in the path.
  2. The Hiking Speed Matters: If the hikers are moving quickly and exploring the whole mountain efficiently (a concept called "mixing"), these tiny bumps don't push them off course. The path they take still leads to the same lowest point.
  3. The Result: As long as the "noise" from the light backpacks is small enough, the hikers will still find the exact same destination as if they were carrying the heavy backpacks the whole time.

The Experiment: Testing the Hikers

To prove this, the team ran simulations on a famous quantum model (the Transverse-Field Ising Model), which is like a grid of spinning magnets.

  • The Setup: They trained neural networks to find the ground state of these magnets.
  • The Test: They ran the "hiking" (sampling) part using different backpack weights: Double (heavy), Single, Half, and Brain (bf16).
  • The Outcome:
    • Accuracy: The hikers using the light backpacks found the exact same lowest point as the ones with heavy backpacks. The final result was just as accurate.
    • Speed: The hikers with light backpacks were up to 3.5 times faster.
    • Why? Modern computer chips (GPUs) are built to process these lighter numbers much faster, just like a sports car handles a light load better than a heavy truck.

The Analogy of the "Bump"

Imagine you are walking on a tightrope.

  • Double Precision is like walking on a perfectly smooth, wide bridge.
  • Low Precision is like walking on a bridge with tiny pebbles (noise).
  • The paper shows that if you are walking fast and the pebbles are small, you won't fall off. You will still reach the other side safely. However, if the pebbles get too big (too much noise) or you walk too slowly, you might stumble. The authors calculated exactly how big the pebbles can be before you start to stumble.

The Bottom Line

This paper demonstrates that in the world of quantum simulation, you don't need to carry the heaviest possible backpack to get the job done. By switching to lighter, faster formats just for the "walking" part of the process, scientists can run simulations much faster and more efficiently without losing any accuracy. It's a way to get the same high-quality result with less energy and time.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →