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

Implement a modified Gram-Schmidt orthogonalization #8

Closed
4 tasks done
felipeZ opened this issue Feb 14, 2020 · 1 comment
Closed
4 tasks done

Implement a modified Gram-Schmidt orthogonalization #8

felipeZ opened this issue Feb 14, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@felipeZ
Copy link
Owner

felipeZ commented Feb 14, 2020

Replace the call to the QR method by a modified Gram-Schmidt orthogonalization.

TODO:

  • implement modified Gram-Schmidt
  • Replace QR by Gram-Scmidt
  • Orthogonalize only the new correction vectors against the old basis
  • Make a block update for the Davidson search space
@felipeZ felipeZ added the enhancement New feature or request label Feb 14, 2020
@felipeZ felipeZ self-assigned this Feb 14, 2020
felipeZ added a commit that referenced this issue Feb 15, 2020
felipeZ added a commit that referenced this issue Feb 16, 2020
felipeZ added a commit that referenced this issue Feb 16, 2020
felipeZ added a commit that referenced this issue Feb 16, 2020
felipeZ added a commit that referenced this issue Feb 28, 2020
@felipeZ
Copy link
Owner Author

felipeZ commented Feb 28, 2020

solved by #9

@felipeZ felipeZ closed this as completed Feb 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant