-
Notifications
You must be signed in to change notification settings - Fork 148
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
xtbout.json not written for GFN-FF #745
Comments
The "--json" flag is, at the moment, not used in conjunction with GFN-FF. We could use this flag to write all available information (replacing the need to use the --wrtopo flag with keywords). See #750. |
@MtoLStoN Thank you for taking the time to look at this. I was simply thinking if you could output a JSON containing total energy, etc. as done for the xTB methods. |
I understand; I'll look into this. This should be relatively easy to do, if I find the time. If this is something you want faster, you are more than welcome to submit a patch. The relevant call can be found here: Lines 860 to 868 in 863dcdc
And we would need an additional writer routine for the GFN-FF json file. https://github.com/grimme-lab/xtb/blob/main/src/main/json.f90 This could probably be done with an explicit interface and a second writer routine just for GFN-FF. |
Thanks to @Thomas3R, we have this implemented now! |
The
xtbout.json
file that should be written when passing the--json
flag is not generated when running GFN-FF calculations.To Reproduce
Running
xtb <some-molecule.xyz> --gfnff --json
produces no JSON output file.Additional context
xtb version: 6.5.1
The text was updated successfully, but these errors were encountered: