28#ifndef _MPQC_CHEMISTRY_QC_SCF_TACLHF_HPP_
29#define _MPQC_CHEMISTRY_QC_SCF_TACLHF_HPP_
31#include <chemistry/qc/scf/taclscf.hpp>
32#include <chemistry/qc/scf/gengine_base.hpp>
38 typedef CLSCF::TAMatrix TAMatrix;
43 virtual TAMatrix& scf_ao_fock_()
override final;
45 virtual void compute_ao_fock(
double)
override final;
51 G(
const std::string s);
The taclscf class is the base class for implementing self-consistent proceedure for closed-shell mole...
Definition taclscf.hpp:39
This class is used to contain information about classes.
Definition class.h:147
A template class that maintains references counts.
Definition ref.h:361
Contains new MPQC code since version 3.
Definition integralenginepool.hpp:37