SSAGESproject / SSAGES

Software Suite for Advanced General Ensemble Simulations
GNU General Public License v3.0
81 stars 28 forks source link

Error in example of FTS method #35

Closed Samlesh closed 2 years ago

Samlesh commented 3 years ago

Dear Team, I was executing the examples section in the FTS folder of examples on Gromacs 5.1.3. I could get the desired results of examples having ADP in vacuum for both a single processor and two processors per walker. However, when I tried to run the ADP water environment with the provided adp_H2O.tpr file, Gromacs gave an error of could not settle bad contacts with water. So I did an energy minimization step externally on the provided gro file initially and followed the same procedure in README.md to execute. However, the same bad contact error popped up after running 8 ps. What I think is when the new image position is generated, I am doubtful if the software is having an energy minimization inbuilt to remove bad contacts. Can you please help me out to run this example of ADP in water in Gromacs?

Screenshot 2021-06-26 at 7 43 56 PM
pabloferz commented 2 years ago

Hi @Samlesh, how are you running the energy minimization step? Have you tried running it longer?

Samlesh commented 2 years ago

Hi @pabloferz, like previous examples of FTS, in this ADP+water example, initially I tried to directly run the tpr file using SSAGES( without any change from my side) as per the procedure in the Readme file and I got the above bad water contact error. Then I took the gro file from this ADP+WATER folder and energy minimized it externally and generated a new tpr file using the energy minimized gro file and mdp file given in this folder. And again when I submitted the job same error came after running for 8 ps. As far as results of energy minimization is concerned it was carried out for 10 ps. But since after energy minimisation , the SSAGES software ran till 8 ps , i guess there might be some inbuilt issue which is causing this problem whenever we have more than one component?(like ADP and water)

Samlesh commented 2 years ago

HI @pabloferz , can you please confirm if this is a global issue with the software or is the issue on my end?

Samlesh commented 2 years ago

Hi, Actually, I reduced the time step to 10 times and the error is sorted. So I will be optimizing the time step of integration. Hence I am closing this issue. Thanks Samlesh