28#ifndef _chemistry_qc_scf_clhf_h
29#define _chemistry_qc_scf_clhf_h
31#include <chemistry/qc/scf/clscf.h>
48 void two_body_energy(
double &ec,
double &ex);
52 void ao_fock(
double accuracy);
53 void two_body_deriv(
double*);
CLHF is a Hartree-Fock specialization of CLSCF.
Definition clhf.h:38
void save_data_state(StateOut &)
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR ...
bool analytic_gradient_implemented() const
must overload this in a derived class if analytic gradient can be computed
int value_implemented() const
void print(std::ostream &o=ExEnv::out0()) const
Print information about the object.
The CLSCF class is a base for classes implementing a self-consistent procedure for closed-shell molec...
Definition clscf.h:39
static std::ostream & out0()
Return an ostream that writes from node 0.
A template class that maintains references counts.
Definition ref.h:361
Restores fundamental and user-defined types from images created with StateOut.
Definition statein.h:79
Serializes fundamental and user-defined types.
Definition stateout.h:71
Contains all MPQC code up to version 3.
Definition mpqcin.h:14