~ubuntu-branches/ubuntu/quantal/psicode/quantal

« back to all changes in this revision

Viewing changes to src/bin/detci/ci_tol.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
#define S_MAX 0.999995 /* Max overlap for mitrush vectors and collapsed vectors */
 
2
#define HD_MIN 1.0E-4  /* Minimum diagonal element of preconditioner */
 
3
#define ZERO 1e-10
 
4
#define MPn_ZERO 1e-14
 
5
#define SA_NORM_TOL 1.0E-5 /* norm of schmidt orthogonalized vector */
 
6
#define MPn_NORM_TOL 1.0E-12