sies2arc    

A simple program to extract the coordinates
from a SIESTA output file and convert them into an
arc file Movie for Cerius2/InsightII.

written by Julian Gale, Imperial College, March 1999
---------------------------------------------------------

To generate an executable :

f77 -o sies2arc *.f

To run :

sies2arc < name.out > name.arc

Files included :

sies2arc.f	main program
linepro.f       parses input lines
wtof.f          converts word to a floating point number
cell.f          converts cell parameters to cell vectors
uncell.f        converts cell vectors to cell parameters
constants       contains fundamental constants
