-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add example for from v1 json model using AlAs. * fix : 1. change default of push from None to False 2. fix bug in checking the model_options in model and input jdata. 3. fix bug in load v1 json model. * update nnsk.py and test_sktb.py * add test from v1 json. * update config_sk.py and config_skenv.py * update deeptb.py and nnsk.py * update .gitignore and plot_from_v1.ipynb * updata exampe of AlAs * chore: create input.json * add examle for load strain model from v1 json using silicon example * add test for strain v1 json model * fix: update train.py to make it able to load v1 josn model to further train the model. * test: update test_sktb.py and test_trainer.py * update train.py
- Loading branch information
Showing
34 changed files
with
1,587 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Primitive Cell | ||
1.000000 | ||
0.00000000000000 2.83790087700000 2.83790087700000 | ||
2.83790087700000 0.00000000000000 2.83790087700000 | ||
2.83790087700000 2.83790087700000 0.00000000000000 | ||
Al As | ||
1 1 | ||
DIRECT | ||
0.0000000000000000 0.0000000000000000 0.0000000000000000 Al1 | ||
0.7500000000000000 0.7500000000000000 0.7500000000000000 As1 |
Oops, something went wrong.