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

« back to all changes in this revision

Viewing changes to src/util/msgids.fh

  • 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:
13
13
C     We will go from 25000 down -- that should leave plenty of room.
14
14
C:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
15
15
      integer msg_ftn_base
16
 
c     $Id: msgids.fh 19707 2010-10-29 17:59:36Z d3y133 $
 
16
c     $Id: msgids.fh 22757 2012-08-22 21:29:40Z d3y133 $
17
17
      parameter (msg_ftn_base = 25000)
18
18
c     
19
19
      integer msg_utscr2
414
414
      integer msg_grad_kin
415
415
      integer msg_grad_2el
416
416
      integer msg_grad_so 
 
417
      integer msg_grad_nucq
 
418
      integer msg_grad_elq
 
419
      integer msg_grad_qq
417
420
      integer msg_gapss_xcijr      
418
421
      integer msg_gapss_lat_tran
419
422
      integer msg_gapss_pijr_ef
514
517
      integer msg_efgs_col
515
518
      integer msg_perfm_sum,msg_perfm_max,msg_perfm_min
516
519
      integer msg_cosmo0,msg_cosmo1,msg_cosmo2
 
520
      integer msg_cosaxd,msg_cosxad
517
521
      integer msg_frq,msg_eigv,msg_ns1,msg_ns2,msg_ns3
518
522
      integer msg_dntmc0, msg_dntmc1, msg_dntmc2, msg_dntmc3
519
523
      integer msg_dntmc4, msg_dntmc5, msg_dntmc6, msg_dntmc7
762
766
      parameter (msg_grad_kin = msg_ftn_base - 196 )
763
767
      parameter (msg_grad_2el = msg_ftn_base - 197 )
764
768
      parameter (msg_grad_so = msg_ftn_base - 796  )
 
769
      parameter (msg_grad_nucq = msg_ftn_base - 797  )
 
770
      parameter (msg_grad_elq = msg_ftn_base - 798  )
 
771
      parameter (msg_grad_qq = msg_ftn_base - 799  )
765
772
C
766
773
      parameter (msg_gapss_xcijr = msg_ftn_base - 198 )    ! gapss: gap_xcijr
767
774
      parameter (msg_gapss_lat_tran = msg_ftn_base - 199 ) ! gapss: gap_lat_tran
1190
1197
      parameter(msg_cosmo1=msg_ftn_base-900)
1191
1198
      parameter(msg_cosmo2=msg_ftn_base-901)
1192
1199
      parameter(msg_cosmo0=msg_ftn_base-902)
 
1200
      parameter(msg_cosaxd=msg_ftn_base-903)
 
1201
      parameter(msg_cosxad=msg_ftn_base-904)
1193
1202
c
1194
1203
      parameter(msg_dntmc0=msg_ftn_base-903)
1195
1204
      parameter(msg_dntmc1=msg_ftn_base-904)