28 #ifndef _chemistry_qc_scf_uscf_h
29 #define _chemistry_qc_scf_uscf_h
35 #include <chemistry/qc/scf/scf.h>
45 int user_occupations_;
62 double compute_vector(
double&,
double enuclear);
63 void initial_vector(
int needv=1);
98 int n_fock_matrices()
const;
128 double new_density();
129 void reset_density();
133 void init_gradient();
134 void done_gradient();
142 void two_body_deriv_hf(
double*grad,
double exchange_fraction);
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.
The RefSymmSCMatrix class is a smart pointer to an SCSymmSCMatrix specialization.
Definition: matrix.h:261
RefSymmSCMatrix beta_density()
Return beta electron densities in the SO basis.
double beta_occupation(int, int)
Returns the beta occupation.
RefSymmSCMatrix density()
Returns the SO density.
The RefSCMatrix class is a smart pointer to an SCMatrix specialization.
Definition: matrix.h:135
A template class that maintains references counts.
Definition: ref.h:332
int spin_polarized()
Return 1 if the alpha density is not equal to the beta density.
void symmetry_changed()
Call this if you have changed the molecular symmetry of the molecule contained by this MolecularEnerg...
RefSymmSCMatrix effective_fock()
Spin-unrestricted SCF methods do not define effective Fock matrix, thus this function should never be...
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.
Restores objects that derive from SavableState.
Definition: statein.h:70
RefSymmSCMatrix fock(int i)
Returns alpha (i==0) or beta (i==1) Fock matrix in AO basis (including XC contribution in KS DFT – co...
A base class for unrestricted self-consistent-field methods.
Definition: uscf.h:42
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 ...
void set_desired_value_accuracy(double eps)
Overload of Function::set_desired_value_accuracy().
RefDiagSCMatrix eigenvalues()
Returns the MO basis eigenvalues.
static std::ostream & out0()
Return an ostream that writes from node 0.
double alpha_occupation(int, int)
Returns the alpha occupation.
int spin_unrestricted()
Return 1 if the alpha orbitals are not equal to the beta orbitals.
double occupation(int, int)
Returns the occupation.
Generated at Sun Jan 26 2020 23:33:05 for MPQC
2.3.1 using the documentation package Doxygen
1.8.16.