28 #ifndef _chemistry_qc_scf_uscf_h
29 #define _chemistry_qc_scf_uscf_h
31 #include <chemistry/qc/scf/scf.h>
41 void obsolete_vector();
45 int user_occupations_;
62 double compute_vector(
double&,
double enuclear);
63 void initial_vector();
130 int n_fock_matrices()
const;
161 double new_density();
162 void reset_density();
166 void init_gradient();
167 void done_gradient();
175 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:51
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:265
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:361
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:389
void print(std::ostream &o=ExEnv::out0()) const
Print information about the object.
RefSymmSCMatrix fock(int i)
Returns alpha (i==0) or beta (i==1) Fock matrix in AO basis (including XC contribution in KS DFT – co...
UnrestrictedSCF(StateIn &)
The KeyVal constructor.
A base class for unrestricted self-consistent-field methods.
Definition: uscf.h:38
Definition: stateout.h:71
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.
Contains all MPQC code up to version 3.
Definition: mpqcin.h:14
double magnetic_moment() const
Computes the S (or J) magnetic moment of the target state(s), in units of .
double occupation(int, int)
Returns the occupation.
Generated at Sun Jan 26 2020 23:24:00 for MPQC
3.0.0-alpha using the documentation package Doxygen
1.8.16.