Allows setting and getting of options for NonLinearEquationsDIIS instance via IterativeSolver base class. More...
#include <NonLinearEquationsDIISOptions.h>
Allows setting and getting of options for NonLinearEquationsDIIS instance via IterativeSolver base class.
Public Member Functions | |
NonLinearEquationsDIISOptions ()=default | |
NonLinearEquationsDIISOptions (const options_map &opt) | |
![]() | |
NonLinearEquationsOptions ()=default | |
NonLinearEquationsOptions (const options_map &opt) | |
![]() | |
virtual | ~Options ()=default |
Options ()=default | |
Options (const options_map &opt) | |
Initialises options from key/value strings. Unrecognised options are ignored. More... | |
void | copy (const Options &source) |
copies options from source object More... | |
Public Attributes | |
std::optional< int > | max_size_qspace |
std::optional< double > | norm_thresh |
std::optional< double > | svd_thresh |
![]() | |
std::optional< double > | convergence_threshold |
convergence threshold More... | |
std::optional< int > | n_roots |
number of roots to solve for More... | |
std::optional< Verbosity > | verbosity |
verbosity level during IterativeSolver::solve() More... | |
std::optional< int > | max_iter |
maximum number of iterations during IterativeSolver::solve() More... | |
std::optional< double > | max_p |
maximum size of P space More... | |
std::optional< double > | p_threshold |
threshold for selecting P space More... | |
|
default |
molpro::linalg::itsolv::NonLinearEquationsDIISOptions::NonLinearEquationsDIISOptions | ( | const options_map & | opt | ) |
std::optional<int> molpro::linalg::itsolv::NonLinearEquationsDIISOptions::max_size_qspace |
std::optional<double> molpro::linalg::itsolv::NonLinearEquationsDIISOptions::norm_thresh |
std::optional<double> molpro::linalg::itsolv::NonLinearEquationsDIISOptions::svd_thresh |