You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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?
The text was updated successfully, but these errors were encountered:
@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:
@PaulWAyers do you think it's good testing systems?
The text was updated successfully, but these errors were encountered: