Papers › Training a Foundation Model for Materials on a Budget

Training a Foundation Model for Materials on a Budget

22 Aug 2025NeurIPSarXiv:2508.16067added by Syntology

Teddy Koker, Mit Kotak, Tess Smidt

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

Foundation models for materials modeling are advancing quickly, but their training remains expensive, often placing state-of-the-art methods out of reach for many research groups. We introduce Nequix, a compact E(3)-equivariant potential that pairs a simplified NequIP design with modern training practices, including equivariant root-mean-square layer normalization and the Muon optimizer, to retain accuracy while substantially reducing compute requirements. Nequix has 700K parameters and was trained in 100 A100 GPU-hours. On the Matbench-Discovery and MDR Phonon benchmarks, Nequix ranks third overall while requiring a 20 times lower training cost than most other methods, and it delivers two orders of magnitude faster inference speed than the current top-ranked model. We release model weights and fully reproducible codebase at https://github.com/atomicarchitects/nequix.

PaperPDFCode 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="2508.16067")

Code

Syntology Ran 8 of 16 code samples harvested from 1 repository linked to this paper; 8 have no recorded run. Of those that ran: 2 ran · honoured contract; 2 ran · our draft was wrong; 1 ran · fixture could not drive it; 3 ran with no contract checked.

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

atomicarchitects/nequix 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

16 samples harvested; 8 ran; 2 honoured the contract we drafted; 8 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.

2ran · honoured contract
2ran · our draft was wrong
1ran · fixture could not drive it
3ran
8unverified

Licence: 0 of the 16 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 atomicarchitects/nequix. “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.

Linear atomicarchitects/nequix/nequix/torch_impl/model.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 7af2eee1ef2a2c25 · report
MLP atomicarchitects/nequix/nequix/torch_impl/model.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 82eea3aa8df4fb78 · report
bessel_basis atomicarchitects/nequix/nequix/torch_impl/model.py found in paper text by Syntology ran MIT (permissive) · 3e1aa2b14830f97c · report
normalspace atomicarchitects/nequix/nequix/torch_impl/model.py found in paper text by Syntology ran · honoured contract fingerprinted MIT (permissive) · 19f7c40f2d58cc37 · report
parity_function atomicarchitects/nequix/nequix/torch_impl/model.py found in paper text by Syntology ran · honoured contract MIT (permissive) · 5c453afe26499dc7 · report
polynomial_cutoff atomicarchitects/nequix/nequix/torch_impl/model.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · 111afdf1920ead9a · report
scatter atomicarchitects/nequix/nequix/torch_impl/model.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 59afa7c7a5321462 · report
soft_odd atomicarchitects/nequix/nequix/torch_impl/model.py found in paper text by Syntology ran · our draft was wrong fingerprinted MIT (permissive) · d192c129251d9f28 · report
Activation atomicarchitects/nequix/nequix/torch_impl/model.py found in paper text by Syntology unverified MIT (permissive) · b9f7bc58beb62463 · report
Gate atomicarchitects/nequix/nequix/torch_impl/model.py found in paper text by Syntology unverified MIT (permissive) · 8dd99dcf4efa7e23 · report
NequixTorch atomicarchitects/nequix/nequix/torch_impl/model.py found in paper text by Syntology unverified MIT (permissive) · 7dec89db938f9ab8 · report
NequixTorchConvolution atomicarchitects/nequix/nequix/torch_impl/model.py found in paper text by Syntology unverified MIT (permissive) · 5dfa44c70d8e4a09 · report
RMSLayerNorm atomicarchitects/nequix/nequix/torch_impl/model.py found in paper text by Syntology unverified MIT (permissive) · b5ba876168156a6c · report
Sort atomicarchitects/nequix/nequix/torch_impl/model.py found in paper text by Syntology unverified MIT (permissive) · b4a480eea704c9d1 · report
_broadcast atomicarchitects/nequix/nequix/torch_impl/model.py found in paper text by Syntology unverified MIT (permissive) · 9d3678a0ddee0bd3 · report
normalize2mom atomicarchitects/nequix/nequix/torch_impl/model.py found in paper text by Syntology unverified MIT (permissive) · e22018ae552026bc · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2508.16067, was issued in August 2025, 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