Skip to content

implement atom renumbering in topology file

Aleš Křenek requested to merge 3086/ASMSA:topindex into master

.top file generated by Gromax pdb2gmx protonates aminoacids and renumbers heavy atoms according to its own conventions. Therefore the .top file becomes inconsistent with the input pdb and trajectories as well.

This patch includes reading index file generated by pdb2gmx to fix this; we can read in the topology and matches the pdb & trajectory again.

Merge request reports