I am facing a Fatal Error.
Program: gmx grompp, version 2022.4
Source file: src/gromacs/gmxpreprocess/grompp.cpp (line 2192)
Fatal error:
Cannot find position restraint file restraint.gro (option -r).
From GROMACS-2018, you need to specify the position restraint coordinate files
explicitly to avoid mistakes, although you can still use the same file as you
specify for the -c option.
The simplest way to solve this error is to do what gmx grompp suggests, that is to use em.gro as reference configuration: gmx grompp -f nvt.mdp -c em.gro -r em.gro -p topol.top -n index.ndx -o nvt.tpr
Otherwise, in case you don’t want to use em.gro as reference, you need to build a reference configuration for the restrained positions to provide to gmx grompp.
This command is not working fatal error came
Fatal error:
Invalid T coupling input: 3 groups, 2 ref-t values and 2 tau-t values
by this command gmx grompp -f nvt.mdp -c em.gro -r em. gro -p topol.top -n index.ndx -o nvt.tpr
I done all steps related to equilibrium but this error i can not handle it can you plz help me