Skip to content

Commit 0591d28

Browse files
committed
add examples for stochastic KG
1 parent 47ff955 commit 0591d28

File tree

6 files changed

+6817
-0
lines changed

6 files changed

+6817
-0
lines changed

examples/stochastic/cond_Si/INPUT

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
INPUT_PARAMETERS
2+
#Parameters (1.General)
3+
suffix Si
4+
calculation scf
5+
esolver_type sdft
6+
nbands 10
7+
nbands_sto 40
8+
nche_sto 120
9+
seed_sto 20000
10+
symmetry 1
11+
kpar 1
12+
bndpar 2
13+
14+
#Parameters (2.Iteration)
15+
ecutwfc 40
16+
scf_thr 1e-6
17+
scf_nmax 100
18+
19+
#Parameters (3.Basis)
20+
basis_type pw
21+
22+
#Parameters (4.Smearing)
23+
smearing_method fd
24+
smearing_sigma 0.6
25+
26+
#Parameters (5.Mixing)
27+
mixing_type broyden
28+
mixing_beta 0.4
29+
30+
#Parameters (6.Conductivity)
31+
cal_cond 1
32+
cond_smear 1
33+
cond_fwhm 0.4
34+
cond_wcut 20
35+
cond_dw 0.02
36+
cond_dt 0.1

examples/stochastic/cond_Si/KPT

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
K_POINTS
2+
0
3+
Gamma
4+
1 1 1 0 0 0

0 commit comments

Comments
 (0)