I try to do IRC calculations in Gaussian09. The calculations end with error termination and in the end of .log file, there is a message:
WARNING: Bulirsch-Stoer Method is not Converging
CORRECTOR INTEGRATION CONVERGENCE:
Recorrection delta-x convergence threshold: 0.010000
Delta-x Convergence NOT Met
Maximum number of corrector steps exceded.
In input file I have written:
irc=(forward,maxpoints=100,rcfc,stepsize=10) b3lyp/6-31+g(d,p) scrf=(solvent=dichloromethane)
I have already tried to change rcfc for calcfc and calcall and use scf=qc or scf=(conver=4) but the result is always the same. Does anyone know what should I do or how should I change my input file to get normal termination of the calculation?