|
SIRIUS 7.5.0
Electronic structure library and applications
|
Result of Davidson solver. More...
#include <davidson.hpp>
Public Attributes | |
| int | niter |
| Number of iterations. More... | |
| sddk::mdarray< double, 2 > | eval |
| Eigen-values. More... | |
| bool | converged |
| True if all bands (up and dn) are converged. More... | |
| int | num_unconverged [2] |
| Number of unconverged bands for each spin channel. More... | |
Result of Davidson solver.
Definition at line 37 of file davidson.hpp.
| int sirius::davidson_result_t::niter |
Number of iterations.
Definition at line 39 of file davidson.hpp.
| sddk::mdarray<double, 2> sirius::davidson_result_t::eval |
Eigen-values.
Definition at line 41 of file davidson.hpp.
| bool sirius::davidson_result_t::converged |
True if all bands (up and dn) are converged.
Definition at line 43 of file davidson.hpp.
| int sirius::davidson_result_t::num_unconverged[2] |
Number of unconverged bands for each spin channel.
Definition at line 45 of file davidson.hpp.