1#ifndef COULOMB_VERTEX_FROM_FACTORS_DEFINED
2#define COULOMB_VERTEX_FROM_FACTORS_DEFINED
5#include <tcc/MachineTensor.hpp>
22 template <
typename T,
typename MT>
#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