#include <Parameters.h>
Public Attributes | |
| double | tolerance {0.01} |
| long | max_iterations {20} |
| bool | diagonal_preconditioner {false} |
| Heuristic | (H v)_i / v_i | preconditioner (not true diag(H); off by default). | |
| std::string | phva_atoms {"All"} |
| PHVA mobile/active set for the Ritz space; "All" = all free atoms. | |
Definition at line 426 of file Parameters.h.
| bool eonc::Parameters::davidson_options_t::diagonal_preconditioner {false} |
Heuristic | (H v)_i / v_i | preconditioner (not true diag(H); off by default).
Definition at line 431 of file Parameters.h.
| long eonc::Parameters::davidson_options_t::max_iterations {20} |
Definition at line 428 of file Parameters.h.
| std::string eonc::Parameters::davidson_options_t::phva_atoms {"All"} |
PHVA mobile/active set for the Ritz space; "All" = all free atoms.
Definition at line 433 of file Parameters.h.
| double eonc::Parameters::davidson_options_t::tolerance {0.01} |
Definition at line 427 of file Parameters.h.