I am working on a helium water system. I made the topology file using python codes. Using that I generated tpr file but now when i use that tpr file for the energy minimization it show me error:
There are inconsistent shifts over periodic boundaries in a molecule type
consisting of 4 atoms. The longest distance involved in such interactions is
10.075 nm which is above half the box length. This molecule type consists of
muliple parts, e.g. monomers, that are connected by interactions that are not
chemical bonds, e.g. restraints. Such systems can not be treated. The only
solution is increasing the box size.
please if any one can help me comment
Thank you in advance
We cannot say anything without more information. What kind of bonded interactions are there in your topology?
in my system there is water consisting of 4 atoms - HW1,HW2,OW and MW4: Virtual site or dummy mass used for constraints.
and some He atoms that are nonbonded
Then my guess is that you set up your initial coordinates incorrectly, e.g. with some water molecules being split of the periodic boundary before stacking a system.
Yeah I guess, as I have made my topology file using codes. So I’ll check it again.
Thank you for the help.
I examined my toplogy files. I made my itp files for water and run the mdrun for water till nvt and it gave me result. I made the itp file for helium using parmed module and run mdrun till minimization alone for helium it gave me result. However, even though I received a tpr file for minimization when I merged their itp files for combined topology files and used them for mdrun, that tpr file gave me an error:
There are inconsistent shifts over periodic boundaries in a molecule type
consisting of 4 atoms. The longest distance involved in such interactions is
10.075 nm which is above half the box length. This molecule type consists of
muliple parts, e.g. monomers, that are connected by interactions that are not
chemical bonds, e.g. restraints. Such systems can not be treated. The only
solution is increasing the box size.
topol.top (169 Bytes)
forcefield_itp_file_and_Helium_itp_file.txt (2.0 KB)