
Synopisis of QTMC src files

(1) .cpp files

Idfs.cpp		contains routines which return QdObjects from the IDFS
				system (promote, etc.)  

main.cpp		the 'main' function with both GUI and batch option (from 					args)

main_noQt.cpp		as above, but with only batch mode -- so QTMC can be made 					without the Qt dependence

qdutil_copies.cpp	copies of some useful functions from QSAS qdutils

tmc_data.cpp		member functions of tmc_data class -- organisation of 
			data, main calculation, join, etc.

tmcform.cpp		gui source file

tmc_routines.cpp	routine to take inputs, get data, join, calculate and 						output data to file. also contains --history function

write_data_files.cpp	writes data files in cef, qft formats

(2) .c files

idfs_retrieval.c	more IDFS routines used in getting data from the IDFS 						system

Qidfs_utils.c		useful things from QPEACE software to handle e.g. IDFS 						time

tmnewt.c		some underlying mathematical routines for solver

truncated_moments_corrector.c	underying code for solver -- lots here: maths, 							calibration, etc. most basic version of qtmc.
