1#ifndef SLICE_COULOMB_VERTEX_DEFINED
2#define SLICE_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
Slices the particle hole part from the full Coulomb vertex .
Definition SliceCoulombVertex.hpp:11
virtual ~SliceCoulombVertex()
Definition SliceCoulombVertex.cxx:18
virtual void dryRun()
Dry run for slicing the Coulomb vertex.
Definition SliceCoulombVertex.cxx:40
virtual void run()
Slices the particle hole part from the full Coulomb vertex .
Definition SliceCoulombVertex.cxx:20
Definition Algorithm.hpp:10