GROMACS version: 2020
GROMACS modification: No
Here post your question
Hi,
I am getting this fatal error whenever I try to generate my tpr file to run energy minimization.
From my understanding, it’s telling me it can’t read/find the forcefield directory? So I tried moving it to a different folder but I still can’t get past it.
I suspect there is more to the error message. A file location is not a fatal error. Please provide the whole error. It could be there is a problem reading the file because you’re using spaces in your directory name, but that shouldn’t be an issue, I don’t think.
If you have the file martini_v2.2.itp in folder toppar, there won’t be any error. Your current command will work if toppar is a folder that’s available in your pwd. / means steps into the following while …/ means take a step backward from this pwd.
If you copy the file (martini_v2.2.itp) to your pwd, you can replace the path with just #include “martini_v2.2.itp” or go to where you have the file, type pwd and modify it as follows: #include “put-path-here/martini_v2.2.itp”
Hello sir ,
I am new for molecular dynamics simulation. so, i have some doubt about running simulation using gromacs. whats is the optimum timestep for NVT and NPT running. if, 100ps running is enough for equilibration (100ps given in the gromacs tutorial).
“Time step” is the value of dt (the integration time step in the simulation), so that refers to something very specific. Be careful with terminology!
As far as the time required to equilibrate, there is no real answer to this. You need to equilibrate for sufficient time that all the relevant thermodynamic properties have stabilized. For reasonably small, simple systems, this may be very quick, but for large, heterogeneous systems, it can take somewhat longer.