Skip to content
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

add json output for tblite #985

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Albkat
Copy link
Contributor

@Albkat Albkat commented Mar 7, 2024

No description provided.

Signed-off-by: albert <92109627+Albkat@users.noreply.github.com>
@Albkat Albkat force-pushed the 979-json-flag-ignored-with-tblite branch from ffa7d25 to c377960 Compare March 7, 2024 09:18
type is (TxTBCalculator)
call open_file(ich, 'xtbout.json', 'w')
call main_xtb_json(ich, &
mol, chk%wfn, calc%basis, res, fres)
call close_file(ich)

type is (TTBLiteCalculator)
call open_file(ich, 'tblite.json', 'w')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it would be better to try to match the format of xtbout.json here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We could print both:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

json flag ignored with tblite
2 participants