-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Set atom/bond type judge option #26
Comments
Take, for example, the anion TFSI. This is a symmetric molecule with two SO2 groups around the central N atom, but the default typing that ACPYPE determines sets the two S atoms differently (s6-ne-sy) than I would expect (sy-n2-sy). Input file:
Resulting .itp atom types from running
Resulting types after running with adding Line 2132 in ad9727c
|
There are several options in Antechamber to guess atom and bond types (using the
-j
flag). Some of these only work with certain charge methods, such asbcc
will change prediction types <4 to 4 (but 5 will still work).I have seen Antechamber "fail" with some charged species because of some of the atom/bond assignments. Since mol2 files contain bond types, these don't necessarily need to be guessed, so the option
-j 5
has worked for me in these cases. This will still do partial bond type assignment, but should honor the mol2 bond types for the most part.Reference for
-j
:The text was updated successfully, but these errors were encountered: