DOS normalization (FHIaims, VASP, exciting)
Compare changes
Beginning with 2nd June, only the "Single Sign On" option for login to the GitLab web interface will be possible. If you don't have an MPCDF wide second factor so far, please get one at our SelfService (https://selfservice.mpcdf.mpg.de). The GitLab internal second factor will not work.
This MR resolves #728 (closed) and #868 (closed). It is accompanied by https://github.com/nomad-coe/electronic-parsers/pull/16 on the parser side.
Basically, the DOS in FHIaims, VASP, exciting were incorrectly scaled at the parser side:
they no longer lead to integer electrons when integrating over a band.
Moreover, the total DOS in older FHIaims versions was off by a factor of 2 (regardless of spin).
Projected DOS or bands were not affected.
This MR updates the parsers and adds the new metadata entry raw_data_normalization_factor
, to store the original FHIaims DOS without any correction.
Up to now, this metadata only applies to FHIaims, so I could also move it to that parser's specific metadata.