logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sc::SelfConsistentExtrapolation - The SelfConsistentExtrapolation abstract class is used to iteratively

Author

       Generated automatically by Doxygen for MPQC from the source code.

Version 2.3.1                                    Sun Oct 4 2020               sc::SelfConsistentExtrapolation(3)

Constructor & Destructor Documentation

sc::SelfConsistentExtrapolation::SelfConsistentExtrapolation(constRef<KeyVal>&)
       The only keyword read is #tolerance#, which is usually not needed since the objects using
       SelfConsistentExtrapolation should set the tolerances as needed.

Detaileddescription

       {he SelfConsistentExtrapolation abstract class is used to iteratively solve equations requiring a self
       xonsistent solution, such as,.
       }
       '
       =

Member Function Documentation

voidsc::SelfConsistentExtrapolation::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.

Name

       sc::SelfConsistentExtrapolation - The SelfConsistentExtrapolation abstract class is used to iteratively
       solve equations requiring a self consistent solution, such as,.

Synopsis

       #include <scextrap.h>

       Inherits sc::SavableState.

       Inherited by sc::DIIS.

   PublicMemberFunctionsSelfConsistentExtrapolation (StateIn &)
       SelfConsistentExtrapolation (const Ref< KeyVal > &)
           The only keyword read is #tolerance#, which is usually not needed since the objects using
           SelfConsistentExtrapolation should set the tolerances as needed.
       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.
       void set_tolerance (double t)
       double tolerance ()
       double error ()
       int converged ()
       virtual int extrapolate (const Ref< SCExtrapData > &data, const Ref< SCExtrapError > &error)=0
       virtual void start_extrapolation ()
       virtual void reinitialize ()=0

   ProtectedMemberFunctions
       void set_error (double e)

   AdditionalInheritedMembers

See Also