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

error tblite/ptb + solvation #1020

Merged

Conversation

Albkat
Copy link
Contributor

@Albkat Albkat commented Apr 24, 2024

No description provided.

Signed-off-by: Albert Katbashev <akatbashev@gmail.com>
@Albkat Albkat requested review from awvwgk and MtoLStoN April 24, 2024 21:46
@Albkat Albkat linked an issue Apr 24, 2024 that may be closed by this pull request
! TEMPORARY: no solvation available for PTB and tblite !
if (set%mode_extrun == p_ext_tblite .or. set%mode_extrun == p_ext_ptb) then
if (allocated(set%solvInput%solvent)) then
call env%error("Solvation is not implemented for PTB/tblite", source)
Copy link
Member

Choose a reason for hiding this comment

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

As this is in main, this could be a direct env%terminate instead of a raised error that will terminate at the next checkpoint.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That is a good suggestion.
I would still merge this as it is, because the xtbMain will be refactored next week.

@Albkat Albkat merged commit 6d88fe0 into grimme-lab:main Apr 29, 2024
10 of 11 checks passed
@Albkat Albkat deleted the 1015-tblite-ignores-solvation-alpb-gbsa branch April 29, 2024 06:39
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.

--tblite ignores solvation (--alpb & --gbsa)
2 participants