Skip to content

Latex and Gnuplot Portion used to compile my Master-Thesis

Notifications You must be signed in to change notification settings

jonas-kell/master-thesis-documents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Master-Thesis: Classical networks for the Hubbard model with a tilted potential

The work for my Master-Thesis is split into multiple repositories (links for quick access, it may be possible that the repo is private).

Pre-compiled Document

The pre-compiled version of the thesis is available Here. It has been submitted on the 13th of February 2025.

Furthermore, the respective folders contain the Report and Presentation held at the University of Augsburg on the 15th of May 2024.

Submodules

The code that gets referenced in the thesis is managed via git-submodules and needed for building the document. Make sure to initialize the submodules before building

git submodule init
git pull --recurse-submodules

Compiling

To compile the documents, run

PUID=`id -u` PGID=`id -g` docker compose up