Skip to content

Commit

Permalink
Deleted level and added superinit in Parser
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Jul 23, 2024
1 parent 0f555e1 commit d871aeb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/nomad_parser_wannier90/parsers/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,8 @@ def init_quantities(self):


class Wannier90Parser(MatchingParser):
level = 1

def __init__(self, *args, **kwargs):
super().__init__()
self.wout_parser = WOutParser()

self._dft_codes = [
Expand Down

0 comments on commit d871aeb

Please sign in to comment.