issp-center-dev / DCore

DMFT software for CORrelated Electrons
https://issp-center-dev.github.io/DCore/index.html
Other
44 stars 14 forks source link
dmft hubbard-model quantum

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:

Run tests (only for developers)

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