From 737c32e2c580fe40bbd0c1477c72727e32da80ec Mon Sep 17 00:00:00 2001 From: Robert Harrison Date: Wed, 21 Jul 1999 01:02:00 +0000 Subject: [PATCH] xyz output option --- doc/user/driver.tex | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/doc/user/driver.tex b/doc/user/driver.tex index d1d7722cd3..e516273fa8 100644 --- a/doc/user/driver.tex +++ b/doc/user/driver.tex @@ -42,6 +42,12 @@ directive, ASCALE TSCALE HSCALE + + PRINT ... + + XYZ [] + NOXYZ + END \end{verbatim} @@ -209,6 +215,28 @@ to the reaction direction). If \verb+NOFIRSTNEG+ is specified, the code will not take the first negative direction and will continue doing mode-following until that mode goes negative. +\section{Optimization history as XYZ files} + +\begin{verbatim} + XYZ [] + NOXYZ +\end{verbatim} + +The \verb+XYZ+ directive causes the geometry at each step (but not +intermediate points of a line search) to be output into separate files +in the permanent directory in XYZ format. The optional string will +prefix the filename. The \verb+NOXYZ+ directive turns this off. + +For example, the input +\begin{verbatim} + driver; xyz test; end +\end{verbatim} +will cause files test-000.xyz, test-001.xyz, \ldots\ to be created +in the permanent directory. + +The script \verb+rasmolmovie+ in the NWChem \verb+contrib+ directory +can be used to turn these into an animated GIF movie. + \section{Print options} The UNIX command \verb+"egrep '^@' < output"+ will extract a pretty