forked from deepmodeling/deepmd-kit
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(abacus): fix deepks bug in autotest (deepmodeling#1163)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
8453131
commit e3b8232
Showing
9 changed files
with
212 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
INPUT_PARAMETERS | ||
#Parameters (1.General) | ||
suffix ABACUS | ||
calculation relax | ||
symmetry 1 | ||
pseudo_type upf201 | ||
|
||
#Parameters (2.Iteration) | ||
ecutwfc 60 | ||
scf_thr 1e-7 | ||
scf_nmax 100 | ||
#Parameters (3.Basis) | ||
basis_type pw | ||
|
||
#Parameters (4.Smearing) | ||
smearing_method gauss | ||
smearing_sigma 0.002 | ||
|
||
#Parameters (5.Mixing) | ||
mixing_type pulay | ||
mixing_beta 0.3 | ||
ks_solver cg | ||
|
||
cal_stress 1 | ||
kspacing 0.2 | ||
|
||
deepks_model model.ptg |
Empty file.
Empty file.
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,26 @@ | ||
ATOMIC_SPECIES | ||
Al 26.9815 ./pp_orb/Al_ONCV_PBE-1.0.upf | ||
|
||
NUMERICAL_ORBITAL | ||
pp_orb/Al_gga_9au_100Ry_4s4p1d.orb | ||
|
||
LATTICE_CONSTANT | ||
1.8897261254578281 | ||
|
||
LATTICE_VECTORS | ||
4.05 0.0 0.0 | ||
0.0 4.05 0.0 | ||
0.0 0.0 4.05 | ||
|
||
ATOMIC_POSITIONS | ||
Cartesian # Cartesian(Unit is LATTICE_CONSTANT) | ||
Al | ||
0.0 | ||
4 | ||
0.000000000000 0.000000000000 0.000000000000 1 1 1 | ||
0.000000000000 2.025000000000 2.025000000000 1 1 1 | ||
2.025000000000 0.000000000000 2.025000000000 1 1 1 | ||
2.025000000000 2.025000000000 0.000000000000 1 1 1 | ||
|
||
NUMERICAL_DESCRIPTOR | ||
pp_orb/jle.orb |
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