Gregor Simm commited on
Commit
694bb03
·
1 Parent(s): c80250b

Streamline README

Browse files
Files changed (1) hide show
  1. README.md +14 -17
README.md CHANGED
@@ -2,14 +2,9 @@
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)
@@ -18,14 +13,16 @@ SimPoly is a fast and scalable machine learning force field (MLFF) for ab initio
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
- ```
 
2
  license: mit
3
  ---
4
 
5
+ # SimPoly: Simulation of Polymers with Machine Learning Force Fields Derived from First Principles
6
 
7
+ SimPoly is a fast and scalable machine-learned force field (MLFF) for polymer systems. This repository contains the trained model weights and training datasets from our [paper](https://arxiv.org/abs/2510.13696). Refer to the accompanying GitHub repository for instructions and usage examples.
 
 
 
 
 
8
 
9
  **Resources**
10
  - [GitHub Code](https://github.com/microsoft/simpoly)
 
13
  **Citation**
14
 
15
  If you use this work, please cite:
16
+ ```bibtex
17
+ @misc{Simm2025SimPoly,
18
+ title = {SimPoly: Simulation of Polymers with Machine Learning Force Fields Derived from First Principles},
19
+ author = {Simm, Gregor N. C. and H{\'e}lie, Jean and Schulz, Hannes and Chen, Yicheng and Simeon, Guillem and Kuzina, Anna and {Martinez-Baez}, Ernesto and Gasparotto, Piero and Tocci, Gabriele and Chen, Chi and Li, Yatao and Cheng, Lixue and Wang, Zun and Nguyen, Bichlien H. and Smith, Jake A. and Sun, Lixin},
20
+ year = 2025,
21
+ number = {arXiv:2510.13696},
22
+ eprint = {2510.13696},
23
+ primaryclass = {physics},
24
+ publisher = {arXiv},
25
+ doi = {10.48550/arXiv.2510.13696},
26
+ archiveprefix = {arXiv}
27
  }
28
+ ```