Python implementation of algorithms presented in the paper: DOI 10.1063/1.4942799. In this paper we present two algorithms for concatenating two branched manifolds described by a linking matrix. We also present algorithms we use to transform one mathematical description of a branched manifold
# Create a virtualenv
virtualenv -p python3 .concatenation_venv
# Activate it
source .concatenation_venv/bin/activate
# Install the dependencies
pip install numpy
# After the use of the program, deactivate the virtualenv
deactivate
python main.py