GQCP
|
#include <Minimizer.hpp>
Public Types | |
using | Scalar = _Scalar |
Static Public Member Functions | |
static IterativeAlgorithm< MinimizationEnvironment< Scalar > > | Newton (const double threshold=1.0e-08, const size_t maximum_number_of_iterations=128) |
A factory class that can construct minimizers in an easy way.
_Scalar | the scalar type that is used to represent the variables of function that is minimized |
using GQCP::Minimizer< _Scalar >::Scalar = _Scalar |
|
inlinestatic |
threshold | the threshold that is used in comparing the density matrices |
maximum_number_of_iterations | the maximum number of iterations the algorithm may perform |