28 #ifndef _chemistry_qc_scf_tcscf_h
29 #define _chemistry_qc_scf_tcscf_h
35 #include <chemistry/qc/scf/scf.h>
43 int user_occupations_;
74 int n_fock_matrices()
const;
106 void reset_density();
107 double new_density();
113 void init_gradient();
114 void done_gradient();
The SCF class is the base for all classes that use a self-consistent field procedure to solve an effe...
Definition: scf.h:49
RefSymmSCMatrix alpha_density()
Return alpha 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 ...
The RefSymmSCMatrix class is a smart pointer to an SCSymmSCMatrix specialization.
Definition: matrix.h:261
double occupation(int ir, int vectornum)
Returns the occupation.
A template class that maintains references counts.
Definition: ref.h:332
double alpha_occupation(int irrep, int vectornum)
Returns the alpha occupation.
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
Restores objects that derive from SavableState.
Definition: statein.h:70
int spin_polarized()
Return 1 if the alpha density is not equal to the beta density.
RefSymmSCMatrix beta_density()
Return beta electron densities in the SO basis.
Serializes objects that derive from SavableState.
Definition: stateout.h:61
void print(std::ostream &o=ExEnv::out0()) const
Print information about the object.
RefSymmSCMatrix density()
Returns the SO density.
static std::ostream & out0()
Return an ostream that writes from node 0.
double beta_occupation(int irrep, int vectornum)
Returns the beta occupation.
Generated at Sun Jan 26 2020 23:33:05 for MPQC
2.3.1 using the documentation package Doxygen
1.8.16.