![]() |
![]()
| ![]() |
![]()
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)
Public Member Functions inherited from
sc::SelfConsistentExtrapolation
Public Member Functions inherited from sc::SavableState
Public Member Functions inherited from sc::DescribedClass
Public Member Functions inherited from sc::RefCount
Public Member Functions inherited from sc::Identity
Protected Member Functionsvoid init ()
Protected Member Functions inherited from
sc::SelfConsistentExtrapolation
Protected Member Functions inherited from sc::SavableState
Protected Member Functions inherited from sc::RefCount
Protected Attributesint start
Additional Inherited MembersStatic Public Member Functions inherited from
sc::SavableState
Detailed 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.
|