~ubuntu-branches/ubuntu/precise/psicode/precise

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Michael Banck
  • Date: 2006-09-10 14:01:33 UTC
  • Revision ID: james.westby@ubuntu.com-20060910140133-ib2j86trekykfsfv
Tags: upstream-3.2.3
ImportĀ upstreamĀ versionĀ 3.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Struct for input parameters */
 
2
struct Params {
 
3
    int print_lvl;          /* Printing level */
 
4
    int c_limit;            /* Whether to use the limiting form for the B^{-1}*V */
 
5
    double tolerance;       /* Cutoff for reading in integrals */
 
6
    char *wfn;              /* The wavefunction */
 
7
    int keep_integrals;     /* Keep the integrals? */
 
8
};