CVM is a python package for solution limit calculation using Cluster Variation Method (CVM).
-
Download
CVM
source codes.$ git clone https://github.com/TsumiNa/CVM.git cvm
-
Go into the downloaded dir.
$ cd cvm
-
Create virtual environment for
CVM
and activate it. We are assuming you have installed theminiconda
.$ conda env create -f conda_env.yml $ conda activate cvm
-
Install
CVM
locally.$ pip install -e .
-
See also our sample.
$ cd samples $ jupyter lab