Skip to content

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