REVIEW 4 major objections 4 minor 44 references
HORM: A Large Scale Molecular Hessian Database for Optimizing Reactive Machine Learning Interatomic Potentials
T0 review · 4 major / 4 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read The paper claims that 1.84 million Hessians, plus a row-sampled Hessian loss, are what reactive machine-learning potentials need to find transition states reliably.
desk verdict A useful reactive Hessian dataset and consistent evidence that Hessian supervision helps, but the 200x TS-search headline is fragile. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
HORM itself is the load-bearing object: 1,836,206 Hessian matrices recomputed at $\omega$B97X/6-31G(d) from Transition1x and RGD1 geometries, spanning non-equilibrium regions of the potential energy surface. The accompanying training method augments the standard energy-force loss with a Hessian-matching term in which a small random subset of Hessian rows (one for autograd models, two for direct-force models) is compared against the derivative of the model's predicted forces, computed by batched vector-Jacobian products so the cost is $O(s)$ rather than $O(N^2)$. This targeted supervision is what lets the models learn curvature and recover symmetric Hessians without paying the full computational price.
What would settle it
Run the same trained E-F and E-F-H models through an independent, transparent transition-state search pipeline, such as NEB or GSM followed by eigenvector-following refinement with IRC verification, and compare intended-TS counts; if E-F-H does not clearly outperform E-F, or if E-F already recovers hundreds of intended TSs, the reported 3-to-684 result will not reproduce.
Extended reading notes
Core claim
The paper's central claim is that explicit Hessian supervision during MLIP training, enabled by a dataset large enough to provide off-equilibrium second derivatives, is what makes reactive machine-learning potentials reliable for transition-state optimization. On the HORM-Transition1x validation set, adding the Hessian loss cuts Hessian mean absolute error by up to 97% (EquiformerV2: 2.231 to 0.075 eV/Å$^2$) and eigenvalue error by up to 99%, while in the end-to-end TS search benchmark the same model's number of intended transition states rises from 3 under energy-force training to 684 under energy-force-Hessian training. The authors interpret this as evidence that second-order information enforces force consistency and correct local curvature, overcoming a known limitation of direct-force architectures.
Load-bearing premise
The headline TS-search gain rests on the separate end-to-end TS search workflow cited as [29] and its IRC-based definition of an intended TS; if that workflow's success criteria are biased, or if the energy-force baseline is essentially a failed model, the 200x comparison is not a fair measure.
Editorial extensions
If this is right
- Direct-force MLIPs, which are fast but normally produce non-conservative forces and asymmetric Hessians, become viable for transition-state search once trained with Hessian supervision.
- Training on HORM improves out-of-distribution generalization: on the RGD1 subset, EquiformerV2 energy MAE drops by 45% and Hessian MAE by 93% relative to energy-force-only training.
- Autograd-based models also gain, with in-distribution Hessian and eigenvalue MAEs reduced by up to 59% and 78%, even though their force errors barely change.
- Barrier-height prediction improves by up to 10%, while TS geometry RMSD changes little, indicating that the Hessian supervision primarily corrects local curvature rather than the overall geometry.
- The dataset and row-sampling loss provide a template for training future reactive MLIPs that need second-order information without paying the full $O(N^2)$ Hessian cost.
Reading between the lines
- The 3-to-684 jump suggests the energy-force-trained EquiformerV2 was essentially failing at the TS search task, so the '200 times' ratio may overstate the practical gain over a reasonable baseline; a fairer comparison would match training budgets and report success rates per reaction.
- Because HORM covers mostly C/H/O/N systems with under eight heavy atoms, the observed gains are a proof-of-concept for small-molecule reactivity; extending the same recipe to P/S/halogens or larger fragments is the natural next test and the authors say they are working toward it.
- Stochastic row sampling with just one or two Hessian rows per structure implies that full-Hessian supervision is unnecessary; an adaptive scheme that samples rows near the largest predicted curvature could make the method even cheaper while retaining the symmetry-enforcing benefit.
- The Hessian dataset could also serve as a benchmark for evaluating whether a model learns physically consistent curvature, independent of its downstream TS search performance.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This manuscript introduces HORM, a dataset of 1,836,206 Hessian matrices computed at the ωB97X/6-31G(d) level for reactive configurations sampled from Transition1x (1,776,206 geometries) and RGD1 (60,000 geometries). The authors propose an energy-force-Hessian (E-F-H) training loss with stochastic row sampling and compare it with standard energy-force (E-F) training for AlphaNet, LEFTNet (autograd and direct-force variants), and EquiformerV2. They report consistent reductions in Hessian and eigenvalue MAE on the in-distribution Transition1x validation set and the out-of-distribution RGD1 set, reduced Hessian asymmetry for direct-force models, and large gains in an end-to-end transition state search benchmark, most prominently an increase from 3 to 684 intended TSs for EquiformerV2. The paper claims up to 200 times higher TS search success rates and up to 63% reduction in Hessian MAE.
Significance. The dataset fills a real gap: off-equilibrium Hessians of reactive systems are scarce, and HORM is an order-of-magnitude larger resource than Hessian-QM9, with diverse non-equilibrium geometries. The central methodological result—that adding Hessian supervision with only one or two sampled rows per Hessian improves second-order accuracy, Hessian symmetry, and TS-related performance across four model variants and on out-of-distribution data—is plausible and, if confirmed, practically valuable. The paper deserves credit for benchmarking multiple architectures, including the OOD split, and for reporting Hessian asymmetry errors. However, the headline TS-search claim is not yet robustly supported because it depends on a near-zero baseline and an external, unpublished workflow.
major comments (4)
- [Section 5.2, Figs. 2a-b] The headline 'up to 200 times' improvement rests on an E-F baseline of only 3 intended TSs for EquiformerV2. With such a small denominator, the ratio is highly sensitive to convergence thresholds, a few borderline cases, or stochasticity. The paper also does not report the total number of test reactions, so the reader cannot judge whether 684 represents a high absolute success rate. In addition, the evaluation relies entirely on the authors' end-to-end TS search workflow in reference [29], an unpublished ChemRxiv preprint by overlapping authors; the workflow's initial-guess generation, GSM settings, convergence criteria, and IRC verification thresholds are not described in this manuscript. Please provide the test-set size, describe the workflow (or validate it independently), and report success counts with a stable, non-degenerate baseline before using the 200x ratio as a headline claim.
- [Abstract vs. Tables 1 and 2] The abstract states 'up to 63% reduction in the Hessian mean absolute error,' but Tables 1 and 2 report reductions of 97% (EquiformerV2, HORM-Transition1x validation) and 93% (EquiformerV2, HORM-RGD1) in Hessian MAE relative to the E-F baseline, and Section 5.1 explicitly states those numbers. Please reconcile the abstract with the tables; if 63% refers to a different metric, model subset, or aggregation, say so explicitly.
- [Equations (2)-(3) and Table A.2] The loss weights α, β, and γ are never specified. Table A.2 reports NHR, learning rate, and batch size but omits the weights that control the trade-off among energy, force, and Hessian terms. Because the main conclusions depend on these weights, omitting them hinders reproduction and sensitivity analysis. Relatedly, the claim that sampling one row (autograd models) or two rows (direct-force models) per Hessian per epoch is sufficient is an assumption; no ablation over NHR or γ is provided. Please report the weights and add a small sensitivity study, even for a single representative model.
- [Tables 1 and A.1] The claim in Section 5.1 that Hessian supervision improves performance across 'nearly all evaluation metrics' is not fully supported by the tables: LEFTNet-df force MAE on the Transition1x validation set worsens from 0.029 to 0.044 eV/Å under E-F-H training (Table 1), and the corresponding OOD force MAE shows only a marginal change. This is a reporting inconsistency worth addressing, since the text presents force behavior as essentially neutral or improved.
minor comments (4)
- [Table captions, Tables 1-2] The word 'parathensis' appears in the caption text; it should be 'parentheses'.
- [Section 4, Eq. (3)] The notation H^(j)_i and F^(j)_φ is introduced in the text but could be defined immediately after the equation for clarity, particularly the meaning of the superscript j as the selected Hessian row or force entry.
- [Data availability] No data or code availability statement is provided. Since HORM is the central contribution, a repository URL or a clear statement about how to obtain the dataset and training/evaluation code should be added.
- [Section 5.2] The TS search evaluation reports no uncertainty or multiple-seed statistics for the intended-TS counts; given the 3->684 ratio is a headline result, at least a repeated-run or bootstrap-style measure would help.
Circularity Check
TS-search headline rests on an unverified self-cited workflow, while the Hessian-error results are independent.
-
self citation load bearing
[Section 5.2 (Transition State Search Performance), with the intended-TS definition in Section 2.3]
"To evaluate the practical capabilities of reactive MLIPs in realistic TS search scenarios, we assess their performance using our recently developed end-to-end TS search workflow.[29] ... Among all evaluated metrics, the number of intended TSs showed the most substantial improvement, with EquiformerV2 increasing from just 3 intended TSs under E–F to 684 under E–F–H (Fig. 2a–b)."
The headline 'up to 200 times' TS-search gain is measured entirely by the authors' own unpublished workflow, reference [29], a ChemRxiv preprint with overlapping authorship. That workflow is not described in this paper: its IRC verification thresholds, initial-guess generation, and convergence criteria are external to the manuscript. The 'intended TS' count and the 3-to-684 ratio are outputs of that unverified self-cited pipeline, so the central TS-search improvement claim is not independently testable from the paper's own equations or data. The Hessian MAE improvements in Tables 1–2 are independent DFT-referenced results and are not circular, which limits the overall score.
full rationale
The core dataset and Hessian-informed training comparison are not circular: the E-F-H loss (Eq. 3) is evaluated against held-out Transition1x validation and OOD RGD1 data, with reference Hessians recomputed at the ωB97x/6-31G(d) level, and the loss weights and stochastic row-sampling counts are hyperparameters rather than quantities fitted to the target results. No fitted parameter is renamed as a prediction, no known result is merely relabeled, and no uniqueness theorem is imported. The only substantial circularity burden is the TS-search evaluation, which relies on the authors' own unpublished workflow [29] to define and count 'intended TSs'; because that workflow is not described or independently validated in this paper, the 200x improvement claim reduces to an unverified self-citation. The abstract's 'up to 63%' Hessian MAE reduction is inconsistent with the 97% and 93% reductions in Tables 1 and 2, but this is a numerical inconsistency rather than a circular argument. Overall, the paper has independent and valuable Hessian-prediction content, so the score is 4 rather than higher.
Assumptions & free parameters
free parameters (5)
- Energy loss weight alpha =
not stated
- Force loss weight beta =
not stated
- Hessian loss weight gamma =
not stated
- Number of Hessian rows sampled (NHR) =
1 for autograd-based models, 2 for direct-force models
- Learning rate and batch size =
See Table A.2 (1e-4 to 3e-4; 32 to 128)
assumptions (4)
- domain assumption omega B97x/6-31G(d) DFT provides reference energies, forces, and Hessians accurate enough for TS-oriented MLIP training.
- domain assumption Geometries sampled from Transition1x and RGD1 are representative of the reactive chemical space HORM claims to cover.
- ad hoc to paper Sampling one or two rows per Hessian per epoch is sufficient to learn accurate Hessian structure.
- domain assumption The end-to-end TS search workflow of reference [29] reliably identifies intended TSs.
Cite this review
Pith. "Pith review of HORM: A Large Scale Molecular Hessian Database for Optimizing Reactive Machine Learning Interatomic Potentials." pith.science (2026). https://pith.science/paper/ZIO4UZTO
@misc{pith2026250512447,
author = {Pith},
title = {Pith review of: HORM: A Large Scale Molecular Hessian Database for Optimizing Reactive Machine Learning Interatomic Potentials},
year = {2026},
howpublished = {\url{https://pith.science/paper/ZIO4UZTO}},
note = {Machine review of arXiv:2505.12447}
}
abstract
Transition state (TS) characterization is central to computational reaction modeling, yet conventional approaches depend on expensive density functional theory (DFT) calculations, limiting their scalability. Machine learning interatomic potentials (MLIPs) have emerged as a promising approach to accelerate TS searches by approximating quantum-level accuracy at a fraction of the cost. However, most MLIPs are primarily designed for energy and force prediction, thus their capacity to accurately estimate Hessians, which are crucial for TS optimization, remains constrained by limited training data and inadequate learning strategies. This work introduces the Hessian dataset for Optimizing Reactive MLIP (HORM), the largest quantum chemistry Hessian database dedicated to reactive systems, comprising 1.84 million Hessian matrices computed at the $\omega$B97x/6-31G(d) level of theory. To effectively leverage this dataset, we adopt a Hessian-informed training strategy that incorporates stochastic row sampling, which addresses the dramatically increased cost and complexity of incorporating second-order information into MLIPs. Various MLIP architectures and force prediction schemes trained on HORM demonstrate up to 63% reduction in the Hessian mean absolute error and up to 200 times increase in TS search compared to models trained without Hessian information. These results highlight how HORM addresses critical data and methodological gaps, enabling the development of more accurate and robust reactive MLIPs for large-scale reaction network exploration.
Figures
Reference graph
Works this paper leans on
-
[29]
Qiyuan Zhao, Yunhong Han, Duo Zhang, Jiaxu Wang, Peichen Zhong, Taoyong Cui, Bangchen Yin, Yirui Cao, Haojun Jia, and Chenru Duan. Harnessing machine learning to enhance transition state search with interatomic potentials and generative models. ChemRxiv, 2025. 11
work page 2025
-
[1]
Tamal Das, Siddharth Ghule, and Kumar Vanka. Insights into the origin of life: Did it begin from HCN and H2O? ACS Central Science, 5(9):1532–1540, 2019
work page 2019
-
[2]
Pei-Lin Kang, Cheng Shang, and Zhi-Pan Liu. Glucose to 5-hydroxymethylfurfural: origin of site-selectivity resolved by machine learning based reaction sampling. Journal of the American Chemical Society, 141(51):20525–20536, 2019
work page 2019
-
[3]
Deep reaction network exploration of glucose pyrolysis
Qiyuan Zhao and Brett M Savoie. Deep reaction network exploration of glucose pyrolysis. Proceedings of the National Academy of Sciences, 120(34):e2305884120, 2023
work page 2023
-
[4]
Qiyuan Zhao, Sanjay S Garimella, and Brett M Savoie. Thermally accessible prebiotic pathways for forming ribonucleic acid and protein precursors from aqueous hydrogen cyanide. Journal of the American Chemical Society, 145(11):6135–6143, 2023
work page 2023
-
[5]
Chemical reaction networks and opportunities for machine learning
Mingjian Wen, Evan Walter Clark Spotte-Smith, Samuel M Blau, Matthew J McDermott, Aditi S Krishnapriyan, and Kristin A Persson. Chemical reaction networks and opportunities for machine learning. Nature Computational Science, 3(1):12–24, 2023
work page 2023
-
[6]
A human-machine interface for automatic exploration of chemical reaction networks
Miguel Steiner and Markus Reiher. A human-machine interface for automatic exploration of chemical reaction networks. Nature Communications, 15(1):3680, 2024
work page 2024
-
[7]
Qiyuan Zhao and Brett M Savoie. Simultaneously improving reaction coverage and computa- tional cost in automated reaction prediction tasks. Nature Computational Science, 1(7):479–490, 2021
work page 2021
Show all 44 references
-
[8]
Qiyuan Zhao and Brett M. Savoie. Algorithmic explorations of unimolecular and bimolecular reaction spaces. Angewandte Chemie International Edition, 61(46):e202210693, 2022
2022
-
[9]
autodE: automated calculation of reaction energy profiles—application to organic and organometallic reactions
Tom A Young, Joseph J Silcock, Alistair J Sterling, and Fernanda Duarte. autodE: automated calculation of reaction energy profiles—application to organic and organometallic reactions. Angewandte Chemie International Edition, 133(8):4312–4320, 2021
2021
-
[10]
Optimal transport for generating transition states in chemical reactions
Chenru Duan, Guan-Horng Liu, Yuanqi Du, Tianrong Chen, Qiyuan Zhao, Haojun Jia, Carla P Gomes, Evangelos A Theodorou, and Heather J Kulik. Optimal transport for generating transition states in chemical reactions. Nature Machine Intelligence, 7(4):615–626, 2025
2025
-
[11]
Chenru Duan, Yuanqi Du, Haojun Jia, and Heather J. Kulik. Accurate transition state generation with an object-aware equivariant elementary reaction diffusion model. Nature Computational Science, 3(12):1045–1055, 2023
2023
-
[12]
Exploring the frontiers of condensed-phase chemistry with a general reactive machine learning potential
Zhang Shuhao, Mako´s Małgorzata Z., Jadrich Ryan B., Kraka Elfi, Barros Kipton, Nebgen Benjamin T., Tretiak Sergei, Isayev Olexandr, Lubbers Nicholas, Messerly Richard A., and Smith Justin S. Exploring the frontiers of condensed-phase chemistry with a general reactive machine ...
2024
-
[13]
Graph to activation energy models easily reach irreducible errors but show limited transferability
Sai Mahit Vadaddi, Qiyuan Zhao, and Brett M Savoie. Graph to activation energy models easily reach irreducible errors but show limited transferability. The Journal of Physical Chemistry A, 128(13):2543–2555, 2024. 10
2024
-
[14]
Extending machine learning beyond interatomic potentials for predicting molecular properties
Fedik Nikita, Zubatyuk Roman, Kulichenko Maksim, Lubbers Nicholas, Smith Justin S., Nebgen Benjamin, Messerly Richard, Li Ying Wai, Boldyrev Alexander I., Barros Kipton, Isayev Olexandr, and Tretiak Sergei. Extending machine learning beyond interatomic potentials for predictin...
2022
-
[15]
Neural network potentials for chemistry: concepts, applications and prospects
Silvan Käser, Luis Itza Vazquez-Salazar, Markus Meuwly, and Kai Töpfer. Neural network potentials for chemistry: concepts, applications and prospects. Digital Discovery, 2(1):28–58, 2023
2023
-
[16]
Deringer, Miguel A
V olker L. Deringer, Miguel A. Caro, and Gábor Csányi. Machine learning interatomic potentials as emerging tools for materials science. Advanced Materials, 31(46):1902765, 2019
2019
-
[17]
Machine learning force fields: Recent advances and remaining challenges
Poltavsky Igor and Tkatchenko Alexandre. Machine learning force fields: Recent advances and remaining challenges. The Journal of Physical Chemistry Letters, 12(28):6551–6564, 2021
2021
-
[18]
Machine learning force fields
Unke Oliver T., Chmiela Stefan, Sauceda Huziel E., Gastegger Michael, Poltavsky Igor, Schütt Kristof T., Tkatchenko Alexandre, and Müller Klaus-Robert. Machine learning force fields. Chemical Reviews, 121(16):10142–10186, 2021
2021
-
[19]
Taylor, Fang Liu, Adam H
Aditya Nandy, Chenru Duan, Michael G. Taylor, Fang Liu, Adam H. Steeves, and Heather J. Kulik. Computational discovery of transition-metal complexes: From high-throughput screening to machine learning. Chemical Reviews, 121(16):9927–10000, 2021
2021
-
[20]
Neural network potentials: A concise overview of methods
Emir Kocer, Tsz Wai Ko, and Jörg Behler. Neural network potentials: A concise overview of methods. Annual Review of Physical Chemistry, 73(V olume 73, 2022):163–186, 2022
2022
-
[21]
Machine learning interatomic potentials and long-range physics
Dylan M Anstine and Olexandr Isayev. Machine learning interatomic potentials and long-range physics. J. Phys. Chem. A, 127(11):2417–2431, 2023
2023
-
[22]
Equiformerv2: Improved equivariant transformer for scaling to higher-degree representations
Yi-Lun Liao, Brandon M Wood, Abhishek Das, and Tess Smidt. Equiformerv2: Improved equivariant transformer for scaling to higher-degree representations. InThe Twelfth International Conference on Learning Representations, 2024
2024
-
[23]
Harry Moore, Nicholas J
Dávid Péter Kovács, J. Harry Moore, Nicholas J. Browning, Ilyes Batatia, Joshua T. Horton, Yixuan Pu, Venkat Kapil, William C. Witt, Ioan-Bogdan Magd˘au, Daniel J. Cole, and Gábor Csányi. MACE-OFF: Transferable short range machine learning force fields for organic molecules. a...
2025 arXiv
-
[24]
Ilyes Batatia, David Peter Kovacs, Gregor N. C. Simm, Christoph Ortner, and Gabor Csanyi. MACE: Higher order equivariant message passing neural networks for fast and accurate force fields. In Alice H. Oh, Alekh Agarwal, Danielle Belgrave, and Kyunghyun Cho, editors, Advances i...
2022
-
[25]
Orb: A fast, scalable neural network potential
Mark Neumann, James Gin, Benjamin Rhodes, Steven Bennett, Zhiyi Li, Hitarth Choubisa, Arthur Hussey, and Jonathan Godwin. Orb: A fast, scalable neural network potential. arXiv preprint arXiv:2410.22570, 2024
2024 arXiv
-
[26]
NeuralNEB—neural networks can find reaction paths fast
Mathias Schreiner, Arghya Bhowmik, Tejs Vegge, Peter Bjørn Jørgensen, and Ole Winther. NeuralNEB—neural networks can find reaction paths fast. Machine Learning: Science and Technology, 3(4):045022, 2022
2022
-
[27]
Analytical ab initio hessian from a deep learning potential for transition state optimization
Eric C-Y Yuan, Anup Kumar, Xingyi Guan, Eric D Hermes, Andrew S Rosen, Judit Zádor, Teresa Head-Gordon, and Samuel M Blau. Analytical ab initio hessian from a deep learning potential for transition state optimization. Nature Communications, 15(1):8865, 2024
2024
-
[28]
Transferable machine learning interatomic potential for pd-catalyzed cross-coupling reactions
Dylan Anstine, Roman Zubatyuk, Liliana Gallegos, Robert Paton, Olaf Wiest, Benjamin Nebgen, Travis Jones, Gabe Gomes, Sergei Tretiak, and Olexandr Isayev. Transferable machine learning interatomic potential for pd-catalyzed cross-coupling reactions. ChemRxiv, 2025
2025
-
[30]
The dark side of the forces: assessing non- conservative force models for atomistic machine learning
Filippo Bigi, Marcel Langer, and Michele Ceriotti. The dark side of the forces: assessing non- conservative force models for atomistic machine learning. arXiv preprint arXiv:2412.11569, 2024
2024
-
[31]
Alphanet: Scaling up local frame-based atomistic foundation model
Bangchen Yin, Jiaao Wang, Weitao Du, Pengbo Wang, Penghua Ying, Haojun Jia, Zisheng Zhang, Yuanqi Du, Carla P Gomes, Chenru Duan, et al. Alphanet: Scaling up local frame-based atomistic foundation model. arXiv preprint arXiv:2501.07155, 2025
2025 arXiv
-
[32]
A new perspective on building efficient and expressive 3D equivariant graph neural networks
Weitao Du, Yuanqi Du, Limei Wang, Dieqiao Feng, Guifeng Wang, Shuiwang Ji, Carla Gomes, and Zhi-Ming Ma. A new perspective on building efficient and expressive 3D equivariant graph neural networks. arXiv preprint arXiv:2304.04757, 2023
2023 arXiv
-
[33]
Lawrence Zitnick
Saro Passaro and C. Lawrence Zitnick. Reducing so(3) convolutions to so(2) for efficient equivariant gnns. arXiv preprint arXiv:2302.03655, 2023
2023 arXiv
-
[34]
Uberuaga, and Hannes Jónsson
Graeme Henkelman, Blas P. Uberuaga, and Hannes Jónsson. A climbing image nudged elastic band method for finding saddle points and minimum energy paths. Journal of Physical Chemistry, 113(22):9901–9904, 2000
2000
-
[35]
M Zimmerman
P. M Zimmerman. Growing string method with interpolation and optimization in internal coordinates: Method and examples. The Journal of chemical physics, 138(18):184102, 2013
2013
-
[36]
Transition1x-a dataset for building generalizable reactive machine learning potentials.Scientific Data, 9(1):779, 2022
Mathias Schreiner, Arghya Bhowmik, Tejs Vegge, Jonas Busk, and Ole Winther. Transition1x-a dataset for building generalizable reactive machine learning potentials.Scientific Data, 9(1):779, 2022
2022
-
[37]
Comprehensive exploration of graphically defined reaction spaces
Qiyuan Zhao, Sai Mahit Vaddadi, Michael Woulfe, Lawal A Ogunfowora, Sanjay S Garimella, Olexandr Isayev, and Brett M Savoie. Comprehensive exploration of graphically defined reaction spaces. Scientific Data, 10(1):145, 2023
2023
-
[38]
Hessian qm9: A quantum chemistry database of molecular hessians in implicit solvents
Nicholas J Williams, Lara Kabalan, Ljiljana Stojanovic, Viktor Zólyomi, and Edward O Pyzer- Knapp. Hessian qm9: A quantum chemistry database of molecular hessians in implicit solvents. Scientific data, 12(1):9, 2025
2025
-
[39]
Does hessian data improve the performance of machine learning potentials? arXiv preprint arXiv:2503.07839, 2025
Austin Rodriguez, Justin S Smith, and Jose L Mendoza-Cortes. Does hessian data improve the performance of machine learning potentials? arXiv preprint arXiv:2503.07839, 2025
2025 arXiv
-
[40]
A deep learning model for predicting selected organic molecular spectra
Zihan Zou, Yujin Zhang, Lijun Liang, Mingzhi Wei, Jiancai Leng, Jun Jiang, Yi Luo, and Wei Hu. A deep learning model for predicting selected organic molecular spectra. Nature Computational Science, 3(11):957–964, 2023
2023
-
[41]
Envirodetanet: Pretrained e (3)-equivariant message- passing neural networks with multi-level molecular representations for organic molecule spectra prediction
Yuzhi Xu, Daqian Bian, Cheng-Wei Ju, Fanyu Zhao, Pujun Xie, Yuanqing Wang, Wei Hu, Zhenrong Sun, John Zhang, and Tong Zhu. Envirodetanet: Pretrained e (3)-equivariant message- passing neural networks with multi-level molecular representations for organic molecule spectra predi...
2024
-
[42]
Towards fast, specialized machine learning force fields: Distilling foundation models via energy hessians
Ishan Amin, Sanjeev Raja, and Aditi Krishnapriyan. Towards fast, specialized machine learning force fields: Distilling foundation models via energy hessians. arXiv preprint arXiv:2501.09009, 2025
2025 arXiv
-
[43]
Python-based quantum chemistry calculations with GPU acceleration
Xiaojie Wu, Qiming Sun, Zhichen Pu, Tianze Zheng, Wenzhi Ma, Wen Yan, Xia Yu, Zhengxiao Wu, Mian Huo, Xiang Li, et al. Python-based quantum chemistry calculations with GPU acceleration. arXiv preprint arXiv:2404.09452, 2024
2024 arXiv
-
[44]
Wood, Luis Barroso-Luque, Daniel S
Xiang Fu, Brandon M. Wood, Luis Barroso-Luque, Daniel S. Levine, Meng Gao, Misko Dzamba, and C. Lawrence Zitnick. Learning smooth and expressive interatomic potentials for physical property prediction. arXiv preprint arXiv:2502.12147, 2025. 12 A Supplementary Materials and Tec...
2025 arXiv
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.