Experiment List
Many input templates use a convention to describe lists of experiments to be performed. It basicly is a list of parameter sets encoded in xml like this:
<?xml version="1.0" encoding="UTF-8"?> <experiment> <set gmaxvr="7" rgkmax="11" /> <set gmaxvr="7" rgkmax="11.5" /> . . . </experiment>
As the individual calculations will be performed each in their own directory a path is generated from the parameter list. The setaddpath.xsl will add a path attribute to the sets which can be used by succeeding scripts.