~ubuntu-branches/ubuntu/trusty/nwchem/trusty-proposed

« back to all changes in this revision

Viewing changes to QA/tests/co-td/co-td.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
#
 
2
# transition densities for 5 roots
 
3
#
 
4
echo
 
5
 
 
6
start co-td
 
7
title co-td
 
8
 
 
9
memory 1000 mb
 
10
 
 
11
geometry units angstrom noautosym nocenter
 
12
 O 0       0        0
 
13
 C 0       0.00     1.15
 
14
end
 
15
 
 
16
basis spherical
 
17
  * library "def2-sv(p)"
 
18
end
 
19
 
 
20
dft
 
21
  xc b3lyp
 
22
end
 
23
#
 
24
# the "transden" keyword will produce the ao rep of the transition density for all 5 roots
 
25
# these files have the .tdens_ suffix
 
26
tddft
 
27
  cis
 
28
  nroots 5
 
29
  notriplet
 
30
  transden
 
31
end
 
32
task tddft
 
33
 
 
34
# cube file for td 1
 
35
dplot
 
36
  densmat co-td.tdens_000001
 
37
  LimitXYZ
 
38
 -4.0 4.0 50
 
39
 -4.0 4.0 50
 
40
 -4.0 4.0 50
 
41
 gaussian
 
42
 output co-td_01.cube
 
43
end
 
44
task dplot
 
45
 
 
46
# cube file for td 2
 
47
dplot
 
48
  densmat co-td.tdens_000002
 
49
  LimitXYZ
 
50
 -4.0 4.0 50
 
51
 -4.0 4.0 50
 
52
 -4.0 4.0 50
 
53
 gaussian
 
54
 output co-td_02.cube
 
55
end
 
56
task dplot
 
57
 
 
58
# cube file for td 3
 
59
dplot
 
60
  densmat co-td.tdens_000003
 
61
  LimitXYZ
 
62
 -4.0 4.0 50
 
63
 -4.0 4.0 50
 
64
 -4.0 4.0 50
 
65
 gaussian
 
66
 output co-td_03.cube
 
67
end
 
68
task dplot
 
69
 
 
70
# cube file for td 4
 
71
dplot
 
72
  densmat co-td.tdens_000004
 
73
  LimitXYZ
 
74
 -4.0 4.0 50
 
75
 -4.0 4.0 50
 
76
 -4.0 4.0 50
 
77
 gaussian
 
78
 output co-td_04.cube
 
79
end
 
80
task dplot
 
81
 
 
82
# cube file for td 5
 
83
dplot
 
84
  densmat co-td.tdens_000005
 
85
  LimitXYZ
 
86
 -4.0 4.0 50
 
87
 -4.0 4.0 50
 
88
 -4.0 4.0 50
 
89
 gaussian
 
90
 output co-td_05.cube
 
91
end
 
92
task dplot