Component

class emmet.core.synthesis.materials.Component(**data)

Bases: BaseModel

Parameters:
  • formula (str)

  • amount (str)

  • elements (dict[str, str])

model_config: ClassVar[ConfigDict] = {}

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].