28#ifndef MPQC_CHEMISTRY_QC_SCF_GENGINE_HPP
29#define MPQC_CHEMISTRY_QC_SCF_GENGINE_HPP
32#include <tiledarray.h>
35#include <util/class/class.h>
39 namespace expressions {
50 typedef TiledArray::Array<double,2> TAMatrix;
57 set_densities(std::vector<TAMatrix*>) = 0;
65 set_coefficients(std::vector<TAMatrix*>) = 0;
69 coefficients_set() = 0;
83 operator()(
const std::string v) = 0;
Definition gengine_base.hpp:41
Definition gengine_base.hpp:48
This class is used to contain information about classes.
Definition class.h:147
Contains new MPQC code since version 3.
Definition integralenginepool.hpp:37
Contains all MPQC code up to version 3.
Definition mpqcin.h:14