shyuep commited on
Commit
b8d3dd2
·
verified ·
1 Parent(s): 0df10a0

Add matgl model card front matter

Browse files
Files changed (1) hide show
  1. README.md +19 -0
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
+ ```