-
Notifications
You must be signed in to change notification settings - Fork 48
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
Problem when reading the total energies of a Gaussian16 optimization fchk #377
Comments
I'm not sure exactly what has gone wrong here. It is possible that we didn't implement tests for MP2 or frozen-core MP2 calculations like this one seems to be. To fix this it will be important to determine if this is specific to MP2 or universal in G16 (I don't think so, but I'm not sure; we usually run a single point after our geometry optimizations in my group so I'm not sure we would have seen this error) and, if not, how to engineer a robust solution. |
Thanks a lot for the swift response and the valid point. I have tried to run the same optimization with some other methods (HF, UHF, B3LYP, PBEPBE) and in all cases the reference energy is there. So it seems to be pretty generic. I have searched a bit more about this but I do still not find much on the Gaussian website or online. |
Thanks for bringing this up @mbocus. The FCHK files in the IOData tests do not have a Just to make sure it works correctly in all cases, can you also generate an FCHK file of a relaxed scan with a few points (to keep the file small)? It is not clear whether such a file will contain multiple reference energies, or just one for all points. Thanks! |
Thanks a lot for the suggestion @tovrstra! |
Hi all,
I was reading the energies from a simple water optimization with Gaussian16 using:
I noticed, however, that I do not get the correct results since in the fchk the line
Is preceded by
So the energy that iodata reads when looking for
1 Results for each geome
(iniodata.formats.fchk.py
) is actually not the total energy but the difference with this reference energy. I am not sure if/when this was introduced in Gaussian16, I have noticed it is present in both revision B and C but I do not have information on older version. I could also not really find any information online.The full fchk is attached. Do you think it'd be possible to look for this reference energy and add it to the ones from the results (or, of course, let me know if I have overlooked something)?
Thanks in advance,
Massimo
input.fchk.txt
The text was updated successfully, but these errors were encountered: