Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2 - JD base Solver #6

Open
NicoRenaud opened this issue Jun 23, 2020 · 0 comments
Open

2 - JD base Solver #6

NicoRenaud opened this issue Jun 23, 2020 · 0 comments
Assignees

Comments

@NicoRenaud
Copy link

NicoRenaud commented Jun 23, 2020

The JD/Davidson implementation is focused in the class

Implement a JD_SymSolverBase base class

  • it also has the functions eigenvalues() and eigenvectors().
  • The base class also has setters for settings : max_searchspace,num_iterations, convergence_criteria, ...
  • JD_SymSolverBase implements a compute(neigen, target) method, which returns the number of converged eigenvalues and stores the results in eigenvalues_ and eigenvectors_ member variables.
  • It also sets the flag info_ which can be accessed by the info() getter, which informs about the success of the calculation. It returns a Specta::CompuationalInfo enum.
  • The input parameters for the compute method are, number_of_eigenvalues and the Spectra::SortRule
  • it has a pure virtual function, to compute the correction vector called get_correction_vector
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants