-
Notifications
You must be signed in to change notification settings - Fork 15
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
Draft of PNO Lambda CCD and CCSD #62
base: main
Are you sure you want to change the base?
Conversation
merged main into local_hbar
…into pnoccsd_lambda
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. |
…into pnoccsd_lambda
print("Hoooo norm = %20.15f" % np.linalg.norm(self.Hoooo)) | ||
print("Hvvvv norm = %20.15f" % np.linalg.norm(self.Hvvvv)) | ||
|
||
if ccwfn.local is None or ccwfn.filter is True: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If I recall correctly, we discussed in our group meeting last week (5/16) that you were going to move the if-branches to the highest level and put all the Local
calls for ccwfn
, cchbar
, and cclambda
into a separate sub-directory. Is that still the plan? I don't remember if we decided you'd handle that after the current PR, so please remind me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this is the plan after the current PR.
Description
Implementing the local representation of lambda at the CCD and CCSD level starting from the construction of the similarity-transformed Hamiltonian. This PR will allow calculations up to the lambda pseudo energy for any types of local correlation techniques.
Todos
Notable points that this PR has either accomplished or will accomplish.
Notes
For the PNO lambda implementation:
https://github.com/JoseMadriaga/Notes
Status