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