Update README
#2
by jehelie-ms - opened
README.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# SimPoly
|
| 6 |
+
|
| 7 |
+
SimPoly is a fast and scalable machine learning force field (MLFF) for ab initio prediction of polymer properties. This repository contains the trained model weights and benchmark datasets from our paper. Refer to the accompanying GitHub repository for instructions and usage examples.
|
| 8 |
+
|
| 9 |
+
**Key Features:**
|
| 10 |
+
- Accurately predicts polymer densities and glass transition temperatures without experimental fitting
|
| 11 |
+
- Outperforms classical force fields for a broad range of polymers
|
| 12 |
+
- Includes benchmark data: experimental bulk properties for 130 polymers and quantum-chemical training datasets
|
| 13 |
+
|
| 14 |
+
**Resources:**
|
| 15 |
+
- [GitHub Code](https://github.com/microsoft/simpoly)
|
| 16 |
+
- [Paper on arXiv](https://arxiv.org/abs/2510.13696)
|
| 17 |
+
|
| 18 |
+
**Citation**
|
| 19 |
+
|
| 20 |
+
If you use this work, please cite:
|
| 21 |
+
```
|
| 22 |
+
@misc{simm2025simpolysimulationpolymersmachine,
|
| 23 |
+
title={SimPoly: Simulation of Polymers with Machine Learning Force Fields Derived from First Principles},
|
| 24 |
+
author={Gregor N. C. Simm and Jean Hélie and Hannes Schulz and Yicheng Chen and Guillem Simeon and Anna Kuzina and Ernesto Martinez-Baez and Piero Gasparotto and Gabriele Tocci and Chi Chen and Yatao Li and Lixue Cheng and Zun Wang and Bichlien H. Nguyen and Jake A. Smith and Lixin Sun},
|
| 25 |
+
year={2025},
|
| 26 |
+
eprint={2510.13696},
|
| 27 |
+
archivePrefix={arXiv},
|
| 28 |
+
primaryClass={physics.chem-ph},
|
| 29 |
+
url={https://arxiv.org/abs/2510.13696},
|
| 30 |
+
}
|
| 31 |
+
```
|