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