Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ from chgnet.model.model import CHGNet
# Load the latest CHGNet model (default: 0.3.0)
chgnet = CHGNet.load()
# Load specific CHGNet versions
chgnet_r2scan = CHGNet.load('r2scan')
chgnet = CHGNet.load(model_name='r2scan')
```

**Model Details:**
Expand Down
10 changes: 8 additions & 2 deletions chgnet/pretrained/r2scan/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Model r2SCAN

This is the pretrained weights of CHGNet fine-tuned on the MP-r2SCAN dataset. The model was initialized from the GGA/GGA+U trained CHGNet v0.3.0 and then transferred to the R2SCAN functional dataset. This work is published in the npj Computational Materials paper titled "Cross-functional transferability in foundation machine learning interatomic potentials."
This is the pretrained weights of CHGNet fine-tuned on the MP-r2SCAN dataset. The model was initialized from the GGA/GGA+U trained CHGNet v0.3.0 and then transferred to the R2SCAN functional dataset. This work is published in the npj Computational Materials paper titled "Cross-functional transferability in foundation machine learning interatomic potentials".

All experiments and results shown in the paper (Method 4) were performed with this version of weights.

Date: 9/15/2025
Date: 9/21/2025

Author: Xu Huang

Expand Down Expand Up @@ -44,6 +44,12 @@ model = CHGNet(

MP-r2SCAN dataset (https://doi.org/10.6084/m9.figshare.28245650.v2) with 8-1-1 train-val-test splitting

## Load the Model

```python
chgnet = CHGNet.load(model_name='r2scan')
```

## Training Configuration

We used the pretrained CHGNet v0.3.0 as the starting model and fine-tuned it on the MP-r2SCAN dataset.
Expand Down
Binary file not shown.
Loading