Replies: 1 comment
-
I'm not sure of your first command, do you mean you put If so, I believe you just need to do |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a molecule that is in an SDF format and I want to optimize it using constraints. I have added the following lines in the SDF fine and then I simply run
xtb molecule.sdf --opt
,But the program ignores it. I also tried to put these lines in an input file (input.inp) and then run
xtb molecule.sdf --input input.inp
, yet I got the same issue.What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions