Skip to content
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

Feature to control max bondlength for specific atom names #78

Open
khavernathy opened this issue Jan 29, 2024 · 0 comments
Open

Feature to control max bondlength for specific atom names #78

khavernathy opened this issue Jan 29, 2024 · 0 comments

Comments

@khavernathy
Copy link
Owner

external request.

e.g. instead of a list of manual changes in hardcoded form here:

else if ((a1=="Zn" || a2=="Zn") && r <= 2.1) // Zn4O group

modify the bondlength command to accept atoms names in a modular fashion. Like the custom UFF sigma/epsilon options.

many thanks for providing the MCMD code to the scientific community.
I have a question refering to the generation of the force field topology
by your program
(in order to include MOF dynamics in my simulations, for instance).
I am facing problems with the automatic generation of the connectivity
matrix with the
includes parser. The issue is that increasing the bondlength value to
include metal-ligand bonds, for instance
will create extra bonds within the organic part of the linkers. This
most often occurs in MOFs that contain
5-membered ring systems, such as triazoles, pyrazoles, etc.
Is there a possible input to search for longer pair distances for single
atoms only, i.e.
something like "bondlength Zn * 2.4 to search for possible bonds around
a metal center only ?
Alternatively, can I include a correct bond matrix in the pdb file by
"CONNECT" ?
Looking forward to your comment !
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant