Features#

ASEOptFeature(get_optimizer[, n_run, fmax, …])

The matlantis-feature that wraps around an ASE Optimizer object.

BFGSASEOptFeature([n_run, fmax, …])

The matlantis-feature that uses the ASE implementation of the BFGS algorithm.

BFGSLineSearchASEOptFeature([n_run, fmax, …])

The matlantis-feature that uses the ASE implementation of the BFGS line search algorithm.

FireASEOptFeature([n_run, fmax, …])

The matlantis-feature that uses the Fast Inertial Relaxation Engine (FIRE), as implemented within ASE.

FireLBFGSASEOptFeature([n_run, fmax, …])

The matlantis-feature that combines FIRE and LBFGS optimization algorithms.

LBFGSASEOptFeature([n_run, fmax, …])

The matlantis-feature that uses the ASE implementation of the LBFGS algorithm.

LBFGSLineSearchASEOptFeature([n_run, fmax, …])

The matlantis-feature that uses the ASE implementation of the BFGS line search algorithm.

MDMinASEOptFeature([n_run, fmax, …])

The matlantis-feature that uses the ASE implementation of the MDMin algorithm.

Modules#

matlantis_features.features.common.opt