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

Discussion: What's the Suitable Framework for HSolver Module in LCAO Iterative Solver #5461

Open
1 of 10 tasks
Cstandardlib opened this issue Nov 12, 2024 · 0 comments
Open
1 of 10 tasks
Labels
Questions Raise your quesiton! We will answer it.

Comments

@Cstandardlib
Copy link
Collaborator

Cstandardlib commented Nov 12, 2024

Details

It is intended that iterative solvers will be used to solve smaller generalized eigenvalue problems in LCAO basis.
What's the suitable framwork?

  1. Should the solver still take custom Psi and Hamilt class or should it take raw pointer data (pointer T*) and meta data (dimensions, how many eigenpairs to solve, etc.)?

  2. 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

  • Yes, I have read the FAQ part on online manual.

Task list for Issue attackers (only for developers)

  • Understand the problem or question described by the user.
  • Check if the issue is a known problem or has been addressed in the documentation.
  • Test the issue or problem on a similar system or environment, if possible.
  • Identify the root cause or provide clarification on the user's question.
  • Provide a step-by-step guide, including any necessary resources, to resolve the issue or answer the question.
  • If the issue is related to documentation, update the documentation to prevent future confusion (optional).
  • If the issue is related to code, consider implementing a fix or improvement (optional).
  • Review and incorporate any relevant feedback from users or developers.
  • Ensure the user's issue is resolved or their question is answered and close the ticket.
@Cstandardlib Cstandardlib added the Questions Raise your quesiton! We will answer it. label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Questions Raise your quesiton! We will answer it.
Projects
None yet
Development

No branches or pull requests

1 participant