File size: 1,397 Bytes
2a53bd7 41db9a5 5348881 1a95678 dd7bf89 d507fd0 1a95678 9df65c6 d507fd0 0b6a371 9df65c6 41db9a5 2a53bd7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | ---
license: cc-by-nc-sa-4.0
tags:
- MLIP
- MLFF
datasets:
- aixsim/Titan25
---
# SNet-T25
SNet-T25 is an MLIP trained on [Titan25 dataset](https://huggingface.co/datasets/aixsim/Titan25).
It was designed for general chemical reactivity, including interfacial reactions,
and trained on 1.8M data points across 11 elements (C, H, N, O, Ag, Au, Cu, Pd, Pt, Rh, Ru).
The evaluation results are available in [GAIA paper](https://arxiv.org/abs/2509.25798),
which also provides full details of the model architecture and hyperparameters.
The original SNet-T25 was trained with our in-house framework;
we provide a converted checkpoint that can be used directly with [SevenNet framework](https://github.com/MDIL-SNU/SevenNet).
To enable compatibility, the user only need to apply the following minor modifications:
- Modify line 5 in `SevenNet/sevenn/__init__.py` to, e.g., `__version__ = '0.11.0'`. This allows the user to use it without installing SevenNet.
- Comment out line 332 in `SevenNet/sevenn/checkpoint.py`, i.e., `assert len(missing) == 0, f'Missing keys: {missing}'`
# Citation
If using this checkpoint, please cite our work as follows:
```
@article{gaia2025,
title={Scalable Reactive Atomistic Dynamics with GAIA},
author={Song, Suhwan and Kim, Heejae and Jang, Jaehee and Cho, Hyuntae and Kim, Gunhee and Kim, Geonu},
journal={arXiv preprint arXiv:2509.25798},
year={2025}
}
``` |