Papers for

computational chemists

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Quantum circuit search improves with synthetic replay model

Generative Replay Mitigates Sample Starvation in Quantum Architecture Search

Abstract: Reinforcement learning (RL) can automate quantum architecture search, but its scalability is limited when useful circuit trajectories become rare in the rapidly expanding search space. Existing replay mechanisms reuse observed transitions; the proposed learned model produces additional predicted one step transitions from real state-action seeds. Here we introduce GenQAS, a tensor network-guided RL framework that combines a fixed matrix product state warm-start with prioritized generative replay. A learned local transition model generates synthetic circuit transitions on demand and mixes them with real experience during Double Deep Q-Network updates. Under a random exploration analysis, near ground state circuits occupy a rapidly shrinking region of the accessible state space. We investigate whether real data anchored synthetic replay can improve the effective training signal in this regime. Across chemical Hamiltonian benchmarks from 6 to 12 qubits, GenQAS improves fixed-budget success probability and identifies compact circuits at competitive energy error. At 12 qubits, it improves final success probability by up to $7.0\times$ over passive replay. On a 15-qubit transverse field Ising model, GenQAS increases success probability from $12\%$ to $21\%$. In a noisy 6-qubit BeH$_2$ transfer experiment, generative replay reduces the steps to chemical accuracy by $92.7\%$. These results show that generative replay can mitigate sample starvation in quantum architecture search and support more resource efficient circuit discovery.

Thu 10 SeptArtificial IntelligenceEmerging TechnologiesMachine Learning
The gist
Finding useful designs for quantum circuits can be very hard because the search space is huge and good solutions are rare. The authors introduce GenQAS, a method that teaches a computer to imagine new possible steps in building quantum circuits based on real examples it has seen. By mixing these imagined steps with real experiences, the learning process becomes more efficient. Testing this approach on chemical and physics problems showed it finds better circuits faster and more reliably. This helps make quantum circuit design more practical and resource efficient.
Open 2609.11248v1

Arche system autonomously discovers chemical reaction mechanisms

Autonomous Chemical Mechanistic Discovery through Agentic Reasoning and Validation

Abstract: Unraveling reaction mechanisms is central to modern chemistry, yet automating these investigations remains challenging because computational workflows still rely heavily on expert intervention. Here we introduce ARCHE, an autonomous agentic system that integrates a general-purpose reasoning model, a domain-specialized computational chemistry model, and a structured tool registry to transform mechanistic inquiry into a scalable, self-validating process. ARCHE interprets scientific questions, generates and prioritizes mechanistic hypotheses, orchestrates computational workflows, and iteratively refines conclusions based on computed evidence within a closed loop. We validate its capabilities across three increasingly demanding scenarios: reconstructing stereocontrolling transition states and validating the corresponding reaction mechanism in a previously reported asymmetric catalytic reaction; proposing and validating a plausible radical pathway through iterative hypothesis refinement for a recently discovered but unpublished $α$-iodoboronate C-I cleavage reaction; and identifying a chemically interpretable descriptor that governs selectivity in nickel-catalysed migratory cross-coupling reactions. By coupling agentic reasoning with rigorous computational validation, ARCHE advances autonomous mechanistic discovery and establishes a foundation for broader machine-assisted chemical research. The code for ARCHE is publicly available at https://github.com/JetAstra/Arche-Harness.

Thu 10 SeptArtificial Intelligence
The gist
Figuring out how chemicals react with each other is important in chemistry but usually needs experts to guide computer simulations. The authors created ARCHE, a system that thinks like a scientist by forming and testing ideas about chemical reactions on its own. It uses computer models and tools to check these ideas carefully and improve them step by step. They tested ARCHE on different chemical problems and showed it can choose and confirm explanations without human help. This work could help speed up the discovery of new chemical reactions and improve automated research.
Open 2609.11147v1

New model speeds crystal structure prediction with fewer steps

uFlowCSP: Crystal Structure Prediction using Mean flow generative models

Abstract: Crystal structure prediction (CSP) is fundamental to computational materials discovery. Generative models including CDVAE, DiffCSP, FlowMM, and CrystalFlow learn stable-crystal distributions directly, but diffusion and flow-matching inference requires tens to thousands of sequential network evaluations per candidate. We introduce uFlowCSP, a MeanFlow-based CSP model that learns the average, rather than instantaneous, probability-flow velocity. It generates a complete structure in one to five evaluations, delivering 5x-58x faster inference with equal or better performance. A chemistry- and symmetry-aware Transformer uses canonical atom ordering, global composition, and per-token chemistry embeddings. A coarse crystal-system token is used only during training; it provides additive gains, particularly improving space-group agreement despite being absent at inference, which remains formula-only. On MP-20 with 20 candidates per target, one step matches CrystalFlow (78.38% vs. 78.34%) with 100x fewer evaluations and about 10x lower wall-clock time. Five steps reach 83.64%, exceeding CrystalFlow (78.34% at 2,000 evaluations) and DiffCSP (77.93% at about 20,000), while using 20x fewer evaluations. uFlowCSP generates 10,000 structures in 0.39-1.31 minutes, versus 6.5 for CrystalFlow and 76.1 for DiffCSP. Under CSPBench's energy-ranked top-five structure-and-space-group criterion, five-step uFlowCSP reaches 72%/72%/65% structure, space-group, and consensus match rates. CrystalFlow reaches 78%/73%/68% at 100 steps but falls to 49%/32%/31% at five. Thus, uFlowCSP improves accuracy per network evaluation, not merely peak accuracy.

Wed 9 SeptArtificial IntelligenceMachine Learning
The gist
Predicting crystal structures is important for discovering new materials but can be slow because traditional methods require many steps to find stable arrangements. The authors present uFlowCSP, a model that predicts crystal structures much faster with only a few steps, while keeping or improving accuracy. It uses a special transformer to understand chemistry and crystal symmetry, making it efficient even without extra information at prediction time. This can help researchers explore materials more quickly and efficiently.
Open 2609.09799v1

New loss function improves mode coverage in flow-based samplers

Mode Coverage in Normalizing Flow Boltzmann Generators via Log-Ratio Variation

Abstract: Normalizing flow Boltzmann generators retain a tractable pushforward density, but training with forward KL depends on target samples that may be biased or omit modes. As a result, a flow can miss target mass while its observed importance weights give a high effective sample size. We introduce the log-ratio variation $\X_ω$, the mean absolute pairwise difference of the target-to-pushforward log-density ratio under a weighting measure $ω$, and use it to define KLXX, a new loss function. Two log-ratio variations are added to the forward KL (denoted by the two X's): one weighted by the target to improve accuracy, the other by a mixture of quench and temper samples with pushforward samples to search candidate modes. We derive the Fisher--Rao gradient flow of KLXX, where both variations contribute nonpositive dissipation, and a fixed-surrogate error bound for KLXX. We use KLXX in an adaptive-staging Boltzmann generator, with importance reweighting at every stage. We bound the sampling error of its inference scheme when the stage weights are essentially bounded, and prove it asymptotically unbiased in the sample size. In the numerical tests, KLXX improves mode coverage over forward KL. It also improves the generator's per-stage diagnostics against the loss that built the schedule. The observables the generator recovers are close to independent references. The log-ratio variations thus supply information that the forward KL loss usually omits.

Tue 8 SeptMachine Learning
The gist
Sampling complex systems often misses important parts called modes, leading to incomplete results. The authors introduce a new mathematical tool called the log-ratio variation to better capture these modes during training. This tool enhances the way models learn to represent all important parts of the target system. Their experiments show improved coverage and more reliable predictions compared to earlier methods, meaning the new approach detects and includes more important scenarios.
Open 2609.09473v1

Equivariant networks improve training with adaptive blockwise learning rates

Equivariance Breaks the Learning Rate

Abstract: Equivariant networks are commonly trained with Adam, yet recent work reports that matrix-structured optimizers such as Muon can perform better on these architectures without explaining why. We identify one source of this difference inside equivariant linear layers. Each irrep block learns a channel-mixing matrix $W_l$ shared across its $2l+1$ components, giving the expanded map $W_l \otimes I_{2l+1}$. For a single application of the layer, the gradient of $W_l$ sums $2l+1$ outer product contributions and has rank at most $2l+1$. Adam rescales stored weights individually without using the irrep boundaries, so one learning rate can produce different spectral step sizes across blocks within a layer. We address this mismatch by normalizing each block update separately, without introducing a new hyperparameter. This changes only the scale of the update, leaving Adam's moment estimates and its direction within each block unchanged. We evaluate the mechanism in a controlled $\mathrm{SO}(3)$-equivariant model with a matched dense control and in an e3nn interatomic potential model trained on rMD17 and MD22. The toy setup isolates a mismatch that grows with width while the dense control shows no corresponding growth. In the interatomic potential model, block normalization and tuning Adam's momentum coefficients independently improve performance, but neither alone matches Muon. Combined, they make Adam competitive with Muon on all datasets, indicating that blockwise step control and momentum accumulation account for much of Muon's advantage.

Tue 8 SeptMachine LearningArtificial Intelligence
The gist
Training certain neural networks called equivariant networks can be tricky because updates to parts of the model don't scale well using common methods like Adam. The authors found that breaking down these networks into smaller blocks and adjusting the training steps for each block separately helps fix this problem. This adjustment improves how well the model learns without adding extra tuning. They tested this idea on simulated and real-world data, showing it helps Adam work almost as well as newer optimizers designed for these networks.
Open 2609.08381v1