File EdiisCoefficientOptimizer.h¶
- Copyright
This code is licensed under the 3-clause BSD license.
Copyright ETH Zurich, Laboratory for Physical Chemistry, Reiher Group.
See LICENSE.txt for details.
-
namespace
Scine
This header file contains functions that allow for common notation for common things that can be done at a different degree of derivatives.
This header contains alias definitions defining which classes to use for the different degrees of derivatives.
-
namespace
Utils
-
class
EdiisCoefficientOptimizer
- #include <EdiisCoefficientOptimizer.h>
Calculates optimal coefficients to use in EDIIS. It solves the optimization problem given the B matrix and energies and calculates the coefficients with the Reduced Gradient Method.
Public Functions
-
EdiisCoefficientOptimizer
(const std::vector<double> &energies, Eigen::MatrixXd B)¶
-
Eigen::VectorXd
getCoefficients
() Calculate the coefficients.
-
-
class
-
namespace