Automated workflows

To obtain all mechanistic and kinetic information for your system, you can simply run a single script per each type of calculation: low-level and high-level.

First, load the module:

module load amk/2021

Then, the llcalcs.sh script can be employed to run the low-level workflow:

nohup llcalcs.sh molecule.dat ntasks niter runningtasks >llcalcs.log 2>&1 &

where:
molecule is the name of your molecule
ntasks is the number of tasks per iteration
niter is the number of iterations
runningtasks is the number of simultaneous parallel tasks

Finally, all high-level calculations can be accomplished using hlcalcs.sh:

nohup hlcalcs.sh molecule.dat runningtasks >hlcalcs.log 2>&1 &

Details about the workflows involved in llcals.sh and hlcalcs.sh can be looked up in this section.

If something goes wrong, you might want to have a look at this section describing how to stop the calculations.