28 #ifndef _chemistry_qc_scf_ossscf_h 29 #define _chemistry_qc_scf_ossscf_h 35 #include <chemistry/qc/scf/scf.h> 43 int user_occupations_;
67 int n_fock_matrices()
const;
104 void init_gradient();
105 void done_gradient();
double occupation(int ir, int vectornum)
Returns the occupation.
int spin_polarized()
Return 1 if the alpha density is not equal to the beta density.
RefSymmSCMatrix density()
Returns the SO density.
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 symmetry_changed()
Call this if you have changed the molecular symmetry of the molecule contained by this MolecularEnerg...
The RefDiagSCMatrix class is a smart pointer to an DiagSCMatrix specialization.
Definition: matrix.h:380
void print(std::ostream &o=ExEnv::out0()) const
Print information about the object.
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
double alpha_occupation(int irrep, int vectornum)
Returns the alpha occupation.
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.
RefSymmSCMatrix beta_density()
Return beta electron densities in the SO basis.
void save_data_state(StateOut &)
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR ...
RefSymmSCMatrix alpha_density()
Return alpha electron densities in the SO basis.