Installing Minima Hopping

Minima Hopping can be installed directly with pip by:

pip install  "git+https://gitlab.com/goedeckergroup/ase_mh.git"

Alternatively minima hopping can be installed by cloning the GitLab repository:

git clone https://gitlab.com/goedeckergroup/ase_mh.git
cd minimahopping
pip install .

Furthermore also a developing version can be installed:

git clone -b develop https://gitlab.com/goedeckergroup/ase_mh.git
cd minimahopping
pip install .