Skip to content

Commit

Permalink
Forget utils in edmft
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Jan 22, 2024
1 parent afc0dc6 commit a77818c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electronicparsers/edmft/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
from simulationworkflowschema import SinglePoint
from nomad.parsing.file_parser import DataTextParser
from .metainfo.edmft import x_edmft_method_parameters
from electronicparsers.utils import BeyondDFTWorkflowsParser
from electronicparsers.utils import get_files, BeyondDFTWorkflowsParser
from ..wien2k.parser import StructParser # Wien2k is imported to parse the system information


Expand Down

0 comments on commit a77818c

Please sign in to comment.