Munich Quantum Toolkit's NAViz replays atom movements in real time, surfacing compilation inefficiencies that aggregate metrics miss.
Most days, debugging a quantum program means staring at a list of error rates. A new open-source tool from TU Munich asks researchers to do something different: watch the atoms move.
NAViz, released this month as part of the Munich Quantum Toolkit, is a real-time visualizer for quantum computations running on neutral-atom hardware. The software replays the precise sequence of laser and microwave pulses that drive a computation, frame by frame, so engineers can see where individual atoms are being shuttled through a chip and when. A preprint released alongside the tool on arXiv describes a case study in which a research team used the visualizer to spot an inefficiency in an existing compilation strategy that aggregate metrics had not flagged.
The shift in focus matters because neutral-atom hardware has reached the regime where hand-tuning is no longer tractable. Neutral-atom quantum computers encode information in single atoms held in arrays of laser "tweezers." Unlike the more familiar superconducting chips, atoms can be physically moved around the chip during a computation, which gives the platform flexibility but also turns compilation into a hard optimization problem. Compilation is the step that turns a human-written program into the sequence of hardware instructions the atoms will receive, and the heuristic methods that produce that sequence get opaque as the qubit count grows. The authors frame the trade-off directly: "Heuristic methods for them demand deep understanding of complex hardware trade-offs, which visualizations can make legible."
The tool is implemented as an open-source Rust and Python library and offers instant playback of a loaded neutral-atom computation, video export, a scrubbable timeline, fully customizable machine architecture specifications, multiple input formats, and a set of predefined visual themes. A hosted web build lets a researcher drop in a compiled program and watch it execute without installing anything locally. The project is developed by the Chair for Design Automation at the Technical University of Munich, sits inside the Munich Quantum Software Stack (MQSS), and is supported by the Munich Quantum Valley (MQV) initiative alongside other Munich Quantum Toolkit (MQT) projects.
In a neutral-atom compiler, each gate in a program becomes a planned move of one or more atoms through a layout of traps, and the quality of the output is judged by the count of those moves, the resulting circuit depth, and the end-to-end fidelity. A visualizer lets a researcher see the actual move sequence: which atoms travel the farthest, which swaps happen twice, and where a heuristic chose a longer route when a shorter one was available. The authors don't publish the specific before-and-after deltas in the abstract, the supplied README excerpt is truncated, and the tool is freshly released with no third-party benchmark or adoption in hand. The honest framing is therefore narrower than "this will speed up quantum computing": one team used a visualizer to find moves in a compiled program that the metrics had not flagged, and rewrote the strategy around what the picture showed.
That narrow framing is still the story. Neutral-atom hardware from QuEra, Atom Computing, and Pasqal has moved past 100-qubit demonstrations in the past year, and the next scaling wall sits at the software layer rather than in the chips themselves. Classical systems engineering learned this lesson the slow way: profilers, debuggers, and tracers have done as much for software performance as any single compiler optimization, and they were built because the early hand-tuned codebases had hit the same wall. A neutral-atom visualizer that lets a researcher scrub through a computation and ask "why did that atom move there?" imports that lesson into a regime where the field is about to need it.
The Munich team's preprint leaves the specific deltas to the paper body, and the GitHub release is the first step toward a tool that other groups can actually use. The next thing to watch is whether outside teams adopt NAViz on their own compiled circuits and publish their own before-and-after numbers, which is the only kind of evidence that would turn a one-team workflow into a field-wide shift.