29#ifndef _chemistry_qc_mbpt_csgrade12_h
30#define _chemistry_qc_mbpt_csgrade12_h
32#include <util/misc/regtime.h>
33#include <util/group/memory.h>
34#include <util/group/thread.h>
35#include <chemistry/qc/basis/integral.h>
36#include <chemistry/qc/basis/distshpair.h>
40#define PRINT_BIGGEST_INTS 0
62 double print_percent_;
67 int me_a,
int nproc_a,
74 double **scf_vector_a,
75 double tol_a,
int debug_a,
76 int dynamic_a,
double print_percent_a,
81 void set_i_offset(
int ioff) { i_offset = ioff; }
82 void set_ni(
int nivalue) { ni = nivalue; }
Definition csgrade12.h:42
void run()
This is called with the Thread is run from a ThreadGrp.
This is used to store data that must be shared between all cooperating shell pairs.
Definition distshpair.h:46
A template class that maintains references counts.
Definition ref.h:361
The Thread abstract class defines an interface which must be implemented by classes wishing to be run...
Definition thread.h:75
Contains all MPQC code up to version 3.
Definition mpqcin.h:14