This is an old revision of the document!
PYTHIA https://https://pythia.org/ is a program for the generation of high-energy physics collision events, i.e. for the description of collisions at high energies between electrons, protons, photons and heavy nuclei. It contains theory and models for a number of physics aspects, including hard and soft interactions, parton distributions, initial- and final-state parton showers, multiparton interactions, fragmentation and decay. It is largely based on original research, but also borrows many formulae and other knowledge from the literature. As such it is categorized as a general-purpose Monte Carlo event generator.
On LENGAU, Pythia8 has been built from source and a module file has been created for the application. Users can simply load the Pythia8 module into their shell environment:
module avail 2>&1 | grep -i pythia module load chpc/phys/pythia8/8.309-gcc13 . . # Run Pythia ./mypythia
Instructions on how to create and submit a batch job will follow as collaborative testing commences…