This repository contains the code and computational workflows used in my thesis project.
The project is organized into four folders corresponding to Chapters 3, 4, 5 and 6 of the thesis. Each folder contains:
- A Jupyter Notebook detailing the computations performed in that chapter.
.txt
files containing the results of the computations (except for chapter 3).
-
Read the Thesis Chapter:
Each notebook is designed to align with its corresponding chapter in the thesis. It is highly recommended to read the relevant chapter before exploring the notebook. This will provide the necessary context and theoretical background for the computations (A link to the thesis will be provided). -
Explore the Notebook:
Navigate to the folder of interest (e.g.,chapter-3
,chapter-4
,chapter-5
, orchapter-6
) and open the Jupyter Notebook. The sections in the notebook follow the structure of the chapter. -
Refer to Result Files:
Throughout the notebooks, references to.txt
result files are provided. These files contain precomputed results from the computational steps. Open the referenced.txt
files as needed while going through the notebook.
- Required libraries:
- sage.all
- sympy
- low-index==1.1.0
- networkx
- Clone the repository:
git clone /~https://github.com/ArshiGh/Manifold-Covers-of-Prism-Orbifolds.git