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 charge and uhf information into setup #960

Merged
merged 2 commits into from
Feb 4, 2024

Conversation

Albkat
Copy link
Contributor

@Albkat Albkat commented Feb 2, 2024

No description provided.

Signed-off-by: albert <92109627+Albkat@users.noreply.github.com>
@Albkat Albkat linked an issue Feb 2, 2024 that may be closed by this pull request
@@ -479,6 +479,8 @@ subroutine scf(env, mol, wfn, basis, pcem, xtbData, solvation, &
write(env%unit,scifmt) "-> SCF convergence ",scfconv, "Eh "
write(env%unit,scifmt) "-> wf. convergence ",qconv, "e "
write(env%unit,dblfmt) "Broyden damping ",set%broydamp," "
write(env%unit,intfmt) "net charge ",set%ichrg
Copy link
Member

Choose a reason for hiding this comment

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

Is this or mol%chrg actually used?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah, in principle mol%chrg is set based on the set%ichrg value, but it might be more logical to retrieve this information from mol directly.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thank you for the suggestion; I've updated the PR accordingly.

Copy link

Choose a reason for hiding this comment

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

how about the uhf information?

Signed-off-by: albert <92109627+Albkat@users.noreply.github.com>
@Albkat Albkat requested a review from awvwgk February 3, 2024 18:11
@Albkat Albkat merged commit 47b0e9d into main Feb 4, 2024
21 checks passed
@Albkat Albkat deleted the 945-print-chrg-and-uhf-in-the-output branch February 4, 2024 09:03
gorges97 pushed a commit to gorges97/xtb that referenced this pull request Mar 27, 2024
* Add charge and uhf information into setup

Signed-off-by: albert <92109627+Albkat@users.noreply.github.com>

* change set to mol

Signed-off-by: albert <92109627+Albkat@users.noreply.github.com>

---------

Signed-off-by: albert <92109627+Albkat@users.noreply.github.com>
Signed-off-by: Johannes Gorges <58849467+gorges97@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Print chrg and uhf in the output.
3 participants