Skip to content

Leo3701/CVM

 
 

Repository files navigation

CVM

CVM is a python package for solution limit calculation using Cluster Variation Method (CVM).

Concept

concept

Installation

  1. Download CVM source codes.

    $ git clone https://github.com/TsumiNa/CVM.git cvm
  2. Go into the downloaded dir.

    $ cd cvm
  3. Create virtual environment for CVM and activate it. We are assuming you have installed the miniconda.

    $ conda env create -f conda_env.yml
    $ conda activate cvm
  4. Install CVM locally.

    $ pip install -e .
  5. See also our sample.

    $ cd samples
    $ jupyter lab

About

Tools set for cluster variation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%