hi<br>&gt;  I m using gromacs4.5.3 . hardware 1GB ram 320 hard disk .<br>when i skiped scaling by factor 0.95 then , after EM step I m getting same potential energy nan result.<br><br><br><br><br><br><br><br><br>&gt; i m doing simulation membrane protein<br>
&gt; while scaling  down the lipids by a factor of 0.95 then performing EM<br>&gt;<br>&gt; Steepest Descents converged to Fmax &lt; 10 in 18 steps<br>&gt; Potential Energy  = -nan<br>&gt; Maximum force     =  4.7791553e+02 on atom 5440<br>
&gt; Norm of force     =  -nan<br>&gt;<br>&gt;<br>&gt;<br>&gt; ; minim.mdp - used as input into grompp to generate em.tpr<br>&gt; ; Parameters describing what to do, when to stop and what to save<br>&gt; integrator    = steep        ; Algorithm (steep = steepest descent<br>
&gt; minimization)<br>&gt; emtol        = 10.0      ; Stop minimization when the maximum force &lt;<br>&gt; 1000.0 kJ/mol/nm<br>&gt; emstep          = 0.1          ; Energy step size<br>&gt; nsteps        = 25000          ; Maximum number of (minimization) steps<br>
&gt; to perform<br>&gt;<br>&gt; ; Parameters describing how to find the neighbors of each atom and how<br>&gt; to calculate the interactions<br>&gt; nstlist        = 10        ; Frequency to update the neighbor list and<br>
&gt; long range forces<br>&gt; ns_type        = grid        ; Method to determine neighbor list<br>&gt; (simple, grid)<br>&gt; rlist        = 1.2        ; Cut-off for making neighbor list (short<br>&gt; range forces)<br>&gt; coulombtype    = Shift        ; Treatment of long range electrostatic<br>
&gt; interactions<br>&gt; rcoulomb    = 1.2        ; Short-range electrostatic cut-off<br>&gt; rvdw        = 1.2        ; Short-range Van der Waals cut-off<br>&gt; pbc        = xyz         ; Periodic Boundary Conditions (yes/no)<br>
&gt; define = -DSTRONG_POSRES<br>&gt;<br>&gt;<br>&gt; earlier when i was using<br>&gt;<br>&gt; ; minim.mdp - used as input into grompp to generate em.tpr<br>&gt; ; Parameters describing what to do, when to stop and what to save<br>
&gt; integrator    = steep        ; Algorithm (steep = steepest descent<br>&gt; minimization)<br>&gt; emtol        = 1000.0      ; Stop minimization when the maximum force &lt;<br>&gt; 1000.0 kJ/mol/nm<br>&gt; emstep          = 0.01          ; Energy step size<br>
&gt; nsteps        = 50000          ; Maximum number of (minimization) steps<br>&gt; to perform<br>&gt;<br>&gt; ; Parameters describing how to find the neighbors of each atom and how<br>&gt; to calculate the interactions<br>
&gt; nstlist        = 1        ; Frequency to update the neighbor list and<br>&gt; long range forces<br>&gt; ns_type        = grid        ; Method to determine neighbor list<br>&gt; (simple, grid)<br>&gt; rlist        = 1.2        ; Cut-off for making neighbor list (short<br>
&gt; range forces)<br>&gt; coulombtype    = PME        ; Treatment of long range electrostatic<br>&gt; interactions<br>&gt; rcoulomb    = 1.2        ; Short-range electrostatic cut-off<br>&gt; rvdw        = 1.2        ; Short-range Van der Waals cut-off<br>
&gt; pbc        = xyz         ; Periodic Boundary Conditions (yes/no)<br>&gt; define = -DFLEXIBLE<br>&gt;<br>&gt;<br>&gt; then problem was same<br>&gt;<br><br>Which version of Gromacs?  On what hardware?  I discovered a platform-specific<br>
bug that looked a lot like this, but I hesitate to suggest that until I know more.<br><br>In all likelihood, you simply have unresolvable atomic overlap (i.e., you&#39;re<br>packing too much) such that energy minimization cannot complete, since nan =<br>
&quot;not a number,&quot; or something is infinitely large or small.<br><br>