Name

FIRE — Interface to the ase FIRE Optimizer.

Synopsis

Namespace: NanoLanguage
FIRE(maximum_timestep)

Description

Constructor for the FIRE optimizer method.

FIRE Arguments

maximum_timestep

The maximum timestep. (unitless)

Type: float

Default: 1.0

Usage Examples

Optimize the geometry of a water molecule and read the result into a fire object

Notes