28#ifndef _math_optimize_diis_h
29#define _math_optimize_diis_h
31#include <math/optimize/scextrap.h>
43 double damping_factor;
44 double mixing_fraction;
58 DIIS(
int strt=1,
int ndi=5,
double dmp =0,
int ngr=1,
int ngrdiis=1,
100 void start_extrapolation();
The DIIS class provides DIIS extrapolation.
Definition diis.h:36
void save_data_state(StateOut &)
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR ...
DIIS(const Ref< KeyVal > &)
The DIIS KeyVal constructor recognizes the following keywords:
void reinitialize(Ref< SCExtrapData > data=0)
This must be called if the extrapolation object is to be used again.
void print(std::ostream &=ExEnv::out0()) const
Override DescribedClass::print.
static std::ostream & out0()
Return an ostream that writes from node 0.
A template class that maintains references counts.
Definition ref.h:361
Restores fundamental and user-defined types from images created with StateOut.
Definition statein.h:79
Serializes fundamental and user-defined types.
Definition stateout.h:71
Contains all MPQC code up to version 3.
Definition mpqcin.h:14