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