PhaseDiagramDoc
- class emmet.core.thermo.PhaseDiagramDoc(**data)
Bases:
BaseModelA phase diagram document
- Parameters:
property_name (str)
phase_diagram_id (str)
chemsys (str)
thermo_type (ThermoType | RunType)
phase_diagram (Annotated[PhaseDiagramTypeVar, BeforeValidator(func=~emmet.core.types.pymatgen_types.phase_diagram_adapter.phase_diagram_deserializer, json_schema_input_type=PydanticUndefined), WrapSerializer(func=~emmet.core.types.pymatgen_types.phase_diagram_adapter.phase_diagram_serializer, return_type=PydanticUndefined, when_used=always)])
last_updated (Annotated[datetime, FieldInfo(annotation=NoneType, required=False, default_factory=utcnow), BeforeValidator(func=~emmet.core.utils.convert_datetime, json_schema_input_type=PydanticUndefined)])
- model_config: ClassVar[ConfigDict] = {}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].