~ubuntu-branches/ubuntu/vivid/psicode/vivid

« back to all changes in this revision

Viewing changes to src/bin/cscf/guess.c

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2008-06-07 16:49:57 UTC
  • mfrom: (2.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080607164957-8pifvb133yjlkagn
Tags: 3.3.0-3
* debian/rules (DEB_MAKE_CHECK_TARGET): Do not abort test suite on
  failures.
* debian/rules (DEB_CONFIGURE_EXTRA_FLAGS): Set ${bindir} to /usr/lib/psi.
* debian/rules (install/psi3): Move psi3 file to /usr/bin.
* debian/patches/07_464867_move_executables.dpatch: New patch, add
  /usr/lib/psi to the $PATH, so that the moved executables are found.
  (closes: #464867)
* debian/patches/00list: Adjusted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
  if(inflg == 1) reftmp = chkpt_rd_ref();
43
43
 
44
44
/*---If first calculation either read occupations from DOCC or form an initial guess---*/
 
45
  /* check checkpoint flag to see if occupations in ckhpt file should be forced;
 
46
    this is needed to override DOCC vectors in finite difference calculations */ 
 
47
  if ( chkpt_rd_override_occ() ) {
 
48
        occ_read();
 
49
  }
 
50
  else {
45
51
      
46
52
          errcod = ip_exist("DOCC",0);
47
53
          if(errcod) {
115
121
              
116
122
              occ_calc();
117
123
          }
 
124
  }
118
125
/* STB - 7/10/00 for DFT to ship the eigenvector */
119
126
/* calculate the number of total closed and open shells */
120
127
          if(uhf){