/usr/include/chkpt_params.h is in libpsi3-dev 3.4.0-6build2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 | #ifndef _psi_include_chkptparams_h_
#define _psi_include_chkptparams_h_
#define MAXANGMOM 11 /* Up to k-functions (L=7) currently supported */
#define LINDEP_CUTOFF 1E-6 /* Threshold below which basis functions are considered
linearly dependent (see canonical orthogonalization in Szabo in Ostlund) */
#endif /* header guard */
|