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_post
is split intodcore_anacont
anddcore_spectrum
#148dcore_anacont
performs the analytic continuation of the self-energy from the Matsubara frequency regiondcore_anacont_pade
anddcore_anacont_spm
are 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_spectrum
calculates the spectral function
[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=0
explicitly
- 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
- Some parameters named
skip_*
are introduced in[pre]
section to skip stages ofdcore_pre