GMX_MMPBSA decomposition error #558
Unanswered
Mary-shrmi
asked this question in
Q&A
Replies: 1 comment 4 replies
-
This error is related to a mismatch between the index file and the topology. It is normally related to errors in some groups' definitions or using an index file from other complexes. Check if you can save the groups you selected using |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am performing a MMPBSA calculation on a biological simulation system, which is a steered molecular dynamics simulation of molecule transport through a nanotube. When I perform pb and decomposition via gmx_mmpbsa, I get this error: "The atom 59465 in the complex index is not found in the topology file. Please check that the files are consistent."
While the files are all the original ones that I used for MD and SMD simulations, I cannot get the problem... all topology files are present in the directory as well.
I performed pb calculation alone, and I did not face this error...
BTW, the input file is like this:
Decomposition namelist variables
&decomposition
idecomp = 4 # Which type of decomposition analysis to do
dec_verbose = 3 # Control energy terms are printed to the output
print_res = "within 6" # Which residues to print decomposition data for
csv_format = 1 # Write decomposition data in CSV format
Beta Was this translation helpful? Give feedback.
All reactions