From cd75d3d93892a21f3176e272fe964b9a004da0c0 Mon Sep 17 00:00:00 2001 From: hiro98 Date: Mon, 1 Jun 2020 20:08:16 +0200 Subject: [PATCH] add section about code --- latex/tex/introduction.tex | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/latex/tex/introduction.tex b/latex/tex/introduction.tex index 700f440..b7403cd 100644 --- a/latex/tex/introduction.tex +++ b/latex/tex/introduction.tex @@ -42,11 +42,6 @@ interactions, a realistic simulation should account for those effects. The impact of those effects on observables is studied in \cref{chap:pheno} using the \sherpa\ event generator. -The (literate) python code, used to generate most of the results and -figures can be found on under -\url{https://github.com/vale981/bachelor_thesis/} and more -specifically in the subdirectory \texttt{prog/python/qqgg}. - \section{Conventions}% \label{sec:convent} @@ -55,6 +50,23 @@ Throughout natural units with \(c=1, \hbar = 1, k_B=1, \varepsilon_0 the y-axis are normalized to unity and to be interpreted as probability densities. +\section{Source Code}% +\label{sec:source} + +The (literate) python code, used to generate most of the results and +figures can be found on under +\url{https://github.com/vale981/bachelor_thesis/} and more +specifically in the subdirectory \texttt{prog/python/qqgg}. + +The file \texttt{monte\_carlo.py} implements all the monte-carlo +algorithm related functionality as a module. The file +\texttt{analytical\_xs.org} contains a literate computation notebook +that generates all the results of \cref{chap:mc}. The file +\texttt{parton\_density\_function\_stuff.org} contains all the +computations for \cref{chap:pdf}. The python code makes heavy use of +\href{https://www.scipy.org/}{scipy} (and of course +\href{https://numpy.org/}{numpy}). + %%% Local Variables: *** %%% mode: latex *** %%% TeX-master: "../document.tex" ***