معرفی شرکت ها


abics-2.0.1


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

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

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

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

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

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

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

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

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

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

مشاهده بیشتر

توضیحات

ab-Initio Configuration Sampling tool kit
ویژگی مقدار
سیستم عامل -
نام فایل abics-2.0.1
نام abics
نسخه کتابخانه 2.0.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده abICS developers
ایمیل نویسنده abics-dev@issp.u-tokyo.ac.jp
آدرس صفحه اصلی https://github.com/issp-center-dev/abICS
آدرس اینترنتی https://pypi.org/project/abics/
مجوز GPL-3.0-or-later
# abICS abICS is a software framework for training a machine learning model to reproduce first-principles energies and then using the model to perform configurational sampling in disordered systems. Specific emphasis is placed on multi-component solid state systems such as metal and oxide alloys. The current version of abics can use neural network models implemented in aenet to be used as the machine learning model. As of this moment, abICS can also generate Quantum Espresso, VASP, and OpenMX input files for obtaining the reference training data for the machine learning model. ## Requirement - python3 (>=3.7) - numpy - scipy - toml (for parsing input files) - mpi4py (for parallel tempering) - This requires one of the MPI implementation - pymatgen (>=2019.12.3) (for using Structure as a configuration) - This requires Cython - qe-tools (for parsing QE I/O) ## Install abICS Pymatgen requires Cython but Cython will not be installed automatically, please make sure that this is installed, ``` bash $ pip3 install Cython ``` mpi4py requires one of the MPI implementations such as OpenMPI, please make sure that this is also installed. In the case of using homebrew on macOS, for example, ``` bash $ brew install open-mpi ``` After installing Cython and MPI, ``` bash $ pip3 install abics ``` will install abICS and dependencies. If you want to change the directory where abICS is installed, add `--user` option or `--prefix=DIRECTORY` option to the above command as ``` bash $ pip3 install --user abics ``` For details of `pip` , see the manual of `pip` by `pip3 help install` If you want to install abICS from source, see [wiki page](https://github.com/issp-center-dev/abICS/wiki/Install) ## License The distribution of the program package and the source codes follow GNU General Public License version 3 ([GPL v3](http://www.gnu.org/licenses/gpl-3.0.en.html)). ## Official page https://www.pasums.issp.u-tokyo.ac.jp/abics ## Author Shusuke Kasamatsu, Yuichi Motoyama, Kazuyoshi Yoshimi ## Manual [English online manual](https://issp-center-dev.github.io/abICS/docs/master/en/html/index.html) [Japnese online manual](https://issp-center-dev.github.io/abICS/docs/master/ja/html/index.html) [API reference](https://issp-center-dev.github.io/abICS/docs/api/master/html/index.html)


نیازمندی

مقدار نام
>=1.20,<2.0 numpy
>=0.10 toml
>=1,<2 scipy
>=3,<4 mpi4py
>=2019.12.3 pymatgen
>=1.1,<2.0 qe_tools


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

مقدار نام
>=3.7,<4.0 Python


نحوه نصب


نصب پکیج whl abics-2.0.1:

    pip install abics-2.0.1.whl


نصب پکیج tar.gz abics-2.0.1:

    pip install abics-2.0.1.tar.gz