GRADTOL n
where n is an integer which results in the convergence threshold being set to 10-n. The default is adequate for normal purposes - you may wish to change it if you are doing a calculation on a system with a very flat region in the potential energy surface, or if you wish to determine the position of a stationary point to very high precision.
NUMGRAD n
This causes the geometry optimisation to procede for n steps only. There is no default value of n , i.e. by default there is no restriction.
The maximum energy change can be set by the keyword ,
EMAX r
where r is a real number. The default value is 0.05.
The maximum geometry change is controlled by a parameter which can be set by the keyword,
MAXSTEP r
where r is a real number. The default value is 0.2.
It is unlikely that either of these last two parameters will need altering. Generally one would only alter the maximum step size if you found the optimiser was presistantly overshooting the stationary point - a sign of this would be the energy rising when searching for a minimum. Usually the optimiser would correct itself anyway if the initial step sizes were too large as EMAX and MAXSTEP are adjusted dynamically by the program according to a 'trust radius' scheme.
CARTESIAN
Normally, if one specifies the geometry in internal coordinates, then the optimisation is also carried out in internal coordinates. This keyword causes the internal coordinate definitions to be ignored, and cartesian coordinates to be used for the optimisation. This would primarily be of use if the molecular geometry were easy to set up in internal coordinates, but you suspected that the choice of internal coordinates would not be the most efficient for the optimisation. This is not a common circumstance, but some for some ring systems the geometry optimisation can be more efficient in cartesians.