Skip to content

Commit

Permalink
Merge pull request #110 from usnistgov/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
knc6 authored Jun 4, 2023
2 parents a2710ce + 405e9ac commit 4633450
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ run_alignn_ff.py -h
Performances
-------------------------

Please refer to [JARVIS-Leaderboard](https://pages.nist.gov/jarvis_leaderboard/) to check the performance of ALIGNN models on several databases.

### 1) On JARVIS-DFT 2021 dataset (classification)

| Model | Threshold | ALIGNN |
Expand Down Expand Up @@ -283,7 +285,7 @@ Performances

### 3) On Materials project 2018 dataset

The results from models other than ALIGNN are reported as given in corresponding papers, not necessarily reproduced by us. You can also refer to [MatBench](https://matbench.materialsproject.org/) project to check the performance of ALIGNN model on the Materials project and other databases.
The results from models other than ALIGNN are reported as given in corresponding papers, not necessarily reproduced by us.

| Prop | Unit | MAD | CFID | CGCNN | MEGNet | SchNet | ALIGNN | MAD:MAE |
|-------------|---------------|-------------|--------------|--------------|---------------|---------------|---------------|----------------|
Expand Down
2 changes: 1 addition & 1 deletion alignn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Version number."""
__version__ = "2023.05.30"
__version__ = "2023.05.31"
2 changes: 1 addition & 1 deletion alignn/train_folder_ff.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ def train_for_folder(
train_for_folder(
root_dir=args.root_dir,
config_name=args.config_name,
keep_data_order=args.keep_data_order,
# keep_data_order=args.keep_data_order,
classification_threshold=args.classification_threshold,
output_dir=args.output_dir,
batch_size=(args.batch_size),
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setuptools.setup(
name="alignn",
version="2023.05.30",
version="2023.05.31",
author="Kamal Choudhary, Brian DeCost",
author_email="[email protected]",
description="alignn",
Expand Down

0 comments on commit 4633450

Please sign in to comment.