-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add am example for compensating charge
- Loading branch information
Showing
3 changed files
with
67 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
INPUT_PARAMETERS | ||
#Parameters (1.General) | ||
suffix H2O | ||
calculation scf | ||
nbands 8 | ||
symmetry 0 | ||
pseudo_dir ../../PP_ORB | ||
|
||
#Parameters (2.Iteration) | ||
ecutwfc 100 | ||
scf_thr 1e-6 | ||
scf_nmax 100 | ||
|
||
#Parameters (3.Basis) | ||
basis_type pw | ||
|
||
#Parameters (4.Smearing) | ||
smearing_method gauss | ||
smearing_sigma 0.001 | ||
|
||
#Parameters (5.Mixing) | ||
mixing_type broyden | ||
mixing_beta 0.1 | ||
|
||
#Parameters (6.Dipole correction) | ||
efield_flag 1 | ||
dip_cor_flag 1 | ||
efield_pos_max 0.0 | ||
efield_pos_dec 0.1 | ||
efield_amp 0.00 | ||
|
||
#Parameters (7.Compensating charge) | ||
gate_flag 1 | ||
zgate 0.7 | ||
nelec 9 | ||
|
||
#Parameters (8.Output) | ||
out_pot 2 |
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 @@ | ||
K_POINTS | ||
0 | ||
Gamma | ||
6 6 1 0 0 0 |
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,25 @@ | ||
ATOMIC_SPECIES | ||
O 15.999 O_ONCV_PBE-1.0.upf | ||
H 1.008 H_ONCV_PBE-1.0.upf | ||
|
||
LATTICE_CONSTANT | ||
1.889727000000 | ||
|
||
LATTICE_VECTORS | ||
3.000000000000 0.000000000000 0.000000000000 | ||
0.000000000000 3.000000000000 0.000000000000 | ||
0.000000000000 0.000000000000 18.000000000000 | ||
|
||
ATOMIC_POSITIONS | ||
Direct | ||
|
||
O | ||
0 | ||
1 | ||
0.000000000000 0.000000000000 0.500000000000 | ||
|
||
H | ||
0 | ||
2 | ||
0.263563191248 0.000000000000 0.534012071113 | ||
-0.263563191248 0.000000000000 0.534012071113 |