Skip to content

Commit

Permalink
Reintroduce VasprunParser
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaelman committed Oct 16, 2024
1 parent e5bf0dd commit eb3fb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nomad_parser_vasp/parsers/xml_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
)


class RunXMLParser(XMLParser):
class VasprunParser(XMLParser):
def mix_alpha(self, mix: float, cond: bool) -> float:
return mix if cond else 0

Expand Down

0 comments on commit eb3fb41

Please sign in to comment.