Minimum Mode Following (MMF) Step
An alternative to P-RFO for saddle-point and TS searches that uses in the denominator instead of RFO roots. This makes the step well-conditioned even when the Hessian eigenvalues have not yet converged to the correct sign pattern during the early steps of a TS search.
Formula
Given the eigendecomposition (eigenvalues sorted ascending), the MMF step is:
The Lagrange multiplier is determined by bisection to satisfy . When the unconstrained step already satisfies the trust radius, is used directly.
Comparison with P-RFO
| Property | P-RFO | MMF |
|---|---|---|
| Denominator | RFO eigenvalues | |
| Well-defined when H all-positive? | No (RFO root may fail) | Yes |
| Formal convergence property | Quasi-Newton RFO | Trust-radius Newton |
| Recommended for | Well-converged TS saddle | Early TS steps, indefinite H |
Usage
Enable with Step mmf in the OPT section:
OPT
TransitionState true
Step mmf
...
END
When the Hessian eigenvalue signs are not yet correct (e.g., very early steps on a
flat surface), step=mmf is more robust than P-RFO because MMF uses
in the denominator.