Skip to content

Commit 0f72f2a

Browse files
committed
Add a Si PW integration case for ks_solver ppcg
1 parent 3d218ae commit 0f72f2a

6 files changed

Lines changed: 66 additions & 0 deletions

File tree

tests/01_PW/818_PW_PPCG_Si/INPUT

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
INPUT_PARAMETERS
2+
#Parameters (General)
3+
suffix autotest
4+
pseudo_dir ../../PP_ORB
5+
pw_seed 1
6+
7+
gamma_only 0
8+
calculation scf
9+
symmetry 1
10+
out_level ie
11+
smearing_method gaussian
12+
smearing_sigma 0.02
13+
14+
#Parameters (3.PW)
15+
ecutwfc 40
16+
scf_thr 1e-6
17+
scf_nmax 50
18+
19+
#Parameters (LCAO)
20+
basis_type pw
21+
ks_solver ppcg
22+
device cpu
23+
nbands 6
24+
chg_extrap second-order
25+
pw_diag_thr 0.00001
26+
pw_diag_ndim 4
27+
28+
cal_force 1
29+
cal_stress 1
30+
31+
mixing_type broyden
32+
mixing_beta 0.4
33+
mixing_gg0 1.5

tests/01_PW/818_PW_PPCG_Si/KPT

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
K_POINTS
2+
0
3+
Gamma
4+
2 2 2 0 0 0

tests/01_PW/818_PW_PPCG_Si/README

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pw basis for Si with ks_solver ppcg (projection preconditioned conjugate-gradient), multi k

tests/01_PW/818_PW_PPCG_Si/STRU

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
ATOMIC_SPECIES
2+
Si 1.000 Si_dojo_nsoc.upf
3+
4+
LATTICE_CONSTANT
5+
10.2
6+
7+
LATTICE_VECTORS
8+
0.0 0.5 0.5
9+
0.5 0.0 0.5
10+
0.5 0.5 0.0
11+
12+
ATOMIC_POSITIONS
13+
Direct
14+
15+
Si
16+
0.0
17+
2
18+
0.00 0.00 0.00 0 0 0
19+
0.25 0.25 0.25 0 0 0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
etotref -227.6796308171406622
2+
etotperatomref -113.8398154086
3+
totalforceref 0.000000
4+
totalstressref 343.464036
5+
pointgroupref T_d
6+
spacegroupref O_h
7+
nksibzref 3
8+
totaltimeref 0.95

tests/01_PW/CASES_CPU.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,3 +133,4 @@ scf_out_chg_tau
133133
815_PW_DFTU_S2_Z
134134
816_PW_DFTU_S4_XY
135135
817_PW_PPCG
136+
818_PW_PPCG_Si

0 commit comments

Comments
 (0)