This is a repository for the course in "Basic and advanced problems in condensed matter theory"@SISSA, academic year 2016/2017.
The repo contains the solutions of the problems assigned during the course, including LaTeX source files and computer codes that have been used to reproduce the stated results.
The structure of the repo is organized in folders:
project
│ README.md
│ LICENSE
│
└───01
│ │
│ └───LaTeX
│ │ │ report.tex
│ │ │ report.pdf
│ │ │ ...
│ │
│ └───Code
│ │
│ └───Problem A
│ │ │ ...
│ │
│ └───Problem B.4
│ │ ...
│
└───02
│ │
│ └───LaTeX
│ │ │ ...
│ │
│ └───Code
│ │ ...
...
Each numerical folder corresponds to a single assignment; for each assignment, you have a LaTeX
folder containing the report and its sources and a Code
folder that contains the code, divided in subfolders corresponding to the single problems.