Draft
Conversation
Closed
54e1aba to
3c2fbda
Compare
Contributor
Author
|
the latest commit introduces a bug, but commit |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #437 +/- ##
==========================================
- Coverage 70.00% 68.67% -1.34%
==========================================
Files 183 185 +2
Lines 15593 15792 +199
==========================================
- Hits 10916 10845 -71
- Misses 4677 4947 +270
☔ View full report in Codecov by Sentry. |
bdd3904 to
dd9273f
Compare
dd9273f to
837b038
Compare
Hydrogen molecule but not converging
… exit scf properly
Have highjacked LinearResponseSolver. TODO: - add excited ExcitedStatesSolver to template.yml - let response run along with excited states.
This reverts commit 0bf26fe.
Segfaults at function call to clear() on the unperturbed coulomb operator. Specificaly on the hasreal function.
59b6fb1 to
00d1998
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implementing the Excited states solver. This is a re-make of #395 with better structure and is rebased on the changes introduced in #435, which needs to be merged before this one.
I have Created an additional class called
ExcitedStatesSolverto solve for the excited states.The functionality of this class is very similar to
LinearResponseSolverso we might consider adding the excited states solver in theLinearResponseSolverin the future, or creating an entirely new class to hold different response solvers, or the future,HigherOrderResponseSolver.TODO:
First step is almost ready as I create this draft PR.