Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add energy and gradient norm to wrtopo printout. #758

Merged
merged 5 commits into from
Jan 20, 2023

Conversation

Thomas3R
Copy link
Contributor

This was requested in issue #745

end if
if (printTopo%gnorm) then ! gradient norm is scalar
write (iunit, '(3x,''"gnorm":'',f25.15,",")') gnorm
end if
Copy link
Member

Choose a reason for hiding this comment

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

I would suggest using "total energy" and "gradient norm" instead of etot and gnorm as printout to keep this consistent with the GFN2-xTB json file.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point, thanks for the review.

@MtoLStoN
Copy link
Member

MtoLStoN commented Jan 20, 2023

Looks good to me now! Feel free to merge this.

@Thomas3R Thomas3R merged commit dc4cd8d into grimme-lab:main Jan 20, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants