GithubHelp home page GithubHelp logo

sjtuzhanglei / abics Goto Github PK

View Code? Open in Web Editor NEW

This project forked from issp-center-dev/abics

0.0 0.0 0.0 8.98 MB

ab-Initio Configuration Sampling tool kit (abICS)

Home Page: https://www.pasums.issp.u-tokyo.ac.jp/abics/en

License: GNU General Public License v3.0

Python 99.59% Shell 0.41%

abics's Introduction

abICS

ab-Initio Configuration Sampling tool kit (abICS) is a Python code (library and application) for Metropolice Monte Carlo.

Requirement

  • python3 (>=3.6)
  • 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,

$ 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,

$ brew install open-mpi

After installing Cython and MPI,

$ pip3 install abics

will install abICS and dependencies.

If you want to change the directory where installed, add --user option or --prefix=DIRECTORY option into the above command as

$ 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

License

The distribution of the program package and the source codes follow GNU General Public License version 3 (GPL v3).

Official page

Under construction

Author

Shusuke Kasamatsu, Yuichi Motoyama, Kazuyoshi Yoshimi

Manual

English online manual

Japnese online manual

API reference

abics's People

Contributors

yomichi avatar k-yoshimi avatar skasamatsu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.