Contributed on Nov 24, 2005 by "Lambert van Eijck" eijck at iri.tudelft.nl
Generate Povray input files of all the normalmodes in a Dmol3 output file (outmol2pov.awk) or a PCgamess output file (log2pov.awk). Using Povray ( http://povray.org ) the input files are used to make pretty pictures of your molecule with "persistance of vision". You will also need to grab the file: atomicmass.dat and place it in the current directory. REQUIRED: awk (www.gnu.org) and povray (povray.org) USE: awk -f log2pov.awk yourpcgamessoutputfile.log or: awk -f outmol2pov.awk yourdmol3outputfile.outmol (place atomicmass.dat in the current directory)