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

« back to all changes in this revision

Viewing changes to src/tce/ccsd_t/lr_ccsd_t.F

  • 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:
5
5
     4                     energy4,energy5,energy6,
6
6
     5                     size_t1)
7
7
C
8
 
C     $Id: lr_ccsd_t.F 20125 2011-03-21 21:55:48Z jhammond $
 
8
C     $Id: lr_ccsd_t.F 23618 2013-02-22 19:31:21Z kowalski $
9
9
C
10
10
      IMPLICIT NONE
11
11
#include "global.fh"
125
125
         do t_h1b = 1,noab
126
126
          do t_h2b = t_h1b,noab
127
127
           do t_h3b = t_h2b,noab
128
 
            if (next.eq.count) then
129
128
            if (int_mb(k_spin+t_p4b-1)
130
129
     1         +int_mb(k_spin+t_p5b-1)
131
130
     2         +int_mb(k_spin+t_p6b-1)
145
144
     3          ieor(int_mb(k_sym+t_h1b-1),
146
145
     4          ieor(int_mb(k_sym+t_h2b-1),
147
146
     5               int_mb(k_sym+t_h3b-1)))))).eq.0) then
 
147
c
 
148
            if (next.eq.count) then
 
149
c
148
150
            size = int_mb(k_range+t_p4b-1)
149
151
     1           * int_mb(k_range+t_p5b-1)
150
152
     2           * int_mb(k_range+t_p6b-1)
347
349
     1        call errquit('ccsd_t',7,MA_ERR)
348
350
cccx            if (.not.MA_POP_STACK(l_singles)) 
349
351
cccx     1        call errquit('ccsd_t',8,MA_ERR)
350
 
            endif
351
 
            endif
352
 
            endif
 
352
c
353
353
            next = nxtask(nprocs,1)
354
354
            endif
355
355
            count = count + 1
 
356
c
 
357
            endif
 
358
            endif
 
359
            endif
356
360
           enddo
357
361
          enddo
358
362
         enddo
420
424
c
421
425
      subroutine tce_nu1(k_hole,d_t1,k_t1_offset)
422
426
c
423
 
c $Id: lr_ccsd_t.F 20125 2011-03-21 21:55:48Z jhammond $
 
427
c $Id: lr_ccsd_t.F 23618 2013-02-22 19:31:21Z kowalski $
424
428
c
425
429
      implicit none
426
430
#include "global.fh"
498
502
c
499
503
      subroutine tce_mu2(k_2hole,hole_p_1,d_t2,k_t2_offset)
500
504
c
501
 
c $Id: lr_ccsd_t.F 20125 2011-03-21 21:55:48Z jhammond $
 
505
c $Id: lr_ccsd_t.F 23618 2013-02-22 19:31:21Z kowalski $
502
506
c
503
507
      implicit none
504
508
#include "global.fh"