28#ifndef _chemistry_qc_mbpt_transform12inds_h
29#define _chemistry_qc_mbpt_transform12inds_h
35#include <util/misc/regtime.h>
36#include <util/group/memory.h>
37#include <util/group/thread.h>
38#include <chemistry/qc/basis/integral.h>
39#include <chemistry/qc/mbptr12/transform_tbint.h>
43#define PRINT_BIGGEST_INTS 0
65 double tol,
int debug);
68 void set_i_offset(
const int ioff) { i_offset_ = ioff; }
69 void set_ni(
const int nivalue) { ni_ = nivalue; }
A template class that maintains references counts.
Definition ref.h:332
The Thread abstract class defines an interface which must be implemented by classes wishing to be run...
Definition thread.h:79
Definition transform_12inds.h:45
void run()
This is called with the Thread is run from a ThreadGrp.