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

[MISSING] - Block for solvent #329

Closed
coltonbh opened this issue Aug 8, 2024 · 5 comments
Closed

[MISSING] - Block for solvent #329

coltonbh opened this issue Aug 8, 2024 · 5 comments
Labels

Comments

@coltonbh
Copy link

coltonbh commented Aug 8, 2024

Hi. I have reviewed the docs here https://crest-lab.github.io/crest-docs/page/documentation/inputfiles.html.

In what block would implicit solvent information go? I.e., where would I put the gbsa or alpb values seen here https://crest-lab.github.io/crest-docs/page/documentation/keywords.html#level-of-theory-options in a .toml file? And what are the possible values for these solvents? The documentation points us to the xtb docs; however, my understanding is that tblite has replaced xtb. Does it share the same values (i.e., THF==13)?

Trying to get CREST working with implicit solvents :)

Thanks!

@pprcht pprcht transferred this issue from crest-lab/crest-docs Aug 8, 2024
@pprcht
Copy link
Contributor

pprcht commented Aug 8, 2024

Hi,
it goes into the [[calculation.level]] block like here https://crest-lab.github.io/crest-docs/page/documentation/inputfiles_examples.html#geometry-optimization-custom

You are right, tblite has been replacing xtb for the newer implementations. Unfortunately I have to point out #312, meaning only gfn0 and gfnff work properly with alpb at the moment. It is something that probably has to be fixed from the tblite development side. You can still revert to the xtb version with --legacy flag and the old command line settings rather than the toml input.

@coltonbh
Copy link
Author

coltonbh commented Aug 8, 2024

So can I use the full suit of gfnx methods with the gbsa solvent? And where can I find the list/names of the solvents it supports? I.e., is 13 THF like in xtb? I think these were previously stored in the xtb.utils.Solvent Enum. Are these the same solvent keys we can use in CREST powered by tblite?

Thanks!

@pprcht
Copy link
Contributor

pprcht commented Aug 8, 2024

So can I use the full suit of gfnx methods with the gbsa solvent?

Technically yes, practically no (if using tblite). Results for GFN1 and GFN2-xTB will be wrong. The legacy version directly calls xtb, so there it doesn't matter.

The solvents are not enumerated, you have to refer to them by name. They are the same as in xtb

@coltonbh
Copy link
Author

coltonbh commented Aug 9, 2024

Great thanks! I'll watch #312 and look forward to a fix! Would like to use the solvents within the tblite framework for sure :)

Leaving this open until info on solvents is added to the documentation. I'm tied up for a bit but can try to make the contribution in a few weeks, otherwise if you can great! Feels like an important piece of info :)

Thanks for the quick responses!

Copy link

github-actions bot commented Feb 5, 2025

This issue had no activity for 6 months. It will be closed in 1 week unless there is some new activity.

@github-actions github-actions bot added the stale label Feb 5, 2025
@pprcht pprcht closed this as completed Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants