Skip to content

Commit

Permalink
Update schema dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaelman committed Jul 8, 2024
1 parent a66a438 commit ab030ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/nomad_parser_vasp/parsers/xml_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
import numpy as np
from nomad.config import config
from nomad.parsing import MatchingParser
from nomad_simulations.general import Simulation, Program
from nomad_simulations.model_method import DFT, XCFunctional
from nomad_simulations.model_system import ModelSystem, AtomicCell
from nomad_simulations.schema_packages.general import Simulation, Program
from nomad_simulations.schema_packages.model_method import DFT, XCFunctional
from nomad_simulations.schema_packages.model_system import ModelSystem, AtomicCell
from nomad.parsing.file_parser.xml_parser import XMLParser

configuration = config.get_plugin_entry_point(
Expand Down

0 comments on commit ab030ee

Please sign in to comment.