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

« back to all changes in this revision

Viewing changes to QA/tests/nwxc_pspw_1kr/nwxc_pspw_1kr.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_pspw_1ne.nw 23503 2013-01-29 01:46:38Z d3y133 $
 
2
echo
 
3
 
 
4
#memory 950 mb
 
5
 
 
6
start nwxc_dat
 
7
 
 
8
charge 0
 
9
 
 
10
geometry
 
11
  Kr 0.0 0.0 0.0
 
12
end
 
13
 
 
14
set nwpw:minimizer 2
 
15
 
 
16
# LDA exchange-correlation
 
17
 
 
18
nwpw 
 
19
   simulation_cell
 
20
     boundary_conditions aperiodic
 
21
     ngrid 32 32 32
 
22
     SC 20.0      #Not checking automatic unit cell generation
 
23
   end
 
24
   lcao #added 3/26/10 because of changed default
 
25
   xc lda
 
26
end
 
27
task pspw energy
 
28
 
 
29
# GGA exchange-correlation
 
30
 
 
31
nwpw 
 
32
   simulation_cell
 
33
     boundary_conditions aperiodic
 
34
     ngrid 32 32 32
 
35
     SC 20.0      #Not checking automatic unit cell generation
 
36
   end
 
37
   lcao #added 3/26/10 because of changed default
 
38
   xc blyp
 
39
end
 
40
task pspw energy
 
41
 
 
42
nwpw 
 
43
   simulation_cell
 
44
     boundary_conditions aperiodic
 
45
     ngrid 32 32 32
 
46
     SC 20.0      #Not checking automatic unit cell generation
 
47
   end
 
48
   lcao #added 3/26/10 because of changed default
 
49
   xc pbe96
 
50
end
 
51
task pspw energy
 
52
 
 
53
nwpw 
 
54
   simulation_cell
 
55
     boundary_conditions aperiodic
 
56
     ngrid 32 32 32
 
57
     SC 20.0      #Not checking automatic unit cell generation
 
58
   end
 
59
   lcao #added 3/26/10 because of changed default
 
60
   xc revpbe
 
61
end
 
62
task pspw energy
 
63
 
 
64
#nwpw 
 
65
#   simulation_cell
 
66
#     boundary_conditions aperiodic
 
67
#     ngrid 32 32 32
 
68
#     SC 20.0      #Not checking automatic unit cell generation
 
69
#   end
 
70
#   lcao #added 3/26/10 because of changed default
 
71
#   xc rpbe
 
72
#end
 
73
#task pspw energy
 
74
 
 
75
nwpw 
 
76
   simulation_cell
 
77
     boundary_conditions aperiodic
 
78
     ngrid 32 32 32
 
79
     SC 20.0      #Not checking automatic unit cell generation
 
80
   end
 
81
   lcao #added 3/26/10 because of changed default
 
82
   xc pbesol
 
83
end
 
84
task pspw energy
 
85
 
 
86
# hybrid GGA
 
87
 
 
88
nwpw 
 
89
   simulation_cell
 
90
     boundary_conditions aperiodic
 
91
     ngrid 32 32 32
 
92
     SC 20.0      #Not checking automatic unit cell generation
 
93
   end
 
94
   lcao #added 3/26/10 because of changed default
 
95
   xc b3lyp
 
96
end
 
97
task pspw energy
 
98
 
 
99
nwpw 
 
100
   simulation_cell
 
101
     boundary_conditions aperiodic
 
102
     ngrid 32 32 32
 
103
     SC 20.0      #Not checking automatic unit cell generation
 
104
   end
 
105
   lcao #added 3/26/10 because of changed default
 
106
   xc blyp0
 
107
end
 
108
task pspw energy
 
109
 
 
110
nwpw 
 
111
   simulation_cell
 
112
     boundary_conditions aperiodic
 
113
     ngrid 32 32 32
 
114
     SC 20.0      #Not checking automatic unit cell generation
 
115
   end
 
116
   lcao #added 3/26/10 because of changed default
 
117
   xc bnl
 
118
end
 
119
task pspw energy
 
120
 
 
121
nwpw 
 
122
   simulation_cell
 
123
     boundary_conditions aperiodic
 
124
     ngrid 32 32 32
 
125
     SC 20.0      #Not checking automatic unit cell generation
 
126
   end
 
127
   lcao #added 3/26/10 because of changed default
 
128
   xc hse
 
129
end
 
130
task pspw energy
 
131
 
 
132
nwpw 
 
133
   simulation_cell
 
134
     boundary_conditions aperiodic
 
135
     ngrid 32 32 32
 
136
     SC 20.0      #Not checking automatic unit cell generation
 
137
   end
 
138
   lcao #added 3/26/10 because of changed default
 
139
   xc pbe0
 
140
end
 
141
task pspw energy
 
142
 
 
143
nwpw 
 
144
   simulation_cell
 
145
     boundary_conditions aperiodic
 
146
     ngrid 32 32 32
 
147
     SC 20.0      #Not checking automatic unit cell generation
 
148
   end
 
149
   lcao #added 3/26/10 because of changed default
 
150
   xc revpbe0
 
151
end
 
152
task pspw energy