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

Local Hbar #60

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Conversation

JoseMadriaga
Copy link
Contributor

@JoseMadriaga JoseMadriaga commented Mar 22, 2023

Description

Adding local representation of Hbar to cchbar object that will be subsequently used for the lambda expressions

Todos

Notable points that this PR has either accomplished or will accomplish.

  • add local representation of Hbar to cchbar object

Notes

The local Hbar is tested against the simulation code. Further test can be made once the local lambda expressions are implemented.

Status

  • Ready to go

Comment on lines -13 to +18
from .utils import helper_diis, cc_contract
from .hamiltonian import Hamiltonian
from .local import Local
from .cctriples import t_tjl, t3c_ijk
from .lccwfn import lccwfn
from utils import helper_diis, cc_contract #helper_ldiis
from hamiltonian import Hamiltonian
from local import Local
from cctriples import t_tjl, t3c_ijk
from lccwfn import lccwfn
from debug import Debug
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you help me to understand what's happening here? Are you temporarily changing the interface to run the code directly?

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.

2 participants