Skip to content

Commit

Permalink
datatype_helpers: fix POTENTIAL keyword (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-zero committed Jul 29, 2021
1 parent ffe2943 commit fffbc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiida_cp2k/utils/datatype_helpers.py
Expand Up @@ -344,7 +344,7 @@ def validate_pseudos(inp, pseudos, structure):
f" for kind '{kind.name}' (of '{kind.symbol}').")

kind_section = _prepare_kind_section(inp, kind)
kind_section["PSEUDOPOTENTIAL"] = f"GTH {pseudo.name}"
kind_section["POTENTIAL"] = f"GTH {pseudo.name}"

explicit_kinds += [kind.name]
pseudos_used.add(pseudo)
Expand Down

0 comments on commit fffbc32

Please sign in to comment.