DCore 4.1.0 is released
The release page on GitHub is https://github.com/issp-center-dev/DCore/releases/tag/v4.1.0.
DCore is a DMFT (Dynamical Mean Field Theory) program package with interfaces to some first-principles program packages such as VASP, Quantum ESPRESSO, OpenMX and various external impurity solvers.
What’s Changed in 4.1.0 from 4.0.0
dcore_anacont
- The default value of
solverof the[post.anacont]section was set to a valid value, “pade” (#156) - The default value of
solverof the[post.anacont.spm]section became “” (empty), which means using the default solver in CvxPy package (#154)- The default solver of CvxPy is “ECOS” (< cvxpy1.6) or “Clarabel” (>= cvxpy1.6)
n_tauof the[post.anacont.spm]can be omitted (#158)
For developers
- In postprocessing, DCore can now call an external worker class (
sumkdft.worker) without modifying DCore code (#155) - In calling
sumkdft.workerwith MPI,mpi4py.runis used to avoid deadlocks (#153)