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

« back to all changes in this revision

Viewing changes to src/nwpw/band/cpsd/band_sd.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:
1
1
*
2
 
* $Id: band_sd.F 21380 2011-11-02 22:54:04Z bert $
 
2
* $Id: band_sd.F 23445 2013-01-15 19:08:50Z bylaska $
3
3
*
4
4
 
5
5
***********************************************************************
186
186
 
187
187
      character*255 cpsp_comment,comment
188
188
      external      cpsp_comment
 
189
      integer  ion_nconstraints,ion_ndof
 
190
      external ion_nconstraints,ion_ndof
 
191
 
189
192
 
190
193
 
191
194
*                            |************|
491
494
            write(luout,1130) 'spin orbit'
492
495
         end if
493
496
 
494
 
         IF (control_gga().eq.-1) THEN
495
 
            write(luout,1131) 'off'
496
 
         ELSE IF (control_gga().eq.0) THEN
497
 
            write(luout,1131) 'LDA (Vosko et al) parameterization'
498
 
         ELSE IF (control_gga().eq.10) THEN
499
 
            write(luout,1131) 
500
 
     >      'PBE96 (White and Bird) parameterization'
501
 
         ELSE IF (control_gga().eq.11) THEN
502
 
            write(luout,1131) 
503
 
     >      'BLYP (White and Bird) parameterization'
504
 
         ELSE IF (control_gga().eq.12) THEN
505
 
            write(luout,1131) 
506
 
     >      'revPBE (White and Bird) parameterization'
507
 
         ELSE IF (control_gga().eq.13) THEN
508
 
            write(luout,1131) 
509
 
     >      'PBEsol (White and Bird) parameterization'
510
 
 
511
 
 
512
 
         ELSE IF (control_gga().eq.110) THEN
513
 
            write(luout,1131) 
514
 
     >      'PBE0 (White and Bird) parameterization'
515
 
         ELSE IF (control_gga().eq.112) THEN
516
 
            write(luout,1131) 
517
 
     >      'revPBE0 (White and Bird) parameterization'
518
 
         ELSE IF (control_gga().eq.113) THEN
519
 
            write(luout,1131) 
520
 
     >      'BNL (White and Bird) parameterization'
521
 
         ELSE IF (control_gga().eq.114) THEN
522
 
            write(luout,1131) 
523
 
     >      'HSE (White and Bird) parameterization'
524
 
 
525
 
         ELSE IF (control_gga().eq.200) THEN
526
 
            write(luout,1131) 'Hartree-Fock'
527
 
         ELSE
528
 
            write(luout,1131) 'unknown parameterization'
529
 
            call errquit('bad exchange_correlation',0, INPUT_ERR)
530
 
         END IF
 
497
         call v_bwexc_print(luout,control_gga())
531
498
 
532
499
c         if (fractional) write(6,1132)
533
500
c         call pspw_print_SIC(6)
570
537
         end do
571
538
         write(luout,1200) cx,cy,cz
572
539
         write(luout,1210) gx,gy,gz
 
540
         write(luout,1211) ion_nconstraints(),ion_ndof()
573
541
 
574
542
         write(luout,1220) en(1),en(ispin),' (fourier space)'
575
543
         write(luout,1221) ne(1),neq(1),
833
801
         end do
834
802
         write(luout,1200) cx,cy,cz
835
803
         write(luout,1210) gx,gy,gz
 
804
         write(luout,1211) ion_nconstraints(),ion_ndof()
836
805
 
837
806
 
838
807
         write(luout,*)
1082
1051
     >       ' ) - atomic mass= ',F7.3,' - z fixed')
1083
1052
 1200 FORMAT(5X,'   G.C.  ',' (',3F11.5,' )')
1084
1053
 1210 FORMAT(5X,'   C.O.M.',' (',3F11.5,' )')
 
1054
 1211 FORMAT(5X,'   number of constraints = ', I6,' ( DOF = ',I6,' )' )
1085
1055
 1220 FORMAT(/' number of electrons: spin up=',F6.2, 16x,
1086
1056
     >                               '  down=',F6.2,A)
1087
1057
c 1220 FORMAT(/' number of electrons: spin up=',I6,
1122
1092
 1260 FORMAT(5X,' ewald summation: cut radius=',F8.2,'  and',I3)
1123
1093
 1261 FORMAT(5X,'                   madelung=',f11.8)
1124
1094
 1270 FORMAT(/' technical parameters:')
1125
 
 1271 FORMAT(5x, ' translation contrained')
 
1095
 1271 FORMAT(5x, ' translation constrained')
1126
1096
 1272 FORMAT(5x, ' rotation constrained')
1127
1097
 1280 FORMAT(5X, ' time step=',F10.2,5X,'ficticious mass=',F10.1)
1128
1098
 1281 FORMAT(5X, ' maximum iterations =',I10,