RestrictedStepRFO#
- class optking.stepAlgorithms.RestrictedStepRFO(molsys, history, params)[source]#
Bases:
RFORational Function approximation (or 2x2 Pade approximation) for step. Uses Scaling Parameter to adjust step size analagous to the NR hessian shift parameter.
Methods Summary
step(fq, H, *args, **kawrgs)The step is an eigenvector of the gradient augmented Hessian.
Methods Documentation