28#ifndef _chemistry_qc_scf_uks_h
29#define _chemistry_qc_scf_uks_h
31#include <chemistry/qc/scf/uscf.h>
32#include <chemistry/qc/dft/integrator.h>
33#include <chemistry/qc/dft/functional.h>
73 void two_body_energy(
double &ec,
double &ex);
79 void ao_fock(
double accuracy);
82 void two_body_deriv(
double*);
static std::ostream & out0()
Return an ostream that writes from node 0.
The RefSymmSCMatrix class is a smart pointer to an SCSymmSCMatrix specialization.
Definition matrix.h:265
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
This provides a Kohn-Sham implementation for unrestricted-orbital open-shell systems.
Definition uks.h:43
int value_implemented() const
bool analytic_gradient_implemented() const
must overload this in a derived class if analytic gradient can be computed
UKS(const Ref< KeyVal > &)
This KeyVal constructor reads the following keywords:
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.
A base class for unrestricted self-consistent-field methods.
Definition uscf.h:38
Contains all MPQC code up to version 3.
Definition mpqcin.h:14