ThermoID
- class emmet.core.mpid_ext.ThermoID(**data)
Bases:
SuffixedIDThermodynamic data identifier.
- Parameters:
identifier (Annotated[MPID | AlphaID, BeforeValidator(func=~emmet.core.types.typing._fault_tolerant_id_serde, json_schema_input_type=PydanticUndefined), PlainSerializer(func=~emmet.core.types.typing.<lambda>, return_type=PydanticUndefined, when_used=always)])
suffix (ThermoType | RunType)
separator (str)
- model_config: ClassVar[ConfigDict] = {}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].