Skip to content

TRI-AMDD/mof_tda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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