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

« back to all changes in this revision

Viewing changes to src/bin/ccenergy/MOInfo.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:
2
2
  int nirreps;           /* no. of irreducible representations */
3
3
  int nmo;               /* no. of molecular orbitals */
4
4
  int nso;               /* no. of symmetry orbitals */
 
5
  int nao;               /* no. of atomic orbitals */
5
6
  int iopen;             /* 0=closed shell; >0=open shell */
6
7
  int phase;             /* Boolean for consistency of orbital phases */
7
8
  int aobasis;
12
13
  int *uoccpi;           /* no. of unoccupied orbitals per irr. ex. fruocc */
13
14
  int *frdocc;           /* no. of frozen core orbitals per irrep */
14
15
  int *fruocc;           /* no. of frozen unoccupied orbitals per irrep */
 
16
  int nvirt;             /* total no. of virtual orbitals */
15
17
  char **labels;         /* irrep labels */
16
18
  int *occpi;            /* no. of occupied orbs. (incl. open) per irrep */
17
19
  int *aoccpi;           /* no. of alpha occupied orbs. (incl. open) per irrep */