-
Notifications
You must be signed in to change notification settings - Fork 0
/
dftb_in.hsd
47 lines (46 loc) · 909 Bytes
/
dftb_in.hsd
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
Geometry = GenFormat {
<<< "geo_end.gen"
}
Hamiltonian = DFTB{
Charge = 0
DampXH = Yes
DampXHExponent = 4.0
Dispersion = DftD3{
Damping = BeckeJohnson{}
}
Eigensolver = RelativelyRobust{}
Filling = Fermi{
Temperature = 0.000950044603573917
}
HubbardDerivs = {
C = -0.1492
H = -0.1857
O = -0.1575
}
KPointsAndWeights = {2 2 3 1.0}
MaxAngularMomentum = {
C = "p"
H = "s"
O = "p"
}
MaxSCCIterations = 1000
SCC = Yes
SCCTolerance = 0.0001
SlaterKosterFiles = Type2FileNames{
LowerCaseTypeName = No
Prefix = "./dftb-param/"
Separator = "-"
Suffix = ".skf"
}
ThirdOrderFull = Yes
}
Options {
WriteResultsTag = Yes
}
ParserOptions {
IgnoreUnprocessedNodes = No
ParserVersion = 4
}
Analysis {
CalculateForces = Yes
}