sisi4s
Loading...
Searching...
No Matches
SliceCoulombVertex.hpp
Go to the documentation of this file.
1#ifndef SLICE_COULOMB_VERTEX_DEFINED
2#define SLICE_COULOMB_VERTEX_DEFINED
3
5
6namespace sisi4s {
12public:
14 SliceCoulombVertex(std::vector<Argument> const &argumentList);
15 virtual ~SliceCoulombVertex();
20 virtual void run();
21
25 virtual void 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
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