Skip to content

Commit

Permalink
a couple missed items from rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jrudz committed Apr 9, 2024
1 parent e5a3d7f commit 51d824a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/nomad_simulations/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,12 @@
from nomad.datamodel.data import ArchiveSection
from nomad.metainfo import Quantity, SubSection, MEnum
from nomad.datamodel.metainfo.annotations import ELNAnnotation
<<<<<<< HEAD
=======
from nomad.metainfo import Quantity, SubSection, SectionProxy, Reference
# ? are we planning to enforce a dependency on simulationworkflowschema?
from nomad.dependencies.simulationworkflowschema import SimulationWorkflow, MolecularDynamics
>>>>>>> 8399aa9 (Outputs inherits PhysicalProperty)

from .model_system import ModelSystem
from .numerical_settings import SelfConsistency
<<<<<<< HEAD
from .physical_property import PhysicalProperty

from .variables import Variables, Temperatures # ? delete these imports
Expand Down Expand Up @@ -63,9 +59,7 @@ class ElectronicBandGap(PhysicalProperty):

def normalize(self, archive, logger) -> None:
super().normalize(archive, logger)
=======
from .property import PhysicalProperty
>>>>>>> 8399aa9 (Outputs inherits PhysicalProperty)


class Outputs(PhysicalProperty):
Expand Down

0 comments on commit 51d824a

Please sign in to comment.