source: ThirdParty/mpqc_open/src/lib/chemistry/qc/dft/dfttest.in

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: 4.2 KB
Line 
1% -*- KeyVal -*-
2
3trap_fpes = 0
4
5h<Molecule>: (
6 symmetry = d2h
7 unit = angstrom
8 { atoms geometry } = {
9 H [ 0.0 0.0 0.0 ]
10 }
11)
12
13li<Molecule>: (
14 symmetry = d2h
15 unit = angstrom
16 { atoms geometry } = {
17 Li [ 0.0 0.0 0.0 ]
18 }
19)
20
21heh<Molecule>: (
22 symmetry = C1
23 unit = angstrom
24 { atoms geometry } = {
25 He [ 0.00000000 0.00000000 1.00000000 ]
26 H [ 0.00000000 0.00000000 -1.00000000 ]
27 }
28)
29
30hehe<Molecule>: (
31 symmetry = C1
32 unit = angstrom
33 { atoms geometry } = {
34 He [ 0.00000000 0.00000000 1.00000000 ]
35 He [ 0.00000000 0.00000000 -1.00000000 ]
36 }
37)
38
39hehy<Molecule>: (
40 symmetry = C1
41 unit = angstrom
42 { atoms geometry } = {
43 He [ 0.00000000 1.00000000 0.00000000 ]
44 H [ 0.00000000 -1.00000000 0.00000000 ]
45 }
46)
47
48he<Molecule>: (
49 symmetry = d2h
50 unit = angstrom
51 { atoms geometry } = {
52 He [ 0.0 0.0 0.0 ]
53 }
54)
55
56hf<Molecule>: (
57 symmetry = c2v
58 unit = angstrom
59 { atoms geometry } = {
60 H [ 0.000000 0.000000 -0.832050 ]
61 F [ 0.000000 0.000000 0.092450 ]
62 }
63)
64
65h2o<Molecule>: (
66 symmetry = C1
67 unit = angstrom
68 { atoms geometry } = {
69 O [ 0.00000000 0.00000000 0.36937294 ]
70 H [ 0.78397590 0.00000000 -0.18468647 ]
71 H [ -0.78397590 0.00000000 -0.18468647 ]
72 }
73)
74
75nel<NElFunctional>:()
76
77slaterx<SlaterXFunctional>: ()
78
79pw92lc<PW92LCFunctional>: ()
80
81xalpha<XalphaFunctional>: ()
82
83hfb<SumDenFunctional>: (
84 coefs = [ 1.0 1.0 ]
85 funcs: [
86 <SlaterXFunctional>: ()
87 <Becke88XFunctional>: ()
88 ]
89)
90
91blyp<SumDenFunctional>: (
92 coefs = [ 1.0 1.0 1.0 ]
93 funcs: [
94 <SlaterXFunctional>: ()
95 <Becke88XFunctional>: ()
96 <LYPCFunctional>: ()
97 ]
98)
99
100b3lyp<SumDenFunctional>: (
101 coefs = [ 0.8 0.72 0.19 0.81]
102 a0 = 0.2
103 funcs: [
104 <SlaterXFunctional>: ()
105 <Becke88XFunctional>: ()
106 <VWN3LCFunctional>: ()
107 <LYPCFunctional>: ()
108 ]
109)
110
111pbex<PBEXFunctional>: ()
112pbexo<PBEXFunctionalOld>: ()
113
114pbec<PBECFunctional>: ()
115
116pbeco<PBECFunctionalOld>: ()
117
118pbe<SumDenFunctional>: (
119 coefs = [ 1.0 1.0 ]
120 funcs: [
121 <PBEXFunctional>: ()
122 <PBECFunctional>: ()
123 ]
124)
125
126mpw91_pw91x<mPW91XFunctional>: ( constants = "PW91" )
127mpw91_b88x<mPW91XFunctional>: ( constants = "B88" )
128pw91x<PW91XFunctional>: ()
129pw91c<PW91CFunctional>: ()
130pw91co<PW91CFunctionalOld>: ()
131b88x<SumDenFunctional>: (
132 coefs = [ 1.0 1.0 ]
133 funcs: [
134 <SlaterXFunctional>: ()
135 <Becke88XFunctional>: ()
136 ]
137)
138
139
140pw92lc<PW92LCFunctional>: ()
141
142pw91<SumDenFunctional>: (
143 coefs = [ 1.0 1.0 ]
144 funcs: [
145 <PW91XFunctional>: ()
146 <PW91CFunctional>: ()
147 ]
148)
149
150pbecnl<SumDenFunctional>: (
151 coefs = [ 1.0 -1.0 ]
152 funcs: [
153 <PBECFunctional>: ()
154 <PW92LCFunctional>: ()
155 ]
156)
157
158valtest = [ $:pbex $:pbec ] %$:pw91c $:pw91co $:pw92lc $:pw91 $:b88x $:mpw91_b88x $:pbe $:pw91c]
159
160basis<GaussianBasisSet>: (
161 %name = test
162 %name = test2
163 %name = "STO-3G"
164 name = "3-21G"
165 %name = "6-31G"
166 molecule = $..:molecule
167)
168
169clwfn<CLHF>:(
170 molecule = $:molecule
171 basis = $:basis
172 memory = 16000000
173)
174
175oswfn<HSOSSCF>:(
176 molecule = $:li
177 basis = $:basis
178 memory = 16000000
179)
180
181clks<CLKS>: (
182 value_accuracy = 1.0e-8
183 molecule = $:molecule
184 basis = $:basis
185 functional = $:functional
186 guess_wavefunction<CLHF>: (
187 molecule = $:molecule
188 basis<GaussianBasisSet>: (
189 name = "STO-3G"
190 molecule = $:molecule
191 )
192 )
193)
194
195wfn = $:clwfn
196%dft = $:clks
197molecule = $:h2o
198% HFB works for h2o/3-21G hehe/3-21G
199% BLYP works dE/dx == DE/Dx for hehe/3-21G h2o/3-21G
200% B3LYP fails dE/dx == DE/Dx for hehe/3-21G
201functional = $:b3lyp
202
203basis: (
204 helium: test: [
205 (type: [am = s]
206 {exp coef:0} = {
207 6.36242139 0.15432897
208 1.15892300 0.53532814
209 0.31364979 0.44463454
210 })
211 (type: [am = p]
212 {exp coef:0} = {
213 1.0 1.0
214 })
215 ]
216 helium: test2: [
217 (type: [am = s]
218 {exp coef:0} = {
219 6.36242139 0.15432897
220 1.15892300 0.53532814
221 0.31364979 0.44463454
222 })
223 (type: [am = s]
224 {exp coef:0} = {
225 0.01 1.0
226 })
227 ]
228 helium: test3: [
229 (type: [am = s]
230 {exp coef:0} = {
231 4.0 1.0
232 2.0 1.0
233 })
234 ]
235)
Note: See TracBrowser for help on using the repository browser.