TsumiNa / CVM

Tools set for cluster variation

Home Page:https://cvm.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://cvm.readthedocs.io

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%