29#ifndef _chemistry_qc_dft_hsosks_h
30#define _chemistry_qc_dft_hsosks_h
36#include <chemistry/qc/scf/hsosscf.h>
37#include <chemistry/qc/dft/integrator.h>
38#include <chemistry/qc/dft/functional.h>
48class HSOSKS:
public HSOSSCF {
81 void two_body_energy(
double &ec,
double &ex);
84 int gradient_implemented()
const;
87 void ao_fock(
double accuracy);
96 void two_body_deriv(
double*);
static std::ostream & out0()
Return an ostream that writes from node 0.
void save_data_state(StateOut &)
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR ...
void print(std::ostream &o=ExEnv::out0()) const
Print information about the object.
HSOSKS(const Ref< KeyVal > &)
This KeyVal constructor reads the following keywords:
int value_implemented() const
Information about the availability of values, gradients, and hessians.
The RefSymmSCMatrix class is a smart pointer to an SCSymmSCMatrix specialization.
Definition matrix.h:261
A template class that maintains references counts.
Definition ref.h:332
Restores objects that derive from SavableState.
Definition statein.h:70
Serializes objects that derive from SavableState.
Definition stateout.h:61