ThreePointEnergy#
- class optking.linesearch.ThreePointEnergy(molsys, history, params)[source]#
Bases:
LineSearchMethods Summary
expected_energy(**kwargs)Linesearch Algorithms should be able to compute the expected energy based only on the Points.
fit()Three point parabolic fit.
requires()reset()step([fq, energy])Determine the new step to take in the linesearch procedure.
Methods Documentation
- expected_energy(**kwargs)[source]#
Linesearch Algorithms should be able to compute the expected energy based only on the Points.