-
Notifications
You must be signed in to change notification settings - Fork 45
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
Comments
Hi, 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 |
So can I use the full suit of Thanks! |
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 |
Great thanks! I'll watch #312 and look forward to a fix! Would like to use the solvents within the 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! |
This issue had no activity for 6 months. It will be closed in 1 week unless there is some new activity. |
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
oralpb
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 thattblite
has replacedxtb
. Does it share the same values (i.e., THF==13)?Trying to get CREST working with implicit solvents :)
Thanks!
The text was updated successfully, but these errors were encountered: