-
Notifications
You must be signed in to change notification settings - Fork 0
/
H2O.toml
46 lines (43 loc) · 992 Bytes
/
H2O.toml
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
[system]
structure = "./data/H2O.pdb"
[[group]]
atom_list = "all"
initial_temperature = 300.0
[[potential]]
type = "SIESTA"
siesta_options = """
xc.functional GGA
xc.authors revPBE
PAO.BasisSize DZP
Mesh.Cutoff 300 Ry
PAO.EnergyShift 10 meV
PAO.SoftDefault T
SCF.Mixer.Variant Pulay
SCF.Mixer.History 8
DM.NumberPulay 8
DM.Tolerance 1.d-5
DM.UseSaveDM T
DM.History.Depth 5
SolutionMethod diagon
ElectronicTemperature 1 meV
# If you do not have ELPA installed, comment out this line:
Diag.Algorithm ELPA-1stage
"""
siesta_command = "mpirun -np 90 /path/to/siesta"
pseudopotential_dir = "./data"
[[potential]]
type = "DFTD3"
functional = "revpbe"
[integrator]
type = "BAOAB"
timestep = 0.0005
temperatures = 300.0
relaxation_times = 0.1
[[trajectory]]
format = "H5"
interval = 1
[[logger]]
format = "CSV"
interval = 1
[run]
n_steps = 25000