Hi,<br><br>Could you please post an input file. I was recently working on the BFGS optimizer trying to improve convergence. Unfortunately there seem to be some stability issues for some systems. <br>If you experience problems there are several things to try.<br>Try the latest version in trunk. I recently commited some adjustments which hopefully do the job. If this is the case, please let me know else try one of the following bits:<br>TRUST_RADIUS 0.1 or smaller (this will prevent from too big steps, which can be problematic in the very first steps)<br>USE_RAT_FUN_OPT TRUE (should help stabilizing the optimization)<br>USE_MODEL_HESSIAN FALSE (will switch back to the unit matrix guess)<br><br>All three together will restore the previous BFGS. <br>Anyway, please post your structure so that I can add it to my test set.<br><br>Cheers<br>Flo<br><br>