Skip to content
Snippets Groups Projects
Commit 0c067750 authored by Henning Glawe's avatar Henning Glawe
Browse files

fix LDA+U detection

parent f84c9d49
No related branches found
No related tags found
No related merge requests found
...@@ -527,7 +527,7 @@ class ParserFplo14(object): ...@@ -527,7 +527,7 @@ class ParserFplo14(object):
def onClose_section_method( def onClose_section_method(
self, backend, gIndex, section): self, backend, gIndex, section):
# check for DFT+U vs. DFT # check for DFT+U vs. DFT
if section['x_fplo_t_dft_plus_u_projection_type'] is None: if section['x_fplo_dft_plus_u_projection_type'] is None:
backend.addValue('electronic_structure_method', 'DFT') backend.addValue('electronic_structure_method', 'DFT')
else: else:
backend.addValue('electronic_structure_method', 'DFT+U') backend.addValue('electronic_structure_method', 'DFT+U')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment