AlloySystemDoc

class emmet.core.alloys.AlloySystemDoc(**data)

Bases: EmmetBaseModel

Parameters:
  • builder_meta (EmmetMeta | None)

  • alloy_system (Annotated[AlloySystemTypeVar, BeforeValidator(func=~emmet.core.types.pymatgen_types.alloy_adapter.pop_empty_alloy_system_structure_keys, json_schema_input_type=PydanticUndefined), WrapSerializer(func=~emmet.core.types.pymatgen_types.alloy_adapter.<lambda>, return_type=~emmet.core.types.pymatgen_types.alloy_adapter.TypedAlloySystemDict, when_used=always)])

  • alloy_id (str)

model_config: ClassVar[ConfigDict] = {}

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