source: ThirdParty/mpqc_open/src/lib/chemistry/qc/wfn/wfntest.kv

Candidate_v1.6.1
Last change on this file was 860145, checked in by Frederik Heber <heber@…>, 8 years ago

Merge commit '0b990dfaa8c6007a996d030163a25f7f5fc8a7e7' as 'ThirdParty/mpqc_open'

  • Property mode set to 100644
File size: 6.4 KB
Line 
1
2molecule = $:water
3
4% this will give very poor results for water
5resolution = 0.5
6
7wavefunction<HCoreWfn>: (
8 docc = [ 3 0 1 1 ]
9
10 % Function
11 value_accuracy = 1e-9
12 gradient_accuracy = 1e-7
13
14 % MolecularEnergy input
15 molecule = $:molecule
16 basis<GaussianBasisSet>: (
17 molecule = $:molecule
18 name = "6-31G"
19 puream = yes
20 )
21
22 % comment out coor if molecule is an atom
23 coor = $:coor
24)
25
26pwavefunction<HCoreWfn>: (
27 docc = [ 3 0 1 1 ]
28
29 % Function
30 value_accuracy = 1e-9
31 gradient_accuracy = 1e-7
32
33 % MolecularEnergy input
34 molecule = $:molecule
35 basis<GaussianBasisSet>: (
36 molecule = $:molecule
37 name = "STO-3G"
38 )
39
40 % comment out coor if molecule is an atom
41 coor = $:coor
42)
43
44coor = $:symcoor
45message = $:message1
46
47
48%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
49%
50% message types
51%
52
53message1<ProcMessageGrp>: ()
54
55messageShm<ShmMessageGrp>: (
56 n = 2
57)
58
59%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
60%
61% internal coordinate types
62%
63
64redcoor<RedundMolecularCoor>: (
65 molecule = $:molecule
66)
67
68symcoor<SymmMolecularCoor>: (
69 molecule = $:molecule
70)
71
72cartcoor<CartMolecularCoor>: (
73 molecule = $:molecule
74)
75
76%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
77%
78% a few molecules
79%
80
81ch2<Molecule>: (
82 symmetry=c2v
83 { atoms geometry } = {
84 H [ 1.5 0.0 1.0 ]
85 C [ 0.0 0.0 0.0 ]
86 %h [ 1.8733588697 0.0000000000 0.9423746499 ]
87 %c [ 0.0000000000 0.0000000000 0.1152507002 ]
88 }
89)
90
91coh2<Molecule>: (
92 symmetry=c2v
93 { atoms geometry } = {
94 c [ 0.0 0.0 0.1879589819 ]
95 o [ 0.0 0.0 2.4872263970 ]
96 h [ 1.7507128195 0.0 -0.9375926894 ]
97 }
98)
99
100cscoh2<Molecule>: (
101 symmetry=cs
102 { atoms geometry } = {
103 c [ 0.0 0.1879589819 0.0 ]
104 o [ 0.0 2.4872263970 0.0 ]
105 h [ 0.1 -0.9375926894 1.7507128195 ]
106 }
107)
108
109tmmc1<Molecule>: (
110 symmetry=c1
111 { atoms geometry } = {
112 c [ 2.8345899953 0.0000000000 0.0000000000 ]
113 c [ -1.4172949976 -2.4548269452 0.0000000000 ]
114 c [ -1.4172949976 2.4548269452 0.0000000000 ]
115 c [ 0.0000000000 0.0000000000 0.0000000000 ]
116 h [ 3.7794533270 1.7007539972 0.0000000000 ]
117 h [ -0.4168304964 -4.1234795922 0.0000000000 ]
118 h [ -3.3626228306 2.4227255950 0.0000000000 ]
119 h [ 3.7794533270 -1.7007539972 0.0000000000 ]
120 h [ -3.3626228306 -2.4227255950 0.0000000000 ]
121 h [ -0.4168304964 4.1234795922 0.0000000000 ]
122 }
123)
124
125tmm<Molecule>: (
126 symmetry=d3h
127 { atoms geometry } = {
128 c [ 2.8345899953 0.0000000000 0.0000000000 ]
129 c [ 0.0000000000 0.0000000000 0.0000000000 ]
130 h [ 3.7794533270 1.7007539972 0.0000000000 ]
131 }
132)
133
134ozone_c1<Molecule>: (
135 symmetry=c1
136 { atoms geometry } = {
137 o [ 1.5000000000 0.0000000000 0.0000000000 ]
138 o [ -0.7500000000 -1.2990381057 0.0000000000 ]
139 o [ -0.7500000000 1.2990381057 0.0000000000 ]
140 }
141)
142
143ozone<Molecule>: (
144 symmetry=d3h
145 { atoms geometry } = {
146 o [ 1.5000000000 0.0000000000 0.0000000000 ]
147 }
148)
149
150h3op_c1<Molecule>: (
151 symmetry=c1
152 { atoms geometry } = {
153 h [ 1.5000000000 0.0000000000 1.0000000000 ]
154 h [ -0.7500000000 -1.2990381057 1.0000000000 ]
155 h [ -0.7500000000 1.2990381057 1.0000000000 ]
156 o [ 0.0000000000 0.0000000000 0.0000000000 ]
157 }
158)
159
160h3op<Molecule>: (
161 symmetry=c3v
162 { atoms geometry } = {
163 h [ 1.5000000000 0.0000000000 1.0000000000 ]
164 o [ 0.0000000000 0.0000000000 0.0000000000 ]
165 }
166)
167
168water_c1<Molecule>: (
169 symmetry=c1
170 { atoms geometry } = {
171 O [ 0.0000000000 0.0000000000 0.0000000000 ]
172 H [ 1.5000000000 0.0000000000 1.0000000000 ]
173 H [ -1.5000000000 0.0000000000 1.0000000000 ]
174 }
175)
176
177water<Molecule>: (
178 symmetry=c2v
179 { atoms geometry } = {
180 O [ 0.0000000000 0.0000000000 0.0000000000 ]
181 H [ 1.5000000000 0.0000000000 1.0000000000 ]
182 }
183)
184
185mikes<Molecule>: (
186 symmetry=c1
187 angstrom=yes
188
189 { atoms geometry } = {
190 C [ 1.5264761842 0.7979554539 -0.7060764810 ]
191 C [ 1.5305772465 0.8533225498 0.6287581632 ]
192 H [ 2.3921398065 0.9183857280 -1.3318650729 ]
193 C [ 0.2063903267 0.5538002045 -1.2025623218 ]
194 C [ -0.7592309850 0.4432457133 -0.0472638701 ]
195 C [ 0.1503040809 0.6410292723 1.2015558449 ]
196 H [ 2.3964716664 1.0238903635 1.2418818332 ]
197 H [ -0.0754056888 0.4828428287 -2.2350323301 ]
198 C [ -1.5765612268 -0.8698360370 -0.0394581253 ]
199 H [ 0.1250820544 -0.2210229150 1.8635233775 ]
200 H [ -0.1687964389 1.4925110897 1.7974350145 ]
201 H [ -1.4819274216 1.2564220506 -0.0978851281 ]
202 C [ -0.7597689491 -2.1289639908 -0.0229696422 ]
203 H [ -2.2160135189 -0.8722338850 -0.9195635787 ]
204 H [ -2.2401845905 -0.8546904115 0.8219769877 ]
205 H [ -0.2565439149 -2.4488485392 -0.9168923791 ]
206 H [ -0.3839420181 -2.5205753061 0.9045198698 ]
207 }
208)
209
210he<Molecule>: (
211 symmetry=c1
212 { atoms geometry } = {
213 he [ 0 0 0 ]
214 }
215)
216
217silethc1<Molecule>: (
218 symmetry = c1
219 { atoms geometry } = {
220 si [-2.50929705 0.00000000 0.00000000]
221 si [ 2.50929705 0.00000000 0.00000000]
222 c [ 0.00000000 -2.57103777 0.00000000]
223 c [ 0.00000000 2.57103777 0.00000000]
224 h [ 0.00000000 -3.78418965 1.65770850]
225 h [ 0.00000000 3.78418965 -1.65770850]
226 h [ 0.00000000 3.78418965 1.65770850]
227 h [ 0.00000000 -3.78418965 -1.65770850]
228 h [-4.13743057 0.00000000 2.26831382]
229 h [ 4.13743057 0.00000000 -2.26831382]
230 h [ 4.13743057 0.00000000 2.26831382]
231 h [-4.13743057 0.00000000 -2.26831382]
232 }
233)
234
235sileth<Molecule>: (
236 symmetry = d2h
237 { atoms geometry } = {
238 si [-2.50929705 0.00000000 0.00000000]
239 c [ 0.00000000 -2.57103777 0.00000000]
240 h [ 0.00000000 -3.78418965 1.65770850]
241 h [-4.13743057 0.00000000 2.26831382]
242 }
243)
244
245basis:(
246 oxygen: "foo": [
247 (type: [am = s]
248 {exp coef:0} = {
249 1.307093214e+02 1.543289673e-01
250 2.380886605e+01 5.353281423e-01
251 6.443608313e+00 4.446345422e-01})
252 (type: [am = d ]
253 {exp coef:0 } = {
254 1.169596125e+00 6.076837186e-01})
255 ]
256)
257
258%
259% Local Variables:
260% mode: keyval
261% End:
262%
Note: See TracBrowser for help on using the repository browser.