GROMACS version: 2020.5 & 2021.1
GROMACS modification: No
Hello,
I am working on a box (20x20x20 Angstrom) containing several (in line with the experimental density) tetrahydrofurane (THF) molecules randomly arranged in the space (neutral molecules), and, after performing NVT MD on such a system (more details below), I would like to compute how the electrostatic potential changes along z-axis.
For this, I used
gmx potential -s NVT_md.tpr -f NVT_md.xtc -o potential.xvg -sl 10000
Now, since the molecules are randomly arranged, I would expect a rather fluctuating potential like the one in panel A below (that I obtained for a NVT MD on a box composed by pentacene molecules)
Quite on the contrary, I actually obtain a monotonically increasing potential curve for the THF system, like the one in panel B above
I have tried to understand possible causes for this strange behaviour in the case of THF but:
- Calculating the potential on a snapshot or averaging over up to 50000 steps of the trajectory leads to qualitatively similar results
- Calculating the potential on wrapped or unwrapped box (since PBC are not taken into account in “gmx potential” as per the manual) leads to qualitatively similar results
- Using different force field (OPLS or even Quantum-Mechanically derived force fields) leads to qualitatively similar results
- Performing NPT or NVT MD leads to qualitatively similar results
- Using larger or smaller boxes leads to qualitatively similar results
- Using different versions (I tried 2020.5 and 2021.2) of Gromacs leads to qualitatively similar results
- Finally, I have also tried to perform MD adding vacuum either (i) on the right of the z-axis of the box or (ii) both on the left and the right of the z-axis of the box (and imposing constraints to the molecules along z direction so that they do not move inside the “vacuum” region), but the results are even stranger:
The image in panel C refers to the case where the vacuum is only on the right of z-axis: you can see that the potential fluctuates and increases in the region with the molecules and then increases as a straight line in the vacuum region.
The image in panel D below refers instead to the case with vacuum both on the left and on the right of z-axis (the molecules are in the center). Once again you can see that the potential start increasing in the region (2.5 to 4.5 nm) where the molecules are located, but strangely this time there is no increase in the vacuum region.
I have also visually inspected the snapshot and it seems that there are no strange arrangements of the molecules (moreover, I got similar results also analyzing directly the structure obtained arranging THF molecules through PACKMOL, i.e. completely randomly arranged)
I have browsed the forum and also the web, but I have not found anything similar to this result. I also asked to other colleagues (working in bioinformatics, so proteins in water) and they have never obtained something like this. It seems to be related to THF, but I honestly do not understand why: I am quite new to Gromacs, and probably I am missing something, but I cannot think to any other analysis to spot the problem, so I am asking for help to this forum where many people has much more experience than me.
I attach the files I used for the NVT simulations using OPLS (a zip folder, but addingextension .txt so I can upload it) if needed.
thf.zip.txt (20.7 KB)
Many thanks for any help you can give me,
Alessandro