|
NAMEsc::DIIS - The DIIS class provides DIIS extrapolation.SYNOPSIS#include <diis.h> Inherits sc::SelfConsistentExtrapolation. Public Member FunctionsDIIS (int strt=1, int ndi=5, double dmp=0, int ngr=1, int ngrdiis=1) DIIS (StateIn &) DIIS (const Ref< KeyVal > &) The DIIS KeyVal constructor recognizes the following keywords: void save_data_state (StateOut &) Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR initializes them. int extrapolate (const Ref< SCExtrapData > &data, const Ref< SCExtrapError > &error) void start_extrapolation () void reinitialize () void print (std::ostream &=ExEnv::out0()) const Override DescribedClass::print. Protected Member Functionsvoid init () Protected Attributesint start int ndiis int iter int ngroup int ngroupdiis double damping_factor double * btemp double ** bold double ** bmat Ref< SCExtrapData > dtemp_data Ref< SCExtrapError > dtemp_error Ref< SCExtrapData > Ldata Ref< SCExtrapData > * diism_data Ref< SCExtrapError > * diism_error Additional Inherited MembersDetailed DescriptionThe DIIS class provides DIIS extrapolation.Constructor & Destructor Documentationsc::DIIS::DIIS (const Ref< KeyVal > &)The DIIS KeyVal constructor recognizes the following keywords:
Member Function Documentationint sc::DIIS::extrapolate (const Ref< SCExtrapData > & data, const Ref< SCExtrapError > & error) [virtual]Implements sc::SelfConsistentExtrapolation.void sc::DIIS::print (std::ostream & = ExEnv::out0()) const [virtual]Override DescribedClass::print.Reimplemented from sc::DescribedClass. void sc::DIIS::reinitialize () [virtual]Implements sc::SelfConsistentExtrapolation.void sc::DIIS::save_data_state (StateOut &) [virtual]Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR initializes them. This must be implemented by the derived class if the class has data.Reimplemented from sc::SavableState. void sc::DIIS::start_extrapolation () [virtual]Reimplemented from sc::SelfConsistentExtrapolation.AuthorGenerated automatically by Doxygen for MPQC from the source code.
Visit the GSP FreeBSD Man Page Interface. |