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

How to solve generalized eigenvalue problems using TT-Toolbox? #67

Open
7alent opened this issue Mar 3, 2024 · 2 comments
Open

How to solve generalized eigenvalue problems using TT-Toolbox? #67

7alent opened this issue Mar 3, 2024 · 2 comments

Comments

@7alent
Copy link

7alent commented Mar 3, 2024

I'm trying to solve a generalized eigenvalue problem but I have no idea what functions in this toolbox I should use. Are there any eigenvalue solvers in this toolbox? I really appreciate it if you could give me some advice.

@dolgov
Copy link
Collaborator

dolgov commented Mar 4, 2024

We never had to solve nontrivial generalized eigenvalue problems, so there is no function for this. For the standard eigenvalue problems there is dmrg_eig, implementing Computation of extreme eigenvalues in higher dimensions using block tensor train format. If the Cholesky decomposition of the B matrix is easy, you can pre- and post-multiply A with the Cholesky factors to turn the generalized eigenvalue problem into the standard eigenvalue problem. Otherwise you'd need to update the code to project B in addition to A and solve local generalized eigenvalue problems.

@7alent
Copy link
Author

7alent commented Mar 6, 2024

Sincerely thank you for taking time out of your busy schedule and replying my question. As a first-year postgraduate majoring in Computational Mathematics, I'm learning FEM-QTT and this toolbox really helps me a lot.

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

2 participants