.TH "sc::MolEnergyConvergence" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::MolEnergyConvergence .SH SYNOPSIS .br .PP .PP Inherits \fBsc::Convergence\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "\fBMolEnergyConvergence\fP (\fBStateIn\fP &)" .br .ti -1c .RI "\fBMolEnergyConvergence\fP (const \fBRef\fP< \fBKeyVal\fP > &)" .br .RI "The \fBKeyVal\fP constructor\&. " .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 \fBget_grad\fP (const \fBRef\fP< \fBFunction\fP > &)" .br .RI "Set the current gradient and displacement\&. " .ti -1c .RI "void \fBget_x\fP (const \fBRef\fP< \fBFunction\fP > &)" .br .ti -1c .RI "void \fBset_nextx\fP (const \fBRefSCVector\fP &)" .br .ti -1c .RI "int \fBconverged\fP ()" .br .RI "Return nonzero if the optimization has converged\&. " .in -1c .SS "Protected Member Functions" .in +1c .ti -1c .RI "void \fBset_defaults\fP ()" .br .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "\fBRef\fP< \fBMolecularEnergy\fP > \fBmole_\fP" .br .ti -1c .RI "int \fBcartesian_\fP" .br .in -1c .SS "Additional Inherited Members" .SH "Constructor & Destructor Documentation" .PP .SS "sc::MolEnergyConvergence::MolEnergyConvergence (const \fBRef\fP< \fBKeyVal\fP > &)" .PP The \fBKeyVal\fP constructor\&. In addition to the keywords read by \fBConvergence\fP, the following keywords are examined: .PP .IP "\fB\fCenergy\fP\fP" 1c The \fBMolecularEnergy\fP object\&. This is required\&. .PP .IP "\fB\fCcartesian\fP\fP" 1c If true, cartesian displacements and gradients will be compared to the convergence criteria\&. The default is true\&. .PP .PP .SH "Member Function Documentation" .PP .SS "void sc::MolEnergyConvergence::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::SavableState\fP\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.