1#ifndef _HARTREE_FOCK_FROM_COULOMB_INTEGRALS_ALGO_DEFINED
2#define _HARTREE_FOCK_FROM_COULOMB_INTEGRALS_ALGO_DEFINED
11 Eigen::Matrix<double, Eigen::Dynamic, Eigen::Dynamic, Eigen::ColMajor>;
#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 HartreeFockFromCoulombIntegrals.hpp:13
~HartreeFockFromCoulombIntegrals()
Definition HartreeFockFromCoulombIntegrals.hpp:18
HartreeFockFromCoulombIntegrals(std::vector< Argument > const &argumentList)
Definition HartreeFockFromCoulombIntegrals.hpp:16
virtual void run()
Definition HartreeFockFromCoulombIntegrals.cxx:63
Definition Algorithm.hpp:10
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic, Eigen::ColMajor > MatrixColumnMajor
Definition HartreeFockFromCoulombIntegrals.hpp:11
MatrixColumnMajor toEigenMatrix(Tensor< double > &ctf)
Definition HartreeFockFromCoulombIntegrals.cxx:19