DCore 4.0.0 is released
Release page on GitHub is https://github.com/issp-center-dev/DCore/releases/tag/v4.0.0
DCore is a DMFT (Dynamical Mean Field Theory) program package based on TRIQS with interfaces to some first-principles program packages such as VASP, Quantum ESPRESSO, OpenMX and various external impurity solvers.
Breaking Changes
dcore_postis split intodcore_anacontanddcore_spectrum#148dcore_anacontperforms the analytic continuation of the self-energy from the Matsubara frequency region to the real frequency regiondcore_anacont_padeanddcore_anacont_spmare merged intodcore_anacont- Input file format is changed from TOML to INI file (same as other tools, e.g.,
dcore)
- Input file format is changed from TOML to INI file (same as other tools, e.g.,
- Users can perform the analytic continuation by using users’ program
dcore_spectrumcalculates the spectral function and the density of states
[tool]section of an input file is renamed to[post]#148- TRIQS is no longer mandatory #149
- To use TRIQS, users should set an environment variable
DCORE_TRIQS_COMPAT=0explicitly
- To use TRIQS, users should set an environment variable
- Python 3.6 and 3.7 are no longer supported #151
New features
- The interaction tensor
can be given by a file #140 - Some parameters named
skip_*are introduced in[pre]section to skip stages ofdcore_pre