Papers › Equivariant message passing for the prediction of tensorial properties and molecular spectra

Equivariant message passing for the prediction of tensorial properties and molecular spectra

5 Feb 2021arXiv:2102.03150archive 2025-07-28

Kristof T. Schütt, Oliver T. Unke, Michael Gastegger

Message passing neural networks have become a method of choice for learning on graphs, in particular the prediction of chemical properties and the acceleration of molecular dynamics studies. While they readily scale to large training data sets, previous approaches have proven to be less data efficient than kernel methods. We identify limitations of invariant representations as a major reason and extend the message passing formulation to rotationally equivariant representations. On this basis, we propose the polarizable atom interaction neural network (PaiNN) and improve on common molecule benchmarks over previous networks, while reducing model size and inference time. We leverage the equivariant atomwise representations obtained by PaiNN for the prediction of tensorial properties. Finally, we apply this to the simulation of molecular spectra, achieving speedups of 4-5 orders of magnitude compared to the electronic structure reference.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

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="2102.03150")

Code

Syntology Ran 21 of 33 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 1 ran · honoured contract; 5 ran · our draft was wrong; 15 ran with no contract checked.

By repository: community (archive-listed): 33 samples from 1 repository, 21 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

learningmatter-mit/NeuralForceField mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

33 samples harvested; 21 ran; 1 honoured the contract we drafted; 12 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.

1ran · honoured contract
5ran · our draft was wrong
15ran
12unverified

Licence: 0 of the 33 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 learningmatter-mit/NeuralForceField. “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.

CosineEnvelope learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 8ac6bce450fc85e3 · report
Dense learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) ran · metamorphic tier: invariant MIT (permissive) · dc349a5755ad2883 · report
DistanceEmbed learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 6af9e88a6c54be01 · report
EmbeddingBlock learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · 952ca748b3f1516e · report
InvariantDense learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) ran · metamorphic tier: invariant MIT (permissive) · 7f75d01bd99cc6dd · report
LearnableSwish learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 0d21a7509e419d0b · report
PainnRadialBasis learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted MIT (permissive) · b65822c621376024 · report
ScaleShift learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 802d844e902371ef · report
Swish learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 7f836403bedf830d · report
add_embedding learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) ran MIT (permissive) · 5cfab56ad64af6fe · report
att_readout_probs learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 2eece0db59be49c0 · report
compute_grad learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 2ac65d5ac1bf4b38 · report
gen learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) ran MIT (permissive) · 07fc732b54bba7cd · report
get_offsets learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) ran MIT (permissive) · 18fd70ccb86319a7 · report
get_rij learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) ran MIT (permissive) · 2cfb01eec4fba085 · report
make_directed learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 3e1aa28156810aba · report
norm learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 3df02af32c33da5a · report
preprocess_r learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 6565f4a40973667d · report
scatter_add learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) ran MIT (permissive) · 04e4a832f331db07 · report
shifted_softplus learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 42c43fca053545ea · report
to_module learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) ran · our draft was wrong MIT (permissive) · a929e9679ef4134f · report
AttentionPool learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) unverified MIT (permissive) · 55d8c70e377b4a86 · report
InvariantMessage learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) unverified MIT (permissive) · f09c070242efedbf · report
MeanPool learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) unverified MIT (permissive) · 670901a6573e1934 · report
MessageBase learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) unverified MIT (permissive) · 573a7b800820d725 · report
MessageBlock learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) unverified MIT (permissive) · 9f1980fc08094e16 · report
MolFpPool learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) unverified MIT (permissive) · 398bfbf43b702ff8 · report
Painn learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) unverified MIT (permissive) · 450568a63ba4bedb · report
ReadoutBlock learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) unverified MIT (permissive) · 05495644c9588ed2 · report
SumPool learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) unverified MIT (permissive) · 4b3ac9cd9d28db18 · report
UpdateBlock learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) unverified MIT (permissive) · 1418df20e13d6afe · report
add_stress learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) unverified MIT (permissive) · d31febe9a5aa1b51 · report
sum_and_grad learningmatter-mit/NeuralForceField/nff/nn/models/painn.py community (archive-listed) unverified MIT (permissive) · 5d9228f747be613d · report

Tasks

Drug Discovery

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Drug Discovery QM9 PaiNN Error ratio 0.411 #6 of 11 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

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