-
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
Can't get Conformational Search Alanine Example to Run #383
Comments
I guess running on Mac is the problem, it's likely the same kind of issue as in #382. Just tested the alanine example again and on Ubuntu and CentOS everything works fine with both conda and fresh compiled builds. xtb and tblite working on their own provides only limited insight, because the memory handling is different here (and apparently a problem for MacOS). Internally |
Thanks, @pprcht. I got a virtual machine spun up and got things to run -- I'll do that for now. Some other odd behavior I noticed:
|
Alright, thanks for letting me know. It really looks like I need to get my hands on a MacOS for debugging. I'll add a label to this issue and the other one |
@pprcht - If you use https://github.com/mxschmitt/action-tmate in your GitHub actions, you can remotely connect for debugging. It's very useful |
@ghutchis - oh, that might be a much better option than buying a Mac for debugging... Thanks for the tip! |
Describe the issue
I'm trying to follow this CREST guide on conformational sampling.
command:
crest ./alanine.xyz --gfn2 --gbsa h2o
but I run into an error very early on, even in the initial geometry optimization:
I suspect I'm running into challenges installing the software for Mac, and would appreciate any insights on how to troubleshoot.
To Reproduce
I installed via conda:
crest==3.0.2
tblite==0.4.0
xtb==6.7.1
Since my machine is a M3 Mac, I've also tried compiling CREST from source just in case, but ran into the same errors.
I've verified that the
xtb
andtblite
programs work independently on the CLI, and that geometry optimization works with thextb
program.Additional context
My
crest opt.log
is not very informative:I've also tried using an
input.toml
(suggested in this thread), :This ran, however the geometry optimization still failed. Again, this is confusing because if I call
xtb --opt --gfn2 alanine.xyz
I can converge the minimization.The text was updated successfully, but these errors were encountered: