Octopus
|
Definition at line 131 of file eigen_chebyshev.F90.
Private Attributes | |
integer | n_lanczos |
Number of Lanczos iterations used to determine the estimate upper bound of H. More... | |
integer | degree |
Degree of Chebyshev polynomial. More... | |
real(real64) | bound_mixing |
Coefficient for linear mixing of min and max eigenvalues,. More... | |
integer | n_iter |
Number of iterations used for the first SCF step. More... | |
logical | optimize_degree |
Use polynomial degree optimization. More... | |
|
private |
Number of Lanczos iterations used to determine the estimate upper bound of H.
Definition at line 132 of file eigen_chebyshev.F90.
|
private |
Degree of Chebyshev polynomial.
Definition at line 133 of file eigen_chebyshev.F90.
|
private |
Coefficient for linear mixing of min and max eigenvalues,.
Definition at line 134 of file eigen_chebyshev.F90.
|
private |
Number of iterations used for the first SCF step.
Definition at line 139 of file eigen_chebyshev.F90.
|
private |
Use polynomial degree optimization.
Definition at line 140 of file eigen_chebyshev.F90.