From ab030eec1b6002780c00ecb58250871c525e92ae Mon Sep 17 00:00:00 2001 From: nathan Date: Mon, 8 Jul 2024 16:38:47 +0200 Subject: [PATCH] Update schema dependencies --- src/nomad_parser_vasp/parsers/xml_parser.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/nomad_parser_vasp/parsers/xml_parser.py b/src/nomad_parser_vasp/parsers/xml_parser.py index a111458..06e71bb 100644 --- a/src/nomad_parser_vasp/parsers/xml_parser.py +++ b/src/nomad_parser_vasp/parsers/xml_parser.py @@ -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(