-
Notifications
You must be signed in to change notification settings - Fork 99
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
Center atom for improper dihedral coefficients in oplsaa.it #79
Comments
Hi Huang For OPLSAA in moltemplate, the 3rd atom is the center atom. DetailsYour example:
...In this case, the central atom corresponds to any atom that belongs to the "i003" group. (These groups are defined in the "replace" commands in the "oplsaa.lt" file. Multiple atoms belong to this group, as shown here.) To create the "oplsaa.lt" file used by moltemplate, I converted the "oplsaa.prm" file which comes with TINKER into moltemplate (.lt) format. I think that TINKER also uses the 3rd atom. (But I could be wrong. Please let me know if this is not the case.) Years ago, several moltemplate users and I spent days trying to confirm that this is the correct order. But this was impossible to confirm because some molecule builders (like BOSS and Materials Studio) do not document how the atom order is determined or where the central atom is. For this reason, we could not always reproduce the atom order created by these programs. If this sounds like a serious problem. However perhaps it is not a problem: Fortunately, all of the improper interactions in OPLSAA are even functions((U(φ)=U(-φ)), and U(φ) has a minima at φ=0, which only occurs when the 4 atoms are coplanar (in the same plane). Changing the order of the 4 atoms might have the effect of strengthening or weakening this harmonic force that keeps them in the same plane (but probably not by more than a factor of 2). This will have hardly any effect on the flexibility of the molecule, as long as all 4 atoms remain in the same plane (or nearly in the same plane). It turns out that the flexibility of many molecules is mostly determined by the strength of the dihedral interactions (and also the 3-body "angle" interactions). So even if the improper interactions have the wrong atom order, as long as all 4 atoms remain nearly coplanar, then the mechanical behavior of the molecule should not be strongly affected. That said, I could be wrong. If anyone thinks we made a mistake in our implementation of OPLSAA, then please let me know. If you are curious how moltemplate works, see the "Impropers by Type" section of the "oplsaa.lt" file.
Notice the "(opls_imp.py)". This tells moltemplate that the "opls_imp.py" file defines the central atom and the bond topology and symmetry for these kinds of interactions. Here is the relevant excerpt of the contents of the that file:
Atom "2" is the central atom. (However atom "2" refers to the 3rd atom because the numbers begin at 0, not 1.) Hope this helps. |
Dear developer,
I am using the OPLS-AA parameters from the file oplsaa.lt. May I ask for the improper dihedral X_X_003_004, which one should be the center atom?
Best regards,
Huang Ziru
The text was updated successfully, but these errors were encountered: