معرفی شرکت ها


clease-1.0.6


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

CLuster Expansion in Atomistic Simulation Environment
ویژگی مقدار
سیستم عامل -
نام فایل clease-1.0.6
نام clease
نسخه کتابخانه 1.0.6
نگهدارنده []
ایمیل نگهدارنده []
نویسنده J. H. Chang, D. Kleiven, A. S. Tygesen
ایمیل نویسنده jchang@dtu.dk, david.kleiven@ntnu.no, alexty@dtu.dk
آدرس صفحه اصلی https://gitlab.com/computationalmaterials/clease/
آدرس اینترنتی https://pypi.org/project/clease/
مجوز MPL-2.0
# CLEASE [![coverage](https://gitlab.com/computationalmaterials/clease/badges/master/coverage.svg)](https://gitlab.com/computationalmaterials/clease/) [![PyPI version](https://badge.fury.io/py/clease.svg)](https://badge.fury.io/py/clease) [![Conda](https://img.shields.io/conda/vn/conda-forge/clease)](https://anaconda.org/conda-forge/clease) [![Documentation Status](https://readthedocs.org/projects/clease/badge/?version=latest)](https://clease.readthedocs.io/en/latest/?badge=latest) CLuster Expansion in Atomic Simulation Environment (CLEASE) is a package that automates the cumbersome setup and construction procedure of cluster expansion (CE). It provides a comprehensive list of tools for specifying parameters for CE, generating training structures, fitting effective cluster interaction (ECI) values and running Monte Carlo simulations. A detailed description of the package can be found in the [documentation](https://clease.readthedocs.io/) and our [paper](https://doi.org/10.1088/1361-648X/ab1bbc). For information on how to contribute to CLEASE, please see the [contributing](CONTRIBUTING.md) file. # Installation Install the CLEASE code by executing ```bash pip install clease ``` Alternative, CLEASE is also available through anaconda on [conda](https://conda.io) via [conda-forge](https://conda-forge.org/). We recommend installing CLEASE via conda on windows machines in order to simplify compilations, as pip tends to have a hard time compiling the C++ code. Install into your conda environment: ```sh conda install -c conda-forge clease ``` ## Graphical User Interface Clease has a stand-alone jupyter notebook GUI, which is capable of performing most of the standard CE routines. It can be found [here](https://clease-gui.readthedocs.io). CLEASE GUI can be installed from PyPI or anaconda using one of the two following commands. ### PyPI ```bash pip install clease[gui] ``` ### Anaconda ```bash conda install -c conda-forge clease-gui ``` ## Development If you are a developer you might want to install CLEASE by executing the following command in the root folder of the project ```bash pip install -e . ``` In order to run the tests, the testing dependencies should be installed. They can be installed with the extra `test` option ```bash pip install .[test] ``` There is an additional option for development purposes, `dev`, which contains some convenience packages. All of the extras options can be installed via the `all` option, i.e. ```bash pip install .[all] ``` Note, that if you are using `zsh`, you need to [escape the argument](https://stackoverflow.com/a/30539963), e.g. ```bash pip install '.[all]' ``` ## Troubleshooting If you are running on Mac and get the error ```bash fatal error: 'ios' file not found ``` try this before installing ```bash export MACOSX_DEPLOYMENT_TARGET=10.14 ```


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl clease-1.0.6:

    pip install clease-1.0.6.whl


نصب پکیج tar.gz clease-1.0.6:

    pip install clease-1.0.6.tar.gz