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

Too low Energy #2

Open
davidsousarj opened this issue Feb 21, 2025 · 0 comments
Open

Too low Energy #2

davidsousarj opened this issue Feb 21, 2025 · 0 comments

Comments

@davidsousarj
Copy link

Hi,

I noticed that, in the provided example, the calculated energy is lower than the Full CI energy, which is not possible.

Running the example file (hydrogen fluoride), I get converged SCF energy = -99.9593211672815 and Selected CI E = [-104.43139484], and if I add the following lines to the script:

from pyscf import fci
myfci = fci.FCI(myhf)
fci_e, fci_ci = myfci.kernel()
print(fci_e)

the FCI energy is -100.10211465665482.

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

No branches or pull requests

1 participant