Geometry-Induced Long-Range Correlations in Recurrent Neural Network Quantum States
A simple geometric tweak to recurrent neural networks lets them capture long-range quantum correlations at lower cost than transformer-based alternatives — on paper.

The Thesis
Simulating quantum systems on a classical computer requires finding compact, accurate representations of quantum wavefunctions — mathematical objects that encode how particles are correlated across a material. Neural Quantum States (NQS) use neural networks as that representation, and recurrent neural networks (RNNs) are especially attractive because they allow efficient, unbiased sampling. The catch is that standard RNNs are structurally biased toward short-range correlations, which makes them fail on critical or topological quantum states where correlations stretch across the entire system. This paper proposes a fix: 'dilated' RNNs, where each processing step skips ahead to access distant sites rather than just the nearest neighbor, injecting a built-in sense of long-range structure. The authors show analytically and numerically that this architectural change — adding dilated connections — can recover power-law correlations (correlations that decay slowly as a function of distance, as opposed to exponentially) that standard RNNs miss, while keeping computational cost at O(N log N) rather than the O(N²) typical of transformer-style attention mechanisms.
Catalyst
The NQS field has matured enough that the limitations of standard RNN ansätze are now well-documented benchmarks, making targeted fixes like dilation more meaningful to evaluate. Simultaneously, the scaling costs of transformer-based alternatives have become a real bottleneck as researchers push to larger and more complex quantum systems, creating demand for architectures that capture long-range structure without quadratic overhead. The specific failure cases studied here — the critical 1D transverse-field Ising model and the 1D Cluster state — have become accepted community benchmarks precisely because earlier RNN work struggled on them.
What's New
Standard RNN-based quantum state ansätze, such as those introduced by Hibat-Allah et al. (2020), process lattice sites sequentially and only pass information one step at a time, which structurally biases them toward exponentially decaying correlations. Transformer-based NQS architectures (e.g., attention-based wave functions) can capture long-range structure but require memory and compute that scale quadratically with system size, making them expensive for large lattices. This paper borrows the 'dilation' idea from dilated causal convolutions used in audio generation (WaveNet), applying it to recurrent units so that each cell directly accesses sites many steps back — achieving long-range reach with only O(N log N) scaling and no attention mechanism.
The Counter
The paper's analytical results rely on a linearized, perturbative approximation of the RNN dynamics — a significant simplification that may not hold for the strongly correlated, highly nonlinear regimes where accurate quantum simulation actually matters. The numerical benchmarks are limited to one-dimensional systems of modest size, and it is far from clear that the dilation trick will scale gracefully to two-dimensional lattices or frustrated magnets, which are the problems that actually challenge state-of-the-art methods. The comparison to transformer-based NQS is mostly qualitative; the paper does not include a head-to-head accuracy-versus-cost benchmark against modern attention-based wave functions on the same problems. The 1D transverse-field Ising model and Cluster state are well-understood toy systems — success there does not guarantee that dilated RNNs will outperform existing methods on open problems in quantum chemistry or materials science. Finally, 'dilated recurrent networks' are not a new idea in deep learning; importing them into quantum physics is intellectually tidy but the novelty is incremental, and the NQS field has a history of architectural improvements that look promising on benchmarks but stall when generalization is needed.
Longs
- IONQ — quantum simulation software and hardware stack
- RGTI (Rigetti Computing) — hybrid classical-quantum workloads where better classical simulators benchmark hardware
- IBM (IBM) — quantum software ecosystem, Qiskit NQS integrations
- QTUM (ETF) — broad quantum computing index exposure
Shorts
- Transformer-based NQS research groups — if dilated RNNs match accuracy at lower cost, the justification for quadratic-scaling attention architectures weakens
- Companies selling quantum simulation via brute-force exact diagonalization — better variational methods reduce the need for exponentially scaling classical approaches
Enablers (Picks & Shovels)
- JAX / Flax (Google open-source ML framework) — the numerical experiments almost certainly depend on autodifferentiable, JIT-compiled array operations
- NetKet (open-source NQS library, https://www.netket.org) — the standard community framework for variational Monte Carlo with neural quantum states
- arXiv quant-ph community — rapid dissemination and benchmarking culture that made the failure cases here well-known targets
Private Watchlist
- Pasqal — neutral-atom quantum hardware where accurate simulation of critical states is a direct use case
- QuEra Computing — Rydberg atom simulators, long-range correlations are a core physics target
- Classiq — quantum algorithm design tooling that could integrate NQS methods
Resources
The Paper
Neural Quantum States based on autoregressive recurrent neural network (RNN) wave functions enable efficient sampling without Markov-chain autocorrelation, but standard RNN architectures are biased toward finite-length correlations and can fail on states with long-range dependencies. A common response is to adopt transformer-style self-attention, but this typically comes with substantially higher computational and memory overhead. Here we introduce dilated RNN wave functions, where recurrent units access distant sites through dilated connections, injecting an explicit long-range inductive bias while retaining a favorable $\mathcal{O}(N \log N)$ forward pass scaling. We show analytically that dilation changes the correlation geometry and can induce power-law correlation scaling in a simplified linearized and perturbative setting. Numerically, for the critical 1D transverse-field Ising model, dilated RNNs reproduce the expected power-law connected two-point correlations in contrast to the exponential decay typical of conventional RNN ansätze. We further show that the dilated RNN accurately approximates the one-dimensional Cluster state, a paradigmatic example with long-range conditional correlations that has previously been reported to be challenging for RNN-based wave functions. These results highlight dilation as a simple geometric mechanism for building correlation-aware autoregressive neural quantum states.