14 Programming Your Own Input Filter

VIEWMOL can be easily adapted to read outputs of other programs or other file formats. All you have to do is to write a new input filter which extracts the data from the corresponding file. These input filters are stand-alone programs and can be written in every programming language you want. Examples in C and awk are included.

The input filter has to read the following data from the output file and write them to its standard output in the format described below. This format follows the file format of TURBOMOLE very closely. A few sections had to be extended to allow data which is currently not supported by TURBOMOLE (e. g. unit cells).