Update README.md
Browse files
README.md
CHANGED
|
@@ -1,64 +1,49 @@
|
|
| 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 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
For more information about the optimizer,
|
| 49 |
-
please refer to our [documentation](https://instadeepai.github.io/mlip/api_reference/training/optimizer.html#mlip.training.optimizer_config.OptimizerConfig)
|
| 50 |
-
## Dataset
|
| 51 |
-
| Parameter | Value | Description |
|
| 52 |
-
|-----------------------------|-------|--------------------------------------------|
|
| 53 |
-
| `graph_cutoff_angstrom` | `5` | Graph cutoff distance (in Å). |
|
| 54 |
-
| `max_n_node` | `32` | Maximum number of nodes allowed in a batch.|
|
| 55 |
-
| `max_n_edge` | `288` | Maximum number of edges allowed in a batch.|
|
| 56 |
-
| `batch_size` | `16` | Number of graphs in a batch. |
|
| 57 |
-
|
| 58 |
-
This model was trained on the [SPICE2_curated dataset](https://huggingface.co/datasets/InstaDeepAI/SPICE2-curated).
|
| 59 |
-
For more information about dataset configuration
|
| 60 |
-
please refer to our [documentation](https://instadeepai.github.io/mlip/api_reference/data/dataset_configs.html#mlip.data.configs.GraphDatasetBuilderConfig)
|
| 61 |
-
## License summary
|
| 62 |
|
| 63 |
1. The Licensed Models are **only** available under this License for Non-Commercial Purposes.
|
| 64 |
2. You are permitted to reproduce, publish, share and adapt the Output generated by the Licensed Model only for Non-Commercial Purposes and in accordance with this License.
|
|
|
|
| 1 |
+
# Overview
|
| 2 |
+
|
| 3 |
+
We present for pre-trained models to illustrate the use of the *mlip* library. Below are the references for each of these models (MACE, NequIP, ViSNet, eSEN).
|
| 4 |
+
# References
|
| 5 |
+
## MACE
|
| 6 |
+
|
| 7 |
+
Ilyes Batatia, Dávid Péter Kovács, Gregor N. C. Simm, Christoph Ortner, and Gábor Csányi.
|
| 8 |
+
Mace: Higher order equivariant message passing neural networks for fast and accurate force fields,
|
| 9 |
+
2023.
|
| 10 |
+
|
| 11 |
+
URL: https://arxiv.org/abs/2206.07697
|
| 12 |
+
|
| 13 |
+
## NequIP
|
| 14 |
+
|
| 15 |
+
Simon Batzner, Albert Musaelian, Lixin Sun, Mario Geiger, Jonathan P. Mailoa,
|
| 16 |
+
Mordechai Kornbluth, Nicola Molinari, Tess E. Smidt, and Boris Kozinsky.
|
| 17 |
+
E(3)-equivariant graph neural networks for data-efficient and accurate interatomic potentials.
|
| 18 |
+
Nature Communications, 13(1), May 2022. ISSN: 2041-1723.
|
| 19 |
+
|
| 20 |
+
URL: https://dx.doi.org/10.1038/s41467-022-29939-5.
|
| 21 |
+
|
| 22 |
+
## ViSNet
|
| 23 |
+
|
| 24 |
+
Yusong Wang, Tong Wang, Shaoning Li, Xinheng He, Mingyu Li, Zun Wang, Nanning Zheng, Bin Shao, and Tie-Yan Liu.
|
| 25 |
+
Enhancing geometric representations for molecules with equivariant vector-scalar interactive message passing.
|
| 26 |
+
Nature Communications, 15(1), January 2024. ISSN: 2041-1723.
|
| 27 |
+
|
| 28 |
+
URL: https://dx.doi.org/10.1038/s41467-023-43720-2.
|
| 29 |
+
|
| 30 |
+
## eSEN
|
| 31 |
+
|
| 32 |
+
Xiang Fu, Brandon M. Wood, Luis Barroso-Luque, Daniel S. Levine, Meng Gao, Misko
|
| 33 |
+
Dzamba, and C. Lawrence Zitnick. Learning smooth and expressive interatomic potentials for
|
| 34 |
+
physical property prediction, 2025.
|
| 35 |
+
|
| 36 |
+
URL https://arxiv.org/abs/2502.12147.
|
| 37 |
+
|
| 38 |
+
# Relevant documentation
|
| 39 |
+
|
| 40 |
+
For a complete usage instructions, model configs and more information, please refer to our [documentation](https://instadeepai.github.io/mlip).
|
| 41 |
+
We also present all model hyperparameters and training strategy in the associate [white paper](link.TBD).
|
| 42 |
+
|
| 43 |
+
These models were trained on the [SPICE2_curated dataset](https://huggingface.co/datasets/InstaDeepAI/SPICE2_curated_v2).
|
| 44 |
+
For more information about dataset configuration please refer to our [documentation](https://instadeepai.github.io/mlip/api_reference/data/dataset_configs.html#mlip.data.configs.GraphDatasetBuilderConfig)
|
| 45 |
+
|
| 46 |
+
# License summary
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 47 |
|
| 48 |
1. The Licensed Models are **only** available under this License for Non-Commercial Purposes.
|
| 49 |
2. You are permitted to reproduce, publish, share and adapt the Output generated by the Licensed Model only for Non-Commercial Purposes and in accordance with this License.
|