Skip to content

Commit

Permalink
Add training data for HEA.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed Feb 3, 2024
1 parent 4a575a7 commit a832dbd
Show file tree
Hide file tree
Showing 31 changed files with 54 additions and 0 deletions.
1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/MoTa_SS.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/MoTa_Test.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/MoW_SS.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/MoW_Test.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/Mo_AIMD.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/Mo_Elastic.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/Mo_Surface.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/Mo_Test.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/Multinary_SQS.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/Multinary_Test.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/NbMo_SS.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/NbMo_Test.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/NbTa_SS.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/NbTa_Test.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/NbW_SS.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/NbW_Test.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/Nb_AIMD.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/Nb_Elastic.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/Nb_Surface.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/Nb_Test.json

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions mvl_models/pes/MoNbTaW/training/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Using the training and test data

The training and test data is provided in json files, which can be read by any standard json parser. Each json file contains one data group (e.g., Ta_Surface, NbMo_SS, Multinary_SQS,Mo_Test,NbMo_Test, etc.) used in the training or test of the SNAP model.

The data is provided as a list of dicts. Each dict contains one structure with data. The format of the json file is as follows:

```json
[
{
"_id": "a string",
"params": {"Dict of parameters used for DFT calculations, e.g. pseudopotential, energy cutoff, etc."},
"group": "Ni3Mo",
"tags": "Md",
"structure": {"Dict representation of Structure as output by pymatgen"},
"num_atoms": 108,
"outputs": {
"energy": -619.08666252,
"forces": [],
"stress": []
}
},
...
]
```
1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/TaW_SS.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/TaW_Test.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/Ta_AIMD.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/Ta_Elastic.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/Ta_Surface.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/Ta_Test.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/W_AIMD.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/W_Elastic.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/W_Surface.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mvl_models/pes/MoNbTaW/training/W_Test.json

Large diffs are not rendered by default.

0 comments on commit a832dbd

Please sign in to comment.