Skip to content

General

AnalysisResult

description: An abstract class representing the results of an analysis. The data model is intended to be extended for specific analysis methods.

inherits from: nomad.datamodel.metainfo.basesections.v1.Entity

normalization:

  • If the instance is of type EntryData, it sets the archive's entry name based on the instance's name.
  • Sets the datetime field to the current time if it is not already set.
  • Manages the lab_id field and updates the archive's results.eln.lab_ids list.
  • Adds the instance's name and description to the archive's results.eln.names and results.eln.descriptions lists, respectively.
  • Handles the tags attribute, if present, and updates the archive's results.eln.tags list.
  • Appends the section's name to the archive's results.eln.sections list.

AnalysisStep

description: An abstract class representing the step of an analysis. It contains the results of the analysis step. The data model is intended to be extended for specific analysis methods.

inherits from: nomad.datamodel.metainfo.basesections.v1.ActivityStep

properties:

name type
results AnalysisResult sub-section, repeats