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

Enable applyExp to deal with non-Hermitian linear maps #410

Open
wants to merge 6 commits into
base: v3
Choose a base branch
from

Conversation

mingruyang
Copy link
Contributor

Added an Arnoldi method to build the Krylov subspace, a restarting procedure, and a time step adjusting scheme, though I didn't find a more graceful way to treat complex and real projected matrix HH separately.

Added Arnoldi orthogonalization, restarting, and time step adjusting
Added unit test for applyExp with non-Hermitian linear map
Fix error in "assert(lanczos_vectors.size() == linear_comb.size());"
Fix error in data type
Fix error in "assert(lanczos_vectors.size() == linear_comb.size())"
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

Successfully merging this pull request may close these issues.

None yet

1 participant