I have seen this error many times and know exactly what it is.
There is no input for it, and an input would probably not help anyways.
The NEWTON-X script kills off the run if it finds this message. That is correct.
The run should not be allowed to proceed.
(GAMESS should not go on to the NACME, so I will have to talk with someone about killing off that run.)
The error refers to a failure to solve the nonlinear equations of the MCSCF run.
The linear equation contains the electronic MCSCF orbital Hessian matrix and orbital gradient vector.
It uses a Davidson converger/solver (i.e. NTNDVD is the routine name).
This converger is the best choice for GAMESS for:
--parallel runs
--runs that require a SA-MCSCF Lagrangian (which is required for the NACME calculation).
In this case, we do not have a better MCSCF converger in GAMESS.
If
one encounters this error during the dynamics after some time steps,
then the active orbitals might be drastically changing. One could
change the active space size to be larger (if that is computationally
affordable).
I
would recommend looking at the active orbitals for the given geometry
where the problem/error occurs. If the active orbitals are different
from the initial active orbitals, then one can probably not do much else
here. If the active orbitals are similar to the initial active
orbitals, then I would be surprised.
In
the case where the active orbitals are similar to the initial active
orbitals, one could try to increase the number of iterations allowed
inside of the GAMESS code itself. However, I believe that changing this
will not help much.
Open the mcscf.src file.
Search on "CALL NTNDVD".
Above each occurrence/entry in the last search, there should be a "MXIT = 200".
One could change this to be more iterations.