1#ifndef PARTICLE_HOLE_COULOMB_INTEGRALS_DEFINED
2#define PARTICLE_HOLE_COULOMB_INTEGRALS_DEFINED
12class ParticleHoleCoulombIntegrals :
public Algorithm {
15 ParticleHoleCoulombIntegrals(std::vector<Argument>
const &argumentList);
16 virtual ~ParticleHoleCoulombIntegrals();
24 Tensor<complex> *GammaGai;
26 Tensor<double> *Vabij;
32 virtual void dryRun();
#define ALGORITHM_REGISTRAR_DECLARATION(NAME)
Auxiliary macro declaring the algorithm registrar for the algorithm type of the given name....
Definition Algorithm.hpp:169
Definition Algorithm.hpp:10