aitomic.nomad_nmr.AutoExperiment¶
- class aitomic.nomad_nmr.AutoExperiment(*, id, dataset_name, experiment_number, parameter_set, parameters, title, instrument, user, group, solvent, submitted_at)[source]¶
Data about an auto experiment stored in NOMAD.
- Parameters:
id (str) – The experiment ID.
dataset_name (str) – The name of the dataset the experiment belongs to.
experiment_number (str) – The experiment number.
parameter_set (str) – The parameter set used to run the experiment.
parameters (str | None) – The parameters used to run the experiment.
title (str) – The title of the experiment.
instrument (str) – The id of the instrument used to run the experiment.
user (str) – The id of the user who ran the experiment.
group (str) – The id of the group the experiment belongs to.
solvent (str) – The id of the solvent used in the experiment.
submitted_at (datetime | None) – The time the experiment was submitted.
Attributes
The experiment id.
The name of the dataset the experiment belongs to.
The experiment number.
The parameter set used to run the experiment.
The parameters used to run the experiment.
The title of the experiment.
The id of the instrument used to run the experiment.
The id of the user who ran the experiment.
The id of the group the experiment belongs to.
The id of the solvent used in the experiment.
The time the experiment was submitted.