You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Related to #411, we are unable to read another amber14sb related gromacs topology. This was generated in the same way as the topology in the other thread and will need additional amber14sb related files (included in the archive) in order to load. (Copy these into your GROMACS data directory.) In this case, the error message is a little less helpful:
KeyError: 'SireMol::missing_atom: There is no atom with the number "4650" in the layout "{c83805bd-64cb-4331-89af-4f208cb33f6d}". (call sire.error.get_last_error_details() for more info)'
Parsing the lines, we find that this atom number is present:
I note that the topology (topol.top) file contains twodihedrals sections for the first molecule type. I'm not sure what would happen here, are they combined, or does one overwrite the other?
The text was updated successfully, but these errors were encountered:
I note that the topology (topol.top) file contains two dihedrals sections for the first molecule type. I'm not sure what would happen here, are they combined, or does one overwrite the other?
They are combined, usually one for proper dihedral and another for improper.
Related to #411, we are unable to read another amber14sb related gromacs topology. This was generated in the same way as the topology in the other thread and will need additional amber14sb related files (included in the archive) in order to load. (Copy these into your GROMACS data directory.) In this case, the error message is a little less helpful:
This fails with:
Parsing the lines, we find that this atom number is present:
Which gives:
These are:
I note that the topology (
topol.top
) file contains twodihedrals
sections for the first molecule type. I'm not sure what would happen here, are they combined, or does one overwrite the other?The text was updated successfully, but these errors were encountered: