Skip to content

Simplify the DielectricFunctionCalculator constructor by disentangling it from the QEH module

Thorbjørn Skovhus requested to merge disentangle-df-and-qeh into master

By letting DielectricFunctionCalculator.get_rpa_density_response() return the wblocks, we can make the DF->QEH interface much thinner. To completely simplify the DielectricFunctionCalculator, we also get rid of wd as an attribute. In the future, the caller would extract wd from the return objects of the DielectricFunctionCalculator.

Solves parts of #1128 (closed)

Edited by Thorbjørn Skovhus

Merge request reports