Closed jjgoings closed 1 year ago
Will note that running /home/goings/miniconda3/envs/madness/bin/pno_integrals
on the generated input
gives me
molecule_gtensor.bin
and molecule_htensor.bin
and exits successfully
Hi Josh,
thanks for noticing and the detailed report, that made it really convenient to find the issue.
The problem was with the auto-detection of frozen-core orbitals that suffered from an "=" instead of "+=" bug - meaning it only took the last non-hydrogen atom into account. Test are quite diverse, but all of them only have one heavy atom (like BeH2), so this went unnoticed.
currently no clean way around it in version 1.8.1, but re-installing tequila from the devel branch (once the pull-request is merged) fixes it:
pip install git+https://github.com/aspuru-guzik-group/tequila.git@devel
before merge:
pip install git+https://github.com/aspuru-guzik-group/tequila.git@pr-devel
will keep the issue open until the merge.
Awesome, thanks! Seems to be working for me now. Close when you are ready!
Hi, I'm able to successfully run the example:
and I get
I installed using the
madtequila
conda method.Smaller molecules (like H2 or BeH2) also work as well. But if I try and do anything larger, say Li2 or N2:
then I get the error:
Any thoughts? I'm using a VM on GCP with Linux and 32 GB RAM and 500 GB disk, 8 CPUs.
Here's some additional outputs: li2_pno_integrals.out.txt nemo_iterations.txt scf_info.json.txt input.txt