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

Introduced SumkDFTWorker #98

Closed shinaoka closed 3 years ago

shinaoka commented 3 years ago

In this PR, we refactored SumkDFT things.

We introduced the SumkDFTWorkerBase class. Each worker class inherits from this base class. Different workers compute different physical quantities. We also made some clean up through the code. The old sparse BSE codes have been removed.