source: ThirdParty/mpqc_open/src/lib/chemistry/qc/scf/mpqc.in@ a844d8

Candidate_v1.6.1
Last change on this file since a844d8 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: 7.0 KB
Line 
1
2nproc = 2
3molecule = $:ch2
4coor = $:symcoor
5message = $:message1
6basis_matrixkit = $:replmatrixkit
7
8%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
9%
10% molecular energy
11%
12% can be CLSCF, HSOSSCF, OSSSCF, TCSCF, XSCF, MCSCF
13%
14
15mole<TCHF>: (
16 %matrixkit = $:localmatrixkit
17 memory=32000000
18
19 % Function
20 value_accuracy = 1e-9
21 gradient_accuracy = 1e-7
22
23 % MolecularEnergy input
24 molecule = $:molecule
25 basis<GaussianBasisSet>: (
26 molecule = $:molecule
27 %name = "6-31G*"
28 %name = "6-311++G**"
29 %name = "STO-3G"
30 name = "DZP (Dunning)"
31 %puream=yes
32 matrixkit = $:basis_matrixkit
33 )
34
35 % comment out coor if molecule is an atom
36 coor = $:coor
37
38 % SCF input
39 %total_charge = 1
40 %maxiter=2
41 extrap<DIIS>: (
42 n = 4
43 )
44
45 %guess_wavefunction = "scftest.wfn"
46 %guess_wavefunction = $:guess
47)
48
49guess<HSOSHF>: (
50 integral_storage=32000000
51 value_accuracy = 1e-9
52 molecule = $:molecule
53 coor = $:coor
54
55 basis = $:mole:basis
56 xbasis<GaussianBasisSet>: (
57 matrixkit = $:basis_matrixkit
58 molecule = $:molecule
59 name = "STO-3G"
60 )
61)
62
63xopt<QNewtonOpt>: (
64 convergence = 1.0e-6
65 max_iterations = 2
66 function = $:mole
67 transition_state=no
68 update<BFGSUpdate>:()
69)
70
71
72%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
73%
74% matrix kits
75%
76localmatrixkit<LocalSCMatrixKit>: (
77 messagegrp = $:message
78)
79
80replmatrixkit<ReplSCMatrixKit>: (
81 messagegrp = $:message
82)
83
84distmatrixkit<DistSCMatrixKit>: (
85 messagegrp = $:message
86)
87
88%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
89%
90% message types
91%
92
93xdebug<Debugger>: (
94)
95
96message1<ProcMessageGrp>: ()
97
98messageShm<ShmMessageGrp>: (
99 n = $:nproc
100)
101
102%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
103%
104% internal coordinate types
105%
106
107redcoor<RedundMolecularCoor>: (
108 molecule = $:molecule
109)
110
111symcoor<SymmMolecularCoor>: (
112 molecule = $:molecule
113)
114
115cartcoor<CartMolecularCoor>: (
116 molecule = $:molecule
117)
118
119%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
120%
121% a few molecules
122%
123
124ch2<Molecule>: (
125 symmetry=c2v
126 { atoms geometry } = {
127 C [ 0.0 0.0 0.0 ]
128 H [ 1.5 0.0 1.0 ]
129 }
130)
131
132coh2<Molecule>: (
133 symmetry=c2v
134 { atoms geometry } = {
135 c [ 0.0 0.0 0.1879589819 ]
136 o [ 0.0 0.0 2.4872263970 ]
137 h [ 1.7507128195 0.0 -0.9375926894 ]
138 }
139)
140
141cscoh2<Molecule>: (
142 symmetry=cs
143 { atoms geometry } = {
144 c [ 0.0 0.1879589819 0.0 ]
145 o [ 0.0 2.4872263970 0.0 ]
146 h [ 0.1 -0.9375926894 1.7507128195 ]
147 }
148)
149
150tmmc1<Molecule>: (
151 symmetry=c1
152 { atoms geometry } = {
153 c [ 2.8345899953 0.0000000000 0.0000000000 ]
154 c [ -1.4172949976 -2.4548269452 0.0000000000 ]
155 c [ -1.4172949976 2.4548269452 0.0000000000 ]
156 c [ 0.0000000000 0.0000000000 0.0000000000 ]
157 h [ 3.7794533270 1.7007539972 0.0000000000 ]
158 h [ -0.4168304964 -4.1234795922 0.0000000000 ]
159 h [ -3.3626228306 2.4227255950 0.0000000000 ]
160 h [ 3.7794533270 -1.7007539972 0.0000000000 ]
161 h [ -3.3626228306 -2.4227255950 0.0000000000 ]
162 h [ -0.4168304964 4.1234795922 0.0000000000 ]
163 }
164)
165
166tmm<Molecule>: (
167 symmetry=d3h
168 { atoms geometry } = {
169 c [ 2.8345899953 0.0000000000 0.0000000000 ]
170 c [ 0.0000000000 0.0000000000 0.0000000000 ]
171 h [ 3.7794533270 1.7007539972 0.0000000000 ]
172 }
173)
174
175ozone_c1<Molecule>: (
176 symmetry=c1
177 { atoms geometry } = {
178 o [ 1.5000000000 0.0000000000 0.0000000000 ]
179 o [ -0.7500000000 -1.2990381057 0.0000000000 ]
180 o [ -0.7500000000 1.2990381057 0.0000000000 ]
181 }
182)
183
184ozone<Molecule>: (
185 symmetry=d3h
186 { atoms geometry } = {
187 o [ 1.5000000000 0.0000000000 0.0000000000 ]
188 }
189)
190
191h3op_c1<Molecule>: (
192 symmetry=c1
193 { atoms geometry } = {
194 h [ 1.5000000000 0.0000000000 1.0000000000 ]
195 h [ -0.7500000000 -1.2990381057 1.0000000000 ]
196 h [ -0.7500000000 1.2990381057 1.0000000000 ]
197 o [ 0.0000000000 0.0000000000 0.0000000000 ]
198 }
199)
200
201h3op<Molecule>: (
202 symmetry=c3v
203 { atoms geometry } = {
204 h [ 1.5000000000 0.0000000000 1.0000000000 ]
205 o [ 0.0000000000 0.0000000000 0.0000000000 ]
206 }
207)
208
209water_c1<Molecule>: (
210 symmetry=c1
211 { atoms geometry } = {
212 O [ 0.0000000000 0.0000000000 0.0000000000 ]
213 H [ 1.5000000000 0.0000000000 1.0000000000 ]
214 H [ -1.5000000000 0.0000000000 1.0000000000 ]
215 }
216)
217
218water<Molecule>: (
219 symmetry=c2v
220 { atoms geometry } = {
221 H [ 1.5000000000 0.0000000000 1.0000000000 ]
222 O [ 0.0000000000 0.0000000000 0.0000000000 ]
223 }
224)
225
226mikes<Molecule>: (
227 symmetry=c1
228 angstrom=yes
229
230 { atoms geometry } = {
231 C [ 1.5264761842 0.7979554539 -0.7060764810 ]
232 C [ 1.5305772465 0.8533225498 0.6287581632 ]
233 H [ 2.3921398065 0.9183857280 -1.3318650729 ]
234 C [ 0.2063903267 0.5538002045 -1.2025623218 ]
235 C [ -0.7592309850 0.4432457133 -0.0472638701 ]
236 C [ 0.1503040809 0.6410292723 1.2015558449 ]
237 H [ 2.3964716664 1.0238903635 1.2418818332 ]
238 H [ -0.0754056888 0.4828428287 -2.2350323301 ]
239 C [ -1.5765612268 -0.8698360370 -0.0394581253 ]
240 H [ 0.1250820544 -0.2210229150 1.8635233775 ]
241 H [ -0.1687964389 1.4925110897 1.7974350145 ]
242 H [ -1.4819274216 1.2564220506 -0.0978851281 ]
243 C [ -0.7597689491 -2.1289639908 -0.0229696422 ]
244 H [ -2.2160135189 -0.8722338850 -0.9195635787 ]
245 H [ -2.2401845905 -0.8546904115 0.8219769877 ]
246 H [ -0.2565439149 -2.4488485392 -0.9168923791 ]
247 H [ -0.3839420181 -2.5205753061 0.9045198698 ]
248 }
249)
250
251he<Molecule>: (
252 symmetry=c1
253 { atoms geometry } = {
254 he [ 0 0 0 ]
255 }
256)
257
258silethc1<Molecule>: (
259 symmetry = c1
260 { atoms geometry } = {
261 si [-2.50929705 0.00000000 0.00000000]
262 si [ 2.50929705 0.00000000 0.00000000]
263 c [ 0.00000000 -2.57103777 0.00000000]
264 c [ 0.00000000 2.57103777 0.00000000]
265 h [ 0.00000000 -3.78418965 1.65770850]
266 h [ 0.00000000 3.78418965 -1.65770850]
267 h [ 0.00000000 3.78418965 1.65770850]
268 h [ 0.00000000 -3.78418965 -1.65770850]
269 h [-4.13743057 0.00000000 2.26831382]
270 h [ 4.13743057 0.00000000 -2.26831382]
271 h [ 4.13743057 0.00000000 2.26831382]
272 h [-4.13743057 0.00000000 -2.26831382]
273 }
274)
275
276sileth<Molecule>: (
277 symmetry = d2h
278 { atoms geometry } = {
279 si [-2.50929705 0.00000000 0.00000000]
280 c [ 0.00000000 -2.57103777 0.00000000]
281 h [ 0.00000000 -3.78418965 1.65770850]
282 h [-4.13743057 0.00000000 2.26831382]
283 }
284)
285
286basis:(
287 oxygen: "foo": [
288 (type: [am = s]
289 {exp coef:0} = {
290 1.307093214e+02 1.543289673e-01
291 2.380886605e+01 5.353281423e-01
292 6.443608313e+00 4.446345422e-01})
293 (type: [am = d ]
294 {exp coef:0 } = {
295 1.169596125e+00 6.076837186e-01})
296 ]
297)
298
299%
300% Local Variables:
301% mode: keyval
302% End:
303%
Note: See TracBrowser for help on using the repository browser.