1. Don't use the Verlet cutoff scheme. Implicit solvent and the Verlet cutoff scheme are not compatible with one another. Newer versions of Gromacs shouldn't let you do this, but older versions (pre gromacs 5.0 I think) will run silently.
2. The general practice is to use longer cutoff lengths for non-bonded potentials in implicit solvent than would normally be used for explicit solvent. https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3222955/ talks a little about this.
3. Be careful with the accuracy of the results. There have been some studies in which some combinations of implicit solvent model and force field have performed well (for example):
Diego Prada-Gracia Small correction: An implicit solvent is available for Gromacs 2018 (http://manual.gromacs.org/documentation/2018/user-guide/mdp-options.html#mdp-value-implicit-solvent=GBSA). It removed from later versions.
Lakshmikumar Kunche Sir in gromacs2018, domain decomposition need grid type neighbour search method. And again nslist=0 is not supported for grid neighbour search. So I increased the value to 5 and run but nothing happened. It was not running but terminal was busy due to it.
Later when rvdw and other radii are increased to 1.4. I was getting following error: segmentation fault (core dumped).
Hi Amit, implicit solvent simulations in gromacs does not support grid neighbour search as there is no periodic boundary condition. Use neighbour grid search "simple" which will run the simulation.