Papers › QT-Net: Rethinking Evaluation of AI Models in Atomic Chemical Space

QT-Net: Rethinking Evaluation of AI Models in Atomic Chemical Space

11 May 2026arXiv:2605.10458added by Syntology

Pablo Martínez Crespo, Stefano Ribes, Martin Rahm, Richard Beckmann, Robert S. Jordan, Marisa Gliege, Santiago Miret, Vijay Kris Narasimhan, Rocío Mercado

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Atomic properties such as partial charges or multipoles encode chemically meaningful information that can inform downstream molecular property prediction, but their evaluation as machine learning targets has been complicated by the absence of a principled out-of-distribution evaluation protocol at the atomic level. In this work, we propose a held-out evaluation protocol that clusters atomic environments by SOAP descriptors and computes metrics accounting only for cluster labels unseen during training. Following this procedure, we use 5×5 cross-validation and Tukey's HSD to run a statistically rigorous comparison of E(3)-equivariant against non-equivariant, rotationally augmented models for predicting electron populations and multipoles of H, C, N, and O atoms. Building on our results, we introduce the Quantum Topological Neural Network (QT-Net), a rotationally augmented, non-equivariant graph neural network. We show that QT-Net can be used to infer properties of atoms in molecules from QM9 outside our training set, and that these inferred properties can yield improvement when used as input features for downstream molecular property prediction. To further validate the framework, molecular dipole moments computed from QT-Net's per-atom outputs recover the ground-truth values reported in QM9. We release all code and data, including a JAX implementation of QT-Net, to support the broader use of learned QTA properties as inductive biases for atomic-scale molecular machine learning.

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2605.10458")

Code

Syntology Ran 11 of 13 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 11 ran with no contract checked.

By repository: found in paper text by Syntology: 13 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

pablomcrespo/QT-Net found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 11 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

11ran
2unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from pablomcrespo/QT-Net. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

calc_regression_metrics pablomcrespo/QT-Net/src/qtnet/model_comparison.py found in paper text by Syntology ran MIT (permissive) · ea3021bae81b8a7d · report
compute_molecular_stats pablomcrespo/QT-Net/src/qtnet/data_utils.py found in paper text by Syntology ran MIT (permissive) · 000093aeec0a8d2f · report
compute_per_atom_stats pablomcrespo/QT-Net/src/qtnet/data_utils.py found in paper text by Syntology ran MIT (permissive) · 33ad0c963450af62 · report
concordance_correlation_coefficient pablomcrespo/QT-Net/analysis/atomic/result_analysis.py found in paper text by Syntology ran fingerprinted MIT (permissive) · dc3b2257b327cfb3 · report
df_to_atom_table pablomcrespo/QT-Net/analysis/atomic/result_analysis.py found in paper text by Syntology ran MIT (permissive) · 86eaee2abdc62116 · report
discover_fractions pablomcrespo/QT-Net/analysis/inference/analyse_inference.py found in paper text by Syntology ran MIT (permissive) · 4ca4551a503b458c · report
get_folds pablomcrespo/QT-Net/analysis/atomic/tmp_plot_cell_updated.py found in paper text by Syntology ran MIT (permissive) · 0c8e47e0454361f4 · report
random_rotation_matrix pablomcrespo/QT-Net/src/qtnet/jax_models/augmentation.py found in paper text by Syntology ran MIT (permissive) · 786711ca35465821 · report
rm_tukey_pairwise pablomcrespo/QT-Net/analysis/atomic/result_analysis.py found in paper text by Syntology ran MIT (permissive) · 17e28843d3835aa3 · report
safe_read_pickle pablomcrespo/QT-Net/analysis/atomic/tmp_plot_cell_updated.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 8c947e80545c44b9 · report
wigner_d_l2 pablomcrespo/QT-Net/src/qtnet/jax_models/augmentation.py found in paper text by Syntology ran fingerprinted MIT (permissive) · bbeb2a54710fd48f · report
load_dipole_preds pablomcrespo/QT-Net/analysis/inference/analyse_inference.py found in paper text by Syntology unverified MIT (permissive) · 9ec33357c536875f · report
mcs_plot pablomcrespo/QT-Net/src/qtnet/model_comparison.py found in paper text by Syntology unverified MIT (permissive) · 94ea38e54bcda500 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2605.10458, was issued in May 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections