-
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
Initial geometry optimization failed #313
Comments
Hi, |
Hi, Thank you for your reply. I tried using Thanks again. |
Initially I optimised the structure with xtb using --gfn2 : Use of GFN2-xTB requested.
Calculation info
Initial Geometry OptimizationInitial geometry optimization failed! Error termination. Backtrace: |
Hello,
I am trying to generate conformations for a cyclic peptide using crest v3.0.1, precompiled binary, commit (1782d7d), xtb version 6.6.1. I get an error when using this command
crest xtbtopo.mol --gfn2 -g h2o -T 14
, but the program runs fine when using commandcrest xtbtopo.mol --gfn2 -g chcl3 -T 14
. I don't know why.And I tried to use the crest version 2.12(Compatible with xTB version 6.4.0) and it worked fine.
The last two lines of stdout of command
crest xtbtopo.mol --gfn2 -g h2o -T 14
istest.pdb is the original cyclic peptide structure.
xtbopt.pdb and xtbtopo.mol are the cyclic peptide structures after geometry optimization using xtb 6.6.1. The geometry optimization commond is
xtb test.pdb --opt
.xtbtopo.mol
was used as input file of crest v3.0.1.A xyz format of
xtbtopo.mol
was also used as input file, but I still got the same error as above.PS: Please change the file suffix
txt
to the correct format,test.txt
totest.pdb
,xtbopt.txt
toxtbopt.pdb
,xtbtopo.txt
toxtbtopo.mol
.The text was updated successfully, but these errors were encountered: