53#define num_te_types_ 4
56 double *target_ints_buffer_[num_te_types_];
59 double *cart_ints_[num_te_types_];
60 double *sphharm_ints_;
64 double *prim_ints_[num_te_types_];
65 double *contr_quartets_[num_te_types_];
66 double *shell_quartet_[num_te_types_];
77 int *op1, *op2, *op3, *op4;
79 double A[3], B[3], C[3], D[3];
81 int gc1, gc2, gc3, gc4;
85 void grt_quartet_data_(prim_data *Data,
double scale);
100 if (te_type == TwoBodyInt::eri ||
101 te_type == TwoBodyInt::r12 ||
102 te_type == TwoBodyInt::r12t1 ||
103 te_type == TwoBodyInt::r12t2)
104 return target_ints_buffer_[te_type];
tbint_type
Types of two-body integrals that TwoBodyInt understands: eri stands for electron repulsion integral,...
Definition tbint.h:111