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

« back to all changes in this revision

Viewing changes to include/ccfiles.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:
63
63
#define EOM_SIJAB      148
64
64
#define EOM_Sijab      149
65
65
#define EOM_SIjAb      150
66
 
#define EOM_TMP        151
67
 
#define EOM_R          152
 
66
#define EOM_R          151 /* holds residual */
 
67
#define CC_GLG         152 /* left-hand psi for g.s. parts of cc-density */
 
68
#define CC_GL          153 /* left-hand psi for e.s. parts of cc-density */
 
69
#define CC_GR          154 /* right-hand eigenvector for cc-density */
 
70
#define EOM_TMP1       155 /* intermediates just for single contractions */
 
71
#define EOM_TMP0       156 /* temporary copies of density */
 
72
#define EOM_TMP_XI     157 /* intermediates for xi computation */
 
73
#define EOM_XI         158 /* xi = dE/dt amplitudes */
 
74
#define EOM_TMP        159 /* intermediates used more than once */
 
75
#define CC3_HET1       160 /* [H,e^T1] */
 
76
#define CC3_HC1        161 /* [H,C1] */
 
77
#define CC3_HC1ET1     162 /* [[H,e^T1],C1] */
 
78
#define CC3_MISC       163 /* various intermediates needed in CC3 codes */
 
79
#define CC2_HET1       164 /* [H,e^T1] */
68
80
 
69
81
/* Markers for the first and last file numbers */
70
82
#define CC_MIN  CC_INFO
71
 
#define CC_MAX  EOM_R
 
83
#define CC_MAX  CC2_HET1