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

Testing the odometer algorithm #36

Closed
Tracked by #29
RichRick1 opened this issue Apr 5, 2024 · 3 comments
Closed
Tracked by #29

Testing the odometer algorithm #36

RichRick1 opened this issue Apr 5, 2024 · 3 comments
Assignees

Comments

@RichRick1
Copy link
Collaborator

RichRick1 commented Apr 5, 2024

@alnaba1, to test the odometer algorithm we can use H2 and H4 systems in the STO-3G basis set. By providing different cost function we can see which determinants are selected.
We can use pyscf package to generate .fcidump file and test the results on it:

from pyscf import gto
mol = gto.Mole()
mol.build( atom = "H 0 0 0; H  0 1 0", basis = 'sto-3g')
# Import modules
import pyci

# System information
filename = datafile("lih_sto6g.fcidump")
ham = pyci.hamiltonian(filename)

@PaulWAyers do you think it's good testing systems?

@RichRick1 RichRick1 mentioned this issue Apr 5, 2024
4 tasks
@PaulWAyers
Copy link
Member

Is there any update on this @RichRick1 or @alnaba1 ?

@alnaba1
Copy link
Collaborator

alnaba1 commented Jul 8, 2024

@PaulWAyers It's been finished for a while, there is a PR that I'm waiting on to be merged #55

@alnaba1
Copy link
Collaborator

alnaba1 commented Jul 9, 2024

Merged #55, closing issue.

@alnaba1 alnaba1 closed this as completed Jul 9, 2024
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

3 participants