SuffixedID
- class emmet.core.mpid_ext.SuffixedID(**data)
Bases:
BaseModelHandle suffixed identifier formats (ex., thermo IDs).
- Parameters:
- classmethod from_str(idx)
Ensure the class can be instantiated from a string or dict.
- Return type:
Self- Parameters:
idx (str)
- model_config: ClassVar[ConfigDict] = {}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].