|
From my understanding the purpose Guess Bond is to fix the topology or trajectory (not really sure) with lost information on bond connection. Can adding a modeller module to fix the topology file before passing it to MDanalysis omit the need for guess bond? |
Answered by
cbouy
Nov 29, 2023
Replies: 1 comment 3 replies
|
ProLIF needs an input with a "proper" molecule (with all bonds defined, elements instead of atom types...etc.). |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes I think PSF always have bonds specified, although you might need to add in
elementssince PSF doesn't have them:and then you should be good to go (and guessing elements is much safer and faster than guessing bonds so it's preferable to always use a topology file format that has bonds defined)