forked from abacusmodeling/abacus-develop
-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
17,614 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
INPUT_PARAMETERS | ||
#Parameters (1.General) | ||
suffix abacus | ||
pseudo_dir ../../../tests/PP_ORB | ||
orbital_dir ../../../tests/PP_ORB | ||
calculation scf | ||
symmetry 0 | ||
|
||
#Parameters (2.Iteration) | ||
ecutwfc 100 | ||
scf_thr 1e-7 | ||
scf_nmax 50 | ||
|
||
#Parameters (3.Basis) | ||
basis_type lcao | ||
kspacing 0.1 | ||
|
||
#Parameters (4.Smearing) | ||
smearing_method gaussian | ||
smearing_sigma 0.0015 | ||
|
||
#Parameters (5.Mixing) | ||
mixing_type pulay | ||
mixing_beta 0.4 | ||
|
||
#Parameters (6.Deepks) | ||
deepks_scf 1 | ||
deepks_model model.ptg | ||
|
||
#Parameters (7.SOC) | ||
lspinorb 1 | ||
|
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,41 @@ | ||
ATOMIC_SPECIES | ||
Cs 1 Cs_ONCV_PBE_FR-1.0.upf upf201 | ||
Pb 1 Pb_ONCV_PBE_FR-1.0.upf upf201 | ||
I 1 I_ONCV_PBE_FR-1.1.upf upf201 | ||
|
||
NUMERICAL_ORBITAL | ||
Cs_gga_10au_100Ry_4s2p1d.orb | ||
Pb_gga_7au_100Ry_2s2p2d1f.orb | ||
I_gga_7au_100Ry_2s2p2d1f.orb | ||
|
||
LATTICE_CONSTANT | ||
1.88972613 | ||
|
||
LATTICE_VECTORS | ||
6.29158773173 -5.96139346257e-13 5.44227741356e-14 #latvec1 | ||
-5.9613934637e-13 6.29158773173 3.04139407466e-15 #latvec2 | ||
5.44227867363e-14 3.04121878165e-15 6.29158773173 #latvec3 | ||
|
||
ATOMIC_POSITIONS | ||
Direct | ||
|
||
Cs #label | ||
0 #magnetism | ||
1 #number of atoms | ||
0.5 0.5 0.5 | ||
|
||
Pb #label | ||
0 #magnetism | ||
1 #number of atoms | ||
1 1 1 | ||
|
||
I #label | ||
0 #magnetism | ||
3 #number of atoms | ||
8.33458276035e-15 1.4825841766e-15 0.5 | ||
9.23733447273e-15 0.5 1.84769927088e-14 | ||
0.5 1 1 | ||
|
||
NUMERICAL_DESCRIPTOR | ||
jle.orb | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
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,7 @@ | ||
#!/bin/bash | ||
|
||
ABACUS_PATH=$(awk -F "=" '$1=="ABACUS_PATH"{print $2}' ../../SETENV) | ||
ABACUS_NPROCS=$(awk -F "=" '$1=="ABACUS_NPROCS"{print $2}' ../../SETENV) | ||
ABACUS_THREADS=$(awk -F "=" '$1=="ABACUS_THREADS"{print $2}' ../../SETENV) | ||
|
||
OMP_NUM_THREADS=${ABACUS_THREADS} mpirun -np ${ABACUS_NPROCS} ${ABACUS_PATH} | tee scf.output |
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.