.TH "sc::CLKS" 3 "Fri Dec 2 2022" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::CLKS \- This provides a Kohn-Sham implementation for closed-shell systems\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBsc::CLSCF\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBCLKS\fP (\fBStateIn\fP &)" .br .ti -1c .RI "\fBCLKS\fP (const \fBRef\fP< \fBKeyVal\fP > &)" .br .RI "This \fBKeyVal\fP constructor reads the following keywords: " .ti -1c .RI "void \fBsave_data_state\fP (\fBStateOut\fP &)" .br .RI "Save the base classes (with save_data_state) and the members in the same order that the \fBStateIn\fP CTOR initializes them\&. " .ti -1c .RI "void \fBprint\fP (std::ostream &o=\fBExEnv::out0\fP()) const" .br .RI "Print information about the object\&. " .ti -1c .RI "void \fBtwo_body_energy\fP (double &ec, double &ex)" .br .ti -1c .RI "int \fBvalue_implemented\fP () const" .br .RI "Information about the availability of values, gradients, and hessians\&. " .ti -1c .RI "int \fBgradient_implemented\fP () const" .br .ti -1c .RI "\fBRefSymmSCMatrix\fP \fBdensity\fP ()" .br .RI "Returns the \fBSO\fP density\&. " .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "void \fBao_fock\fP (double accuracy)" .br .ti -1c .RI "double \fBscf_energy\fP ()" .br .ti -1c .RI "\fBRef\fP< \fBSCExtrapData\fP > \fBextrap_data\fP ()" .br .ti -1c .RI "\fBRefSymmSCMatrix\fP \fBeffective_fock\fP ()" .br .ti -1c .RI "void \fBinit_vector\fP ()" .br .ti -1c .RI "void \fBdone_vector\fP ()" .br .ti -1c .RI "void \fBtwo_body_deriv\fP (double *)" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "\fBRef\fP< \fBDenIntegrator\fP > \fBintegrator_\fP" .br .ti -1c .RI "\fBRef\fP< \fBDenFunctional\fP > \fBfunctional_\fP" .br .ti -1c .RI "\fBRefSymmSCMatrix\fP \fBvxc_\fP" .br .ti -1c .RI "double \fBexc_\fP" .br .in -1c .SS "Additional Inherited Members" .SH "Detailed Description" .PP This provides a Kohn-Sham implementation for closed-shell systems\&. .SH "Constructor & Destructor Documentation" .PP .SS "sc::CLKS::CLKS (const \fBRef\fP< \fBKeyVal\fP > &)" .PP This \fBKeyVal\fP constructor reads the following keywords: .IP "\fB\fCintegrator\fP\fP" 1c Specifies the \fBDenIntegrator\fP that will be used to integrate the density functional\&. The default is \fBRadialAngularIntegrator\fP\&. .PP .IP "\fB\fCfunctional\fP\fP" 1c Specifies the \fBDenFunctional\fP that will be used to compute the exchange/correlation contribution\&. This is no default\&. .PP .PP .SH "Member Function Documentation" .PP .SS "void sc::CLKS::ao_fock (double accuracy)\fC [protected]\fP, \fC [virtual]\fP" .PP Implements \fBsc::SCF\fP\&. .SS "\fBRefSymmSCMatrix\fP sc::CLKS::density ()\fC [virtual]\fP" .PP Returns the \fBSO\fP density\&. .PP Implements \fBsc::Wavefunction\fP\&. .SS "void sc::CLKS::done_vector ()\fC [protected]\fP, \fC [virtual]\fP" .PP Implements \fBsc::SCF\fP\&. .SS "\fBRefSymmSCMatrix\fP sc::CLKS::effective_fock ()\fC [protected]\fP, \fC [virtual]\fP" .PP Implements \fBsc::SCF\fP\&. .SS "\fBRef\fP< \fBSCExtrapData\fP > sc::CLKS::extrap_data ()\fC [protected]\fP, \fC [virtual]\fP" .PP Implements \fBsc::SCF\fP\&. .SS "int sc::CLKS::gradient_implemented () const\fC [virtual]\fP" .PP Reimplemented from \fBsc::Function\fP\&. .SS "void sc::CLKS::init_vector ()\fC [protected]\fP, \fC [virtual]\fP" .PP Implements \fBsc::SCF\fP\&. .SS "void sc::CLKS::print (std::ostream & = \fC\fBExEnv::out0\fP()\fP) const\fC [virtual]\fP" .PP Print information about the object\&. .PP Reimplemented from \fBsc::MolecularEnergy\fP\&. .SS "void sc::CLKS::save_data_state (\fBStateOut\fP &)\fC [virtual]\fP" .PP Save the base classes (with save_data_state) and the members in the same order that the \fBStateIn\fP CTOR initializes them\&. This must be implemented by the derived class if the class has data\&. .PP Reimplemented from \fBsc::MolecularEnergy\fP\&. .SS "double sc::CLKS::scf_energy ()\fC [protected]\fP, \fC [virtual]\fP" .PP Implements \fBsc::SCF\fP\&. .SS "void sc::CLKS::two_body_deriv (double *)\fC [protected]\fP, \fC [virtual]\fP" .PP Implements \fBsc::SCF\fP\&. .SS "void sc::CLKS::two_body_energy (double & ec, double & ex)\fC [virtual]\fP" .PP Reimplemented from \fBsc::SCF\fP\&. .SS "int sc::CLKS::value_implemented () const\fC [virtual]\fP" .PP Information about the availability of values, gradients, and hessians\&. .PP Reimplemented from \fBsc::Function\fP\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.