~ubuntu-branches/ubuntu/utopic/nwchem/utopic

« back to all changes in this revision

Viewing changes to QA/tests/nwxc_nwdft_1he/nwxc_nwdft_1he.nw

  • Committer: Package Import Robot
  • Author(s): Michael Banck, Daniel Leidert, Andreas Tille, Michael Banck
  • Date: 2013-07-04 12:14:55 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20130704121455-5tvsx2qabor3nrui
Tags: 6.3-1
* New upstream release.
* Fixes anisotropic properties (Closes: #696361).
* New features include:
  + Multi-reference coupled cluster (MRCC) approaches
  + Hybrid DFT calculations with short-range HF 
  + New density-functionals including Minnesota (M08, M11) and HSE hybrid
    functionals
  + X-ray absorption spectroscopy (XAS) with TDDFT
  + Analytical gradients for the COSMO solvation model
  + Transition densities from TDDFT 
  + DFT+U and Electron-Transfer (ET) methods for plane wave calculations
  + Exploitation of space group symmetry in plane wave geometry optimizations
  + Local density of states (LDOS) collective variable added to Metadynamics
  + Various new XC functionals added for plane wave calculations, including
    hybrid and range-corrected ones
  + Electric field gradients with relativistic corrections 
  + Nudged Elastic Band optimization method
  + Updated basis sets and ECPs 

[ Daniel Leidert ]
* debian/watch: Fixed.

[ Andreas Tille ]
* debian/upstream: References

[ Michael Banck ]
* debian/upstream (Name): New field.
* debian/patches/02_makefile_flags.patch: Refreshed.
* debian/patches/06_statfs_kfreebsd.patch: Likewise.
* debian/patches/07_ga_target_force_linux.patch: Likewise.
* debian/patches/05_avoid_inline_assembler.patch: Removed, no longer needed.
* debian/patches/09_backported_6.1.1_fixes.patch: Likewise.
* debian/control (Build-Depends): Added gfortran-4.7 and gcc-4.7.
* debian/patches/10_force_gcc-4.7.patch: New patch, explicitly sets
  gfortran-4.7 and gcc-4.7, fixes test suite hang with gcc-4.8 (Closes:
  #701328, #713262).
* debian/testsuite: Added tests for COSMO analytical gradients and MRCC.
* debian/rules (MRCC_METHODS): New variable, required to enable MRCC methods.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id: nwxc_nwdft_1he.nw 23833 2013-03-18 21:09:20Z d3y133 $
 
2
echo
 
3
start nwxc_dat
 
4
 
 
5
geometry
 
6
  He 0.0 0.0 0.0
 
7
end
 
8
 
 
9
# Basis set by N Godbout, DR Salahub, J Andzelm, E Wimmer,
 
10
# Can J Chem 70, 560 (1992), DOI: 10.1139/v92-079.
 
11
# Uncontracted the 2 outer S-functions from the core shell.
 
12
basis
 
13
  He    S
 
14
    221.3880300              0.0027491        
 
15
     33.2619660              0.0208658        
 
16
      7.5616549              0.0970588        
 
17
  He    S
 
18
      2.0855990              0.2807289        
 
19
  He    S
 
20
      0.6143392              0.4742218        
 
21
  He    S
 
22
      0.1829212              1.0000000        
 
23
end
 
24
 
 
25
# LDA exchange
 
26
 
 
27
dft
 
28
  vectors input atomic
 
29
  xc slater
 
30
end
 
31
task dft energy
 
32
 
 
33
# GGA exchange
 
34
 
 
35
dft
 
36
  vectors input atomic
 
37
  xc becke88
 
38
end
 
39
task dft energy
 
40
 
 
41
dft
 
42
  direct
 
43
  vectors input atomic
 
44
  xc xbnl07 hfexch 1.00
 
45
  cam 0.5 cam_alpha 0.0 cam_beta 1.0
 
46
end
 
47
task dft energy
 
48
 
 
49
dft
 
50
  direct
 
51
  vectors input atomic
 
52
  xc xcamb88 hfexch 1.00
 
53
  cam 0.33 cam_alpha 0.19 cam_beta 0.46
 
54
end
 
55
task dft energy
 
56
 
 
57
dft 
 
58
  direct
 
59
  vectors input atomic
 
60
  xc xcamlsd hfexch 1.00
 
61
  cam 0.3 cam_alpha 0.5 cam_beta 0.5
 
62
end
 
63
task dft energy
 
64
 
 
65
set dft:cam_exch F
 
66
set dft:direct   F
 
67
 
 
68
dft
 
69
  vectors input atomic
 
70
  xc xpbe96
 
71
end
 
72
task dft energy
 
73
 
 
74
dft
 
75
  vectors input atomic
 
76
  xc revpbe
 
77
end
 
78
task dft energy
 
79
 
 
80
dft
 
81
  vectors input atomic
 
82
  xc rpbe
 
83
end
 
84
task dft energy
 
85
 
 
86
dft
 
87
  vectors input atomic
 
88
  xc xtpss03
 
89
end
 
90
task dft energy
 
91
 
 
92
dft
 
93
  vectors input atomic
 
94
  xc xm05
 
95
end
 
96
task dft energy
 
97
 
 
98
dft
 
99
  vectors input atomic
 
100
  xc xm05-2x
 
101
end
 
102
task dft energy
 
103
 
 
104
dft
 
105
  vectors input atomic
 
106
  xc xm06
 
107
end
 
108
task dft energy
 
109
 
 
110
dft
 
111
  vectors input atomic
 
112
  xc xm06-l
 
113
end
 
114
task dft energy
 
115
 
 
116
dft
 
117
  vectors input atomic
 
118
  xc xm06-2x
 
119
end
 
120
task dft energy
 
121
 
 
122
dft
 
123
  vectors input atomic
 
124
  xc xm06-hf
 
125
end
 
126
task dft energy
 
127
 
 
128
dft
 
129
  vectors input atomic
 
130
  xc xm08-hx
 
131
end
 
132
task dft energy
 
133
 
 
134
dft
 
135
  vectors input atomic
 
136
  xc xm08-so
 
137
end
 
138
task dft energy
 
139
 
 
140
dft
 
141
  vectors input atomic
 
142
  xc xm11
 
143
end
 
144
task dft energy
 
145
 
 
146
dft
 
147
  vectors input atomic
 
148
  xc xm11-l
 
149
end
 
150
task dft energy
 
151
 
 
152
dft
 
153
  direct
 
154
  vectors input atomic
 
155
  xc xwpbe 1.00 hfexch 1.00
 
156
  cam 0.3 cam_alpha 0.00 cam_beta 1.00
 
157
end
 
158
task dft energy
 
159
 
 
160
set dft:cam_exch F
 
161
set dft:direct   F
 
162
 
 
163
# meta-GGA exchange
 
164
 
 
165
dft
 
166
  vectors input atomic
 
167
  xc xvs98
 
168
end
 
169
task dft energy
 
170
 
 
171
# Hartree-Fock exchange + VNW_X correlation 
 
172
 
 
173
dft
 
174
  vectors input atomic
 
175
  xc hfexch vwn_1
 
176
end
 
177
task dft energy
 
178
 
 
179
dft
 
180
  vectors input atomic
 
181
  xc hfexch vwn_1_rpa
 
182
end
 
183
task dft energy
 
184
 
 
185
dft
 
186
  vectors input atomic
 
187
  xc hfexch vwn_2
 
188
end
 
189
task dft energy
 
190
 
 
191
dft
 
192
  vectors input atomic
 
193
  xc hfexch vwn_3
 
194
end
 
195
task dft energy
 
196
 
 
197
dft
 
198
  vectors input atomic
 
199
  xc hfexch vwn_4
 
200
end
 
201
task dft energy
 
202
 
 
203
dft
 
204
  vectors input atomic
 
205
  xc hfexch vwn_5
 
206
end
 
207
task dft energy
 
208
 
 
209
# Hartree-Fock exchange + LDA(PW91) correlation 
 
210
 
 
211
dft
 
212
  vectors input atomic
 
213
  xc hfexch pw91lda
 
214
end
 
215
task dft energy
 
216
 
 
217
# Hartree-Fock exchange + GGA correlation 
 
218
 
 
219
dft
 
220
  vectors input atomic
 
221
  xc hfexch lyp
 
222
end
 
223
task dft energy
 
224
 
 
225
dft
 
226
  vectors input atomic
 
227
  xc hfexch cpbe96
 
228
end
 
229
task dft energy
 
230
 
 
231
dft
 
232
  vectors input atomic
 
233
  xc hfexch ctpss03
 
234
end
 
235
task dft energy
 
236
 
 
237
dft
 
238
  vectors input atomic
 
239
  xc hfexch cm05
 
240
end
 
241
task dft energy
 
242
 
 
243
dft
 
244
  vectors input atomic
 
245
  xc hfexch cm05-2x
 
246
end
 
247
task dft energy
 
248
 
 
249
dft
 
250
  vectors input atomic
 
251
  xc hfexch cm06
 
252
end
 
253
task dft energy
 
254
 
 
255
dft
 
256
  vectors input atomic
 
257
  xc hfexch cm06-l
 
258
end
 
259
task dft energy
 
260
 
 
261
dft
 
262
  vectors input atomic
 
263
  xc hfexch cm06-2x
 
264
end
 
265
task dft energy
 
266
 
 
267
dft
 
268
  vectors input atomic
 
269
  xc hfexch cm06-hf
 
270
end
 
271
task dft energy
 
272
 
 
273
dft
 
274
  vectors input atomic
 
275
  xc hfexch cm08-hx
 
276
end
 
277
task dft energy
 
278
 
 
279
dft
 
280
  vectors input atomic
 
281
  xc hfexch cm08-so
 
282
end
 
283
task dft energy
 
284
 
 
285
dft
 
286
  vectors input atomic
 
287
  xc hfexch cm11
 
288
end
 
289
task dft energy
 
290
 
 
291
dft
 
292
  vectors input atomic
 
293
  xc hfexch cm11-l
 
294
end
 
295
task dft energy
 
296
 
 
297
# Hartree-Fock exchange + meta-GGA correlation 
 
298
 
 
299
dft
 
300
  vectors input atomic
 
301
  xc hfexch bc95
 
302
end
 
303
task dft energy
 
304
 
 
305
dft
 
306
  vectors input atomic
 
307
  xc hfexch cpw6b95
 
308
end
 
309
task dft energy
 
310
 
 
311
dft
 
312
  vectors input atomic
 
313
  xc hfexch cpwb6k
 
314
end
 
315
task dft energy
 
316
 
 
317
dft
 
318
  vectors input atomic
 
319
  xc hfexch cvs98
 
320
end
 
321
task dft energy
 
322
 
 
323
# GGA exchange + GGA correlation 
 
324
 
 
325
dft
 
326
  vectors input atomic
 
327
  xc pbe96
 
328
end
 
329
task dft energy
 
330
 
 
331
# GGA exchange-correlation
 
332
 
 
333
dft
 
334
  vectors input atomic
 
335
  xc revpbe cpbe96
 
336
end
 
337
task dft energy
 
338
 
 
339
dft
 
340
  vectors input atomic
 
341
  xc rpbe cpbe96
 
342
end
 
343
task dft energy
 
344
 
 
345
dft
 
346
  vectors input atomic
 
347
  xc dldf
 
348
end
 
349
task dft energy
 
350
 
 
351
dft
 
352
  vectors input atomic
 
353
  xc xtpss03 ctpss03
 
354
end
 
355
task dft energy
 
356
 
 
357
dft
 
358
  vectors input atomic
 
359
  xc m05
 
360
end
 
361
task dft energy
 
362
 
 
363
dft
 
364
  vectors input atomic
 
365
  xc m05-2x
 
366
end
 
367
task dft energy
 
368
 
 
369
dft
 
370
  vectors input atomic
 
371
  xc m06
 
372
end
 
373
task dft energy
 
374
 
 
375
dft
 
376
  vectors input atomic
 
377
  xc m06-l
 
378
end
 
379
task dft energy
 
380
 
 
381
dft
 
382
  vectors input atomic
 
383
  xc m06-2x
 
384
end
 
385
task dft energy
 
386
 
 
387
dft
 
388
  vectors input atomic
 
389
  xc m06-hf
 
390
end
 
391
task dft energy
 
392
 
 
393
dft
 
394
  vectors input atomic
 
395
  xc m08-hx
 
396
end
 
397
task dft energy
 
398
 
 
399
dft
 
400
  vectors input atomic
 
401
  xc m08-so
 
402
end
 
403
task dft energy
 
404
 
 
405
dft
 
406
  vectors input atomic
 
407
  xc m11
 
408
end
 
409
task dft energy
 
410
 
 
411
dft
 
412
  vectors input atomic
 
413
  xc m11-l
 
414
end
 
415
task dft energy
 
416
 
 
417
dft
 
418
  direct
 
419
  vectors input atomic
 
420
  xc hse03
 
421
end
 
422
task dft energy
 
423
 
 
424
set dft:cam_exch F
 
425
set dft:direct   F