/mof_tda

Primary LanguagePythonApache License 2.0Apache-2.0

mof_tda

Code for topological data analysis (TDA) on metal-organic frameworks (MOFs). This software and assets were used to perform the analysis detailed in the work published here. This code is no longer actively maintained, but an extended software with similar and extended functionality can be found in the molecule-tda repo.

Installation

OSX

Install CGAL and CMake via homebrew.

brew install cgal cmake

Install via setup.py

python setup.py develop

Linux

Install CGAL/CMake through apt and then setup.py develop

$ apt-get install cgal cmake gcc g++
$ export CXX=/usr/bin/g++
$ export CC=/usr/bin/gcc
$ python setup.py develop