-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinput.dat
65 lines (58 loc) · 1.45 KB
/
input.dat
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
58
59
60
61
62
63
64
65
# PYTHONPATH must include directory above plugin directory.
# Define either externally or here, then import plugin.
sys.path.insert(0, './..')
import vcd
#molecule h2o {
# O 0.000000000000 -0.143225816552 0.000000000000
# H 1.638036840407 1.136548822547 -0.000000000000
# H -1.638036840407 1.136548822547 -0.000000000000
# units bohr
# symmetry c1
# no_reorient
# nocom
#}
#molecule {
#0 1
# O 0.000000000000 0.000000000000 -0.116529192243
# H -0.000000000000 1.344767972762 0.924701422022
# H -0.000000000000 -1.344767972762 0.924701422022
#no_reorient
#no_com
#units bohr
#symmetry c1
#}
#molecule water{
#O
#H 1 1.1
#H 1 1.1 2 104
#
#symmetry c1
#}
#molecule h2o2 {
# O -0.028962160801 -0.694396279686 -0.049338350190
# O 0.028962160801 0.694396279686 -0.049338350190
# H 0.350498145881 -0.910645626300 0.783035421467
# H -0.350498145881 0.910645626300 0.783035421467
#no_reorient
#no_com
#symmetry c1
#}
molecule h2o2 {
O 0.0000000000 1.3192641900 -0.0952542913
O -0.0000000000 -1.3192641900 -0.0952542913
H 1.6464858700 1.6841036400 0.7620343300
H -1.6464858700 -1.6841036400 0.7620343300
symmetry c1
units bohr
noreorient
no_com
}
set {
basis sto-6g
freeze_core false
dertype none
e_convergence 13
r_convergence 13
r_convergence 13
}
gradient('mp2')