shinaoka / DCore

DMFT software for CORrelated Electrons

Home Page:https://issp-center-dev.github.io/DCore/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

DCore

DCore is aimed at model calculations and ab-initio calculations by the dynamical mean-field theory (DMFT). This package consists of programs with text-based and hdf5-based interface. These programs enable users to perform DMFT calculations and analyze results without writing computer code. ALPS and TRIQS impurity solvers are supported.

Install

> pip3 install dcore

Documentation

https://issp-center-dev.github.io/DCore/index.html

See the the link above for documentations including installation, tutorial, reference manual, and FAQ/Troubleshooting.

Related paper

Technical details are described in the following paper:

  • "DCore: Integrated DMFT software for correlated electrons",
    H. Shinaoka, J. Otsuki, M. Kawamura, N. Takemori, K. Yoshimi,
    SciPost Phys. 10, 117 (2021)

Run tests (only for developers)

> pytest tests/non-mpi/*/*.py
> mpirun -np 2 pytest tests/mpi/*/*.py

About

DMFT software for CORrelated Electrons

https://issp-center-dev.github.io/DCore/index.html

License:Other


Languages

Language:Python 96.8%Language:TeX 2.5%Language:Dockerfile 0.4%Language:Shell 0.3%