SynthesisRecipe
- class emmet.core.synthesis.core.SynthesisRecipe(**data)
Bases:
BaseModelModel for a document containing synthesis description data
- Parameters:
doi (str)
paragraph_string (str)
synthesis_type (SynthesisTypeEnum)
reaction_string (str)
reaction (ReactionFormula)
target (ExtractedMaterial)
targets_formula (list[str])
precursors_formula (list[str])
targets_formula_s (list[str])
precursors_formula_s (list[str])
precursors (list[ExtractedMaterial])
operations (list[Operation])
- model_config: ClassVar[ConfigDict] = {}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].