https://github.com/issp-center-dev/DCore
DMFT software for CORrelated Electrons
https://github.com/issp-center-dev/DCore
dmft hubbard-model quantum
Last synced: about 2 months ago
JSON representation
DMFT software for CORrelated Electrons
- Host: GitHub
- URL: https://github.com/issp-center-dev/DCore
- Owner: issp-center-dev
- License: other
- Created: 2017-12-07T06:20:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-28T04:52:49.000Z (about 2 months ago)
- Last Synced: 2025-03-28T05:26:31.093Z (about 2 months ago)
- Topics: dmft, hubbard-model, quantum
- Language: Python
- Homepage: https://issp-center-dev.github.io/DCore/index.html
- Size: 93.3 MB
- Stars: 46
- Watchers: 8
- Forks: 14
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
[](https://travis-ci.org/issp-center-dev/DCore)
# DCoreDCore 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)](https://scipost.org/10.21468/SciPostPhys.10.5.117)## Run tests (only for developers)
```
> pytest tests/non-mpi/*/*.py
> mpirun -np 2 pytest tests/mpi/*/*.py
```