Skip to content

Commit

Permalink
removed annealing reagnets
Browse files Browse the repository at this point in the history
  • Loading branch information
aalbino2 committed Aug 19, 2024
1 parent 2367a69 commit acd2db0
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions src/nomad_material_processing/general/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,19 +143,6 @@ class AnnealingStep(ProcessStep):
a_eln={'component': 'NumberEditQuantity', 'defaultDisplayUnit': 'celsius'},
unit='celsius',
)
agitation = Quantity(
type=MEnum(
'Magnetic Stirring',
'Sonication',
),
description='The agitation method used during the etching process.',
a_eln=ELNAnnotation(
component=ELNComponentEnum.EnumEditQuantity,
),
)
annealing_reagents = SubSection(
section_def=CompositeSystemReference,
)


class Annealing(Process, EntryData):
Expand Down Expand Up @@ -203,7 +190,7 @@ class AnnealingRecipe(Annealing, Recipe, EntryData):
)


class CleaningStep(ActivityStep):
class CleaningStep(ProcessStep):
"""
A step of cleaning process.
"""
Expand Down

0 comments on commit acd2db0

Please sign in to comment.