sisi4s
Loading...
Searching...
No Matches
ParticleHoleCoulombIntegrals.hpp
Go to the documentation of this file.
1#ifndef PARTICLE_HOLE_COULOMB_INTEGRALS_DEFINED
2#define PARTICLE_HOLE_COULOMB_INTEGRALS_DEFINED
3
5
6namespace sisi4s {
12class ParticleHoleCoulombIntegrals : public Algorithm {
13public:
14 ALGORITHM_REGISTRAR_DECLARATION(ParticleHoleCoulombIntegrals);
15 ParticleHoleCoulombIntegrals(std::vector<Argument> const &argumentList);
16 virtual ~ParticleHoleCoulombIntegrals();
21 virtual void run();
22
24 Tensor<complex> *GammaGai;
26 Tensor<double> *Vabij;
27
32 virtual void dryRun();
33};
34} // namespace sisi4s
35
36#endif
#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