-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathparameterFile.prm
57 lines (49 loc) · 1.18 KB
/
parameterFile.prm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
set SOLVER MODE=GS
set VERBOSITY=1
subsection Geometry
set NATOMS=1
set NATOM TYPES=1
set ATOMIC COORDINATES FILE=coordinates.inp
set DOMAIN VECTORS FILE=domainVectors.inp
subsection Optimization
set ION FORCE=true
set CELL STRESS=true
end
end
subsection Boundary conditions
set PERIODIC1=true
set PERIODIC2=true
set PERIODIC3=true
end
subsection DFT functional parameters
set EXCHANGE CORRELATION TYPE=GGA-PBE
set PSEUDOPOTENTIAL CALCULATION=true
set SPIN POLARIZATION=0
set TOTAL MAGNETIZATION=0.0
set PSEUDOPOTENTIAL FILE NAMES LIST=pseudo.inp
end
subsection Finite element mesh parameters
set POLYNOMIAL ORDER=6
subsection Auto mesh generation parameters
set MESH SIZE AROUND ATOM=1.0
end
end
subsection Brillouin zone k point sampling options
set USE TIME REVERSAL SYMMETRY=true
subsection Monkhorst-Pack (MP) grid generation
set SAMPLING POINTS 1=1
set SAMPLING POINTS 2=1
set SAMPLING POINTS 3=1
set SAMPLING SHIFT 1=0
set SAMPLING SHIFT 2=0
set SAMPLING SHIFT 3=0
end
end
subsection Parallelization
set NPKPT=1
end
subsection SCF parameters
set TEMPERATURE=500
set TOLERANCE=1e-5
set MIXING PARAMETER=0.2
end