29#ifndef _chemistry_qc_ccr12_ptnum_h
30#define _chemistry_qc_ccr12_ptnum_h
32#include <util/ref/ref.h>
33#include <chemistry/qc/ccr12/ccr12_info.h>
44 std::vector<Tensor*>
in;
53 virtual void compute_amp(
double**,
const long,
const long,
const long,
const long,
const long,
const long,
const long) {};
CCR12_Info is the compilation of members that are used in CC and CC-R12 methods.
Definition ccr12_info.h:50
PTNum is the base class for the numerator in various (T) models.
Definition ptnum.h:38
std::vector< Tensor * > i1xn
intermediate tensors
Definition ptnum.h:46
std::vector< Tensor * > in
input tensors
Definition ptnum.h:44
The base class for all reference counted objects.
Definition ref.h:192
Contains all MPQC code up to version 3.
Definition mpqcin.h:14