sisi4s
Loading...
Searching...
No Matches
ParticleHoleCoulombVertexFromFactors.hpp
Go to the documentation of this file.
1#ifndef PARTICLE_HOLE_COULOMB_VERTEX_FROM_FACTORS_DEFINED
2#define PARTICLE_HOLE_COULOMB_VERTEX_FROM_FACTORS_DEFINED
3
5#include <tcc/MachineTensor.hpp>
6#include <memory>
7
8namespace sisi4s {
15public:
18 std::vector<Argument> const &argumentList);
20
21 virtual void run();
22 virtual void dryRun();
23
24 template <typename T, typename MT>
25 void run(const bool dryRun);
26};
27} // namespace sisi4s
28
29#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:26
Caclulates the particle hole Coulomb vertex from the given given particle factors orbitals ,...
Definition ParticleHoleCoulombVertexFromFactors.hpp:14
virtual void dryRun()
The dryRun estimates resource consumption, especially memory and processor time.
Definition ParticleHoleCoulombVertexFromFactors.cxx:30
virtual ~ParticleHoleCoulombVertexFromFactors()
Definition ParticleHoleCoulombVertexFromFactors.cxx:24
virtual void run()
Definition ParticleHoleCoulombVertexFromFactors.cxx:26
Definition Algorithm.hpp:10