-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handling failures in elastic flow (#861)
* limit maximum failures in elastic flow * add property to Elastic flow subclasses * Add flow test for failiure in elastic flow
- Loading branch information
Showing
117 changed files
with
578 additions
and
2 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
24 changes: 24 additions & 0 deletions
24
tests/test_data/vasp/Si_elastic_fail/elastic_relax_2_6/inputs/INCAR
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,24 @@ | ||
ALGO = Normal | ||
EDIFF = 1e-07 | ||
EDIFFG = -0.001 | ||
ENAUG = 1360 | ||
ENCUT = 300 | ||
GGA = Ps | ||
IBRION = 2 | ||
ISIF = 2 | ||
ISMEAR = -5 | ||
ISPIN = 2 | ||
LAECHG = False | ||
LASPH = True | ||
LCHARG = False | ||
LELF = False | ||
LMIXTAU = True | ||
LORBIT = 11 | ||
LREAL = False | ||
LVTOT = True | ||
LWAVE = False | ||
MAGMOM = 8*-0.0 | ||
NELM = 200 | ||
NSW = 99 | ||
PREC = Accurate | ||
SIGMA = 0.2 |
4 changes: 4 additions & 0 deletions
4
tests/test_data/vasp/Si_elastic_fail/elastic_relax_2_6/inputs/KPOINTS
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,4 @@ | ||
pymatgen with grid density = 100 / number of atoms | ||
0 | ||
Gamma | ||
2 2 2 |
Oops, something went wrong.