This project is a study of the connectivity of dark matter halos in N-body simulations of the cosmic web. The main mathematical formalisms that are used for this study are Graph Theory (Minimum Spanning Tree) and Persistent Homology.
The following libraries need to be installed for the code to work: numpy, scipy, pandas, scikitlearn gudhi.
Use the package manager pip to install any of these libraries if needed.
pip install numpy
...
pip install scikitlearn
pip install gudhi
The current collaborators of this project are Georg Wilding, Rien van de Weijgaert, Bernarnd Jones.
So far the usage of this project is minimal, and therefore there are no examples. This section will be updated when enough progress has been made.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.