next up previous contents index
Next: SOLVENT Up: Program Operation Previous: Symmetry Expansion

Applying Arbitrary Transformations

This last example shows how to apply an arbitrary transformation to an entire coordinate set. The coordinates are read in and the transformation is specified on a TRANSFORMATION statement. The transformation is then applied with the APPLY command and the result is PUNCHed out.

$tntbin/overlay << $eof
INCLUDE phase5r.cor
TRANSFORMATION XXXX SYSTEM TNT -
     MATRIX -0.5 -0.866 0 0.866 -0.5 0 0 1 -
     TRANSLATION 96.9082 -55.95 0
APPLY
PUNCH output.cor ATOMC
$eof
if ($status >< 0) then exit 1



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