I have created a CG-vesicle using CHARMM-GUI and I have downloaded the gromacs file and the README with the minimization, equilibration and production steps. The minimization worked ok:
Hi,
please state which GROMACS version are you using, what ( gmx grompp or gmx mdrun) gives error and what is the message in the standard output.
Kind regards
Alessandra
Thank you for your reply.
I am using the Gromacs 2020.1 version
When we execute this:
gmx grompp -f step6.2_equilibration.mdp -o step6.2_equilibration.tpr -c step6.1_minimization.gro -p system.top -r lipidtail_posres.pdb -n index.ndx
The error message is this one:
Fatal error:
Can not invert matrix, determinant is zero
Hi,
It can be a problem in the definition of your box. Can you check that your gro file contains all the correct information (see here for file format http://manual.gromacs.org/current/reference-manual/file-formats.html?highlight=coordinate%20file#gro).
Also check your lipidtail_posres.pdb. Note you can use step6.1_minimization.gro (in place of lipidtail_posres.pdb) for the option -r .
Last, I would like to try to reproduce the error. Can you provide me a link to your input? Thank you