sisi4s
Loading...
Searching...
No Matches
PQRSCoulombIntegralsToVertex.hpp
Go to the documentation of this file.
1#ifndef PQRS_COULOMB_INTEGRALS_TO_VERTEX
2#define PQRS_COULOMB_INTEGRALS_TO_VERTEX
3
5#include <math/Vector.hpp>
6#include <vector>
7
8namespace sisi4s {
10public:
12 PQRSCoulombIntegralsToVertex(std::vector<Argument> const &argumentList);
14 virtual void run();
15
16protected:
17};
18} // namespace sisi4s
19
20#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
Definition PQRSCoulombIntegralsToVertex.hpp:9
virtual void run()
Definition PQRSCoulombIntegralsToVertex.cxx:26
virtual ~PQRSCoulombIntegralsToVertex()
Definition PQRSCoulombIntegralsToVertex.cxx:24
Definition Algorithm.hpp:10