Open jfraxanet opened 1 year ago
Hi Joana,
It seems to work okay for me with the current code on the master branch. Would it be possible for you to try this code instead of the older version? Let me also say that, usually, shci does not require explicit specification of point group symmetry, because the method uses it through the integrals and the initial determinant.
Dear contributors,
I am encountering problems when trying to run the stochastic heat bath CI algorithm (SHCI) for molecules with symmetries. I have installed Release v1.0 of Dice together with the PySCF extension from https://github.com/pyscf/shciscf. When I run the algorithm for a simple molecule such as $O_2$, the code works well:
But if, when defining the molecule, I add symmetries:
mol = gto.M(verbose=4, atom="O 0 0 0; O 0 0 1.208", symmetry=1, basis="ccpvdz")
I get the following error:
so basically it looks like the code is not creating de shci.e file anymore. Do you have any idea why this happens?
Thank you so much,
Joana