PartitionedRFO#
- class optking.stepAlgorithms.PartitionedRFO(molsys, history, params)[source]#
Bases:
RFOPartitions the gradient augmented Hessian into eigenvectors to maximize along (direction of the TS) and minimize along all other directions. Rational Function or (2x2 Pade approximation)
Methods Summary
step(fq, H, *args, **kwargs)Basic form of the algorithm
Historically has not supported a trust region.
Methods Documentation