You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within the Catch2 framework we need small testcases for
the Symmetric Davidson case.
They have to cover the following aspects:
datatypes: float, double, std::complex, std::complex
selection rules: min and max
and the following error conditions:
number of iterations exceeded without convergence,
input of the already diagonlized matrix,
some sort of numerically unstable problem(degeneracy)
and validation of input parameters:
too large searchspace
too many eigenvalues requested.
it has to cover restarts/deflation
reference values can be obtained from the Eigen solvers for dense matrices.
one test case should include a user defined matrixproduct.
The text was updated successfully, but these errors were encountered:
Within the Catch2 framework we need small testcases for
the Symmetric Davidson case.
They have to cover the following aspects:
datatypes: float, double, std::complex, std::complex
selection rules: min and max
and the following error conditions:
number of iterations exceeded without convergence,
input of the already diagonlized matrix,
some sort of numerically unstable problem(degeneracy)
and validation of input parameters:
too large searchspace
too many eigenvalues requested.
it has to cover restarts/deflation
reference values can be obtained from the Eigen solvers for dense matrices.
one test case should include a user defined matrixproduct.
The text was updated successfully, but these errors were encountered: