next up previous contents index
Next: MDSIM Up: &SIMULATION Previous: FREQUENCIES   Contents   Index

MINIMIZE

NAME
MINIMIZE - Run steepest descent-like or conjugate gradient minimization at constant volume or at a given pressure
SYNOPSIS
 
  MINIMIZE
     ...
  END
DESCRIPTION
Run energy minimization using a method of choice (steepest descent of conjugate gradient). After minimization is done, the dynamical matrix is computed and diagonalized and the normal frequencies are listed along with eigenvectors. The following subcommands may be specified within MINIMIZE:
CG, SD, WRITE_GRADIENT
$\bullet$
GC    eps_energy   
Use conjugate gradient with energy tolerance eps_energy.
$\bullet$
SD    eps_energy   
Use steepest descent with energy tolerance eps_energy.
$\bullet$
WRITE_GRADIENT
Write final gradient at each atom.
EXAMPLES
 
MINIMIZE 
  CG 0.00001 
  WRITE_GRADIENT 
END


\begin{picture}(10,10)(20,1)
\put(0,0){\line(1,0){470}}
\end{picture}