1#ifndef APPROXIMATE_COULOMB_VERTEX_DEFINED
2#define APPROXIMATE_COULOMB_VERTEX_DEFINED
#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
Definition ApproximateCoulombVertex.hpp:20
virtual void run()
Approximates the Coulomb vertex using the left singular vectors: .
Definition ApproximateCoulombVertex.cxx:19
virtual void dryRun()
Dry run of approximating the Coulomb vertex.
Definition ApproximateCoulombVertex.cxx:40
virtual ~ApproximateCoulombVertex()
Definition ApproximateCoulombVertex.cxx:17
Definition Algorithm.hpp:10