Skip to content

Rework `full_local_potential`

Damien Caliste requested to merge work/dpbox into devel

Reorganise the branches assuming that comgp is present and equivalent to iflag == 2. Looking at the calls, that's the case because iflag is always hardcoded to 2 and comgp is present. And when iflag is a variable like lzd%linflag, it appears that linflag < 2. The only possibility for linflag == 2 in that case is with INPUT_IG_TMO which will be wiped out (that's why the PR is still a draft).

The PR is based on !265 (merged) to be sure that these parts are tested. After !265 (merged) is accepted I'll rebase this one.

Merge request reports