685 B
685 B
minimize
minimize ftol etol max_iter
Inputs
ftol
- force tolerance
etol
- energy tolerance
max_iter
- maximum number of iterations to calculate before exiting.
Examples
minimize 10d-10 10d-10 10000
Description
The minimize command is used to perform energy minimization on the CAC model. The minimization method is chosen by the min_style command. Minimization is considered to be complete under the following conditions:
\frac{(E_i - E_{i-1})}{E_i} < etol
, wherei
is the current iteration.- No atom has a force component greater than
ftol
- The number of iterations is greater than
max_iter