Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: cc-by-4.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# Citation
|
| 6 |
+
If using this code, please cite our work as follows:
|
| 7 |
+
```
|
| 8 |
+
@article{gaia2025,
|
| 9 |
+
title={Scalable Reactive Atomistic Dynamics with GAIA},
|
| 10 |
+
author={Song, Suhwan and Kim, Heejae and Jang, Jaehee and Cho, Hyuntae and Kim, Gunhee and Kim, Geonu},
|
| 11 |
+
journal={arXiv preprint arXiv:2509.25798},
|
| 12 |
+
year={2025}
|
| 13 |
+
}
|
| 14 |
+
```
|