Skip to content

Commit

Permalink
Fix imports in band_parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Jul 4, 2024
1 parent 0dc9218 commit 5f4c028
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/nomad_parser_wannier90/parsers/band_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@

from nomad.parsing.file_parser import DataTextParser

from nomad_simulations.schema.model_method import Wannier
from nomad_simulations.schema.model_system import ModelSystem
from nomad_simulations.schema.numerical_settings import (
from nomad_simulations.schema_packages.model_method import Wannier
from nomad_simulations.schema_packages.model_system import ModelSystem
from nomad_simulations.schema_packages.numerical_settings import (
KSpace,
KLinePath as KLinePathSettings,
)
from nomad_simulations.schema.properties import ElectronicBandStructure
from nomad_simulations.schema.variables import KLinePath
from nomad_simulations.schema_packages.properties import ElectronicBandStructure
from nomad_simulations.schema_packages.variables import KLinePath


class Wannier90BandParser:
Expand Down

0 comments on commit 5f4c028

Please sign in to comment.