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

« back to all changes in this revision

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