kenko911 commited on
Commit
6b109e6
·
verified ·
1 Parent(s): 430d005

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -4,18 +4,25 @@ tags:
4
  - matgl
5
  - materials-science
6
  - graph-neural-network
 
 
 
7
  ---
8
 
9
- # Potential
10
 
11
- This is a [matgl](https://github.com/materialsvirtuallab/matgl) `Potential` model (version 3).
 
 
 
 
12
 
13
  ## Usage
14
 
15
  ```python
16
  import matgl
17
 
18
- model = matgl.load_model("<owner>/<repo>")
19
  ```
20
 
21
 
 
4
  - matgl
5
  - materials-science
6
  - graph-neural-network
7
+ - machine-learning-interatomic-potential
8
+ - foundation-potential
9
+ - mlip
10
  ---
11
 
12
+ ## Introduction
13
 
14
+ Pre-trained TensorNet foundation potential, i.e., universal machine learning interatomic potential trained on the MatPES PBE 2025.2 dataset.
15
+
16
+ ## Potential
17
+
18
+ [matgl](https://github.com/materialsvirtuallab/matgl) `Potential` model (version 3).
19
 
20
  ## Usage
21
 
22
  ```python
23
  import matgl
24
 
25
+ model = matgl.load_model("materialyze/TensorNet-PES-MatPES-PBE-2025.2")
26
  ```
27
 
28