-
Notifications
You must be signed in to change notification settings - Fork 1
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
Since PySCF-2.3, B3LYP (and B3P86) are changed... #171
Comments
Thanks for the report @Konjkov ! Thanks |
Hey @Konjkov, I've fixed the torch warning that you flagged in the branch
Thanks again for your help ! |
Hello Nico. I just wanted to get acquainted with the project. I'am usinh Ubuntu 22.04, clone the repo and pip installed, torch==2.5.1. I put .pyscf_conf.py with
this fixes the 2nd warning but I can't understand if this will affect the execution of the rest of the tests. I also constantly get an error
perhaps it is discussed elsewhere #170 Vladimir |
Hi Vladimir, Thanks for the info ! I think that the pyscf warning you ran into is something different and I'm not sure I can do something about it on my side. I'll look into it though :) Thanks ! |
I've merged the fix in master, the NaN error should not happen anymore |
Use your best judgment to provide a useful level of information. Depending on the nature of the issue, consider including, e.g.
Hello QMCTorch developers.
I'am running tests of your program of latest (0.3.2) and
platform linux -- Python 3.10.12, pytest-6.2.5, py-1.10.0, pluggy-0.13.0
on simple test pytest scf/test_gto2sto_fit.py
I get a lot of warnings:
and error
maybe the error is a consequence of using an outdated method torch.set_default_tensor_type, but it seems to me that the tests are a bit outdated.
Best, Vladimir.
The text was updated successfully, but these errors were encountered: