Skip to content

Commit

Permalink
Add new imports
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePizarro3 committed Feb 7, 2024
1 parent aca114d commit bb5eb98
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions electronicparsers/magres/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
import logging

from nomad.units import ureg
from nomad.datamodel import EntryArchive
from nomad.parsing.file_parser import TextParser, Quantity
from nomad.datamodel.metainfo.simulation.run import Run, Program
from nomad.datamodel.metainfo.simulation.method import (
from runschema.run import Run, Program
from runschema.method import (
Functional,
Method,
DFT,
Expand All @@ -33,8 +32,8 @@
BasisSet,
KMesh,
)
from nomad.datamodel.metainfo.simulation.system import System, Atoms
from nomad.datamodel.metainfo.simulation.calculation import (
from runschema.system import System, Atoms
from runschema.calculation import (
Calculation,
SpinSpinCoupling,
ElectricFieldGradient,
Expand Down

0 comments on commit bb5eb98

Please sign in to comment.