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

« back to all changes in this revision

Viewing changes to src/bin/transqt/Params.h

  • 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:
52
52
  long int maxcor;              /* maximum available core memory in bytes */
53
53
  long int maxcord;             /* max ava core memory in doubles         */
54
54
  int fzc;                      /* really freeze core? (1 or 0)           */
55
 
  int del_restr_docc;           /* delete the restricted docc orbs? 1/0  */
 
55
  int del_restr_docc;           /* delete the restricted docc orbs? 1/0   */
 
56
  int treat_cor_as_fzc;         /* consider COR as FZC?  For DETCAS       */
56
57
  int print_reorder;            /* print the reordering array?            */
57
58
  int reorder;                  /* use user-given MO reordering array?    */
58
59
  int *moorder;                 /* user-given MO reordering array         */ 
63
64
  int check_C_orthonorm;        /* check orthonormality of C matrix?      */
64
65
  int qrhf;                     /* boolean for QRHF reference             */
65
66
  int ivo;                      /* boolean for test IVO's                 */
 
67
  int semicanonical;            /* boolean for Semicanonical orbitals     */
66
68
 
67
69
  char *aobasis;                /* string for AO-Basis CC algorithms     */
68
70