28 #ifndef _chemistry_qc_scf_hsosscf_h 29 #define _chemistry_qc_scf_hsosscf_h 35 #include <chemistry/qc/scf/scf.h> 46 int user_occupations_;
114 int n_fock_matrices()
const;
147 void reset_density();
148 double new_density();
154 void init_gradient();
155 void done_gradient();
165 void two_body_deriv_hf(
double*grad,
double exchange_fraction);
RefSymmSCMatrix fock(int i)
Returns closed-shell (i==0) or open-shell (i==1) Fock matrix in AO basis (excluding XC contribution i...
RefSymmSCMatrix alpha_density()
Return alpha electron densities in the SO basis.
The HSOSSCF class is a base for classes implementing a self-consistent procedure for high-spin open-s...
Definition: hsosscf.h:43
The SCF class is the base for all classes that use a self-consistent field procedure to solve an effe...
Definition: scf.h:49
Serializes objects that derive from SavableState.
Definition: stateout.h:61
void save_data_state(StateOut &)
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR ...
The RefDiagSCMatrix class is a smart pointer to an DiagSCMatrix specialization.
Definition: matrix.h:380
void symmetry_changed()
Call this if you have changed the molecular symmetry of the molecule contained by this MolecularEnerg...
double occupation(int irrep, int vectornum)
Returns the occupation.
A template class that maintains references counts.
Definition: ref.h:332
The RefSymmSCMatrix class is a smart pointer to an SCSymmSCMatrix specialization. ...
Definition: matrix.h:261
int spin_polarized()
Return 1 if the alpha density is not equal to the beta density.
Restores objects that derive from SavableState.
Definition: statein.h:70
double beta_occupation(int irrep, int vectornum)
Returns the beta occupation.
static std::ostream & out0()
Return an ostream that writes from node 0.
double alpha_occupation(int irrep, int vectornum)
Returns the alpha occupation.
RefSymmSCMatrix density()
Returns the SO density.
void print(std::ostream &o=ExEnv::out0()) const
Print information about the object.
RefSymmSCMatrix effective_fock()
Returns effective Fock matrix in MO basis (including XC contribution for KS DFT). ...
RefSymmSCMatrix beta_density()
Return beta electron densities in the SO basis.