triqs_dftkit.vasp.plovasp.inpconf.ConfigParameters.check_for_unknown_parameters

ConfigParameters.check_for_unknown_parameters(section, known_pars)[source]

Issues a warning for every option in section that is not part of known_pars (the set of keywords recognized for this section type).

If an unrecognized keyword is in fact valid for a different section type (e.g. COMPLEMENT placed under [General] instead of [Group]), the warning points to the section(s) where it would be honoured. This catches misplaced or misspelled tags that would otherwise be silently ignored.