cmf Cluster based mean field Installation Download git clone https://github.com/vibinabraham/cmf.git cd cmf/ create virtual environment (optional) virtualenv -p python3 venv source venv/bin/activate Install pip install . run tests pytest test/*.py