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