Add matgl model card front matter
Browse files
README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: matgl
|
| 3 |
+
tags:
|
| 4 |
+
- matgl
|
| 5 |
+
- materials-science
|
| 6 |
+
- graph-neural-network
|
| 7 |
+
---
|
| 8 |
+
|
| 9 |
+
# Potential
|
| 10 |
+
|
| 11 |
+
This is a [matgl](https://github.com/materialyzeai/matgl) `Potential` model (version 3).
|
| 12 |
+
|
| 13 |
+
## Usage
|
| 14 |
+
|
| 15 |
+
```python
|
| 16 |
+
import matgl
|
| 17 |
+
|
| 18 |
+
model = matgl.load_model("materialyze/TensorNet-PES-ANI-1x-Subset")
|
| 19 |
+
```
|