next up previous contents index
Next: FOURIER Up: DSCREEN Previous: DSCREEN

Command Statements

SCREEN <Number>

This command causes the program to produce a list of the atoms with the largest derivatives for each class of parameters. An example showing the use of the SCREEN command is shown below.

$tntbin/rfactor << $eof
INCLUDE $tntdata/formfactor.dat
INCLUDE your.tnt

INCLUDE init.cor
OPTION SET REFINEMENT
GRADIENT rfactor.dat
$eof
if ($status >< 0) then exit 1
#
$tntbin/dscreen << $eof
INCLUDE init.cor
INCLUDE rfactor.dat
SCREEN 45
$eof
if ($status >< 0) then exit 1
#
rm rfactor.dat



Dale Edwin Tronrud
Thu Jul 6 23:24:57 PDT 2000