- University: University of Zurich ([UZH])
- Department: Department of Physics
- Supervisor: Prof. Jan Unkelbach
- Time: June 2022 - March 2023
This repository contains the source code for the Master Thesis of Janic Tom Weber.
To compile this thesis, one needs a TeX Live 2022 distribution. All figures in the thesis are compiled using scripts that are contained in this repository. This means, having installed the adpatfx package, one can recreate all plots. The adpatfx package installs dependency automatically needed for plotting. Python version 3.10 or later is necessary. Ideally one has also created a virtual environment. So in summary:
- TeX Live 2022
- Python 3.10 or Later
adaptfxpackage
If you want to reproduce the thesis, i.e. recompile it and recreate all the figures, do the following (ideally inside a virtual environment, like venv):
First, clone and enter the repository, then install the dependencies from adaptfx
With the adaptsim CLI run
$ ast -f graphics/*.json
And after this, you can build the entire document by running
$ latexmk -bibtex -f -logfilewarnings -nobibfudge -outdir=./_build -pdf ada.tex