Discussion: What's the Suitable Framework for HSolver Module in LCAO Iterative Solver #5571
Cstandardlib
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Details
It is intended that iterative solvers will be used to solve smaller generalized eigenvalue problems in LCAO basis.
What's the suitable framwork?
Should the solver still take custom
Psi
andHamilt
class or should it take raw pointer data (pointer T*) and meta data (dimensions, how many eigenpairs to solve, etc.)?How to decide whether to use iterative solver or library for solving eigenproblems?
Have you read FAQ on the online manual http://abacus.deepmodeling.com/en/latest/community/faq.html
Task list for Issue attackers (only for developers)
Beta Was this translation helpful? Give feedback.
All reactions