EOSFit
- class emmet.core.eos.EOSFit(**data)
Bases:
BaseModelSchematize fitted EOS data.
The only required field is model. If no other fields are instantiated, it is assumed that the fit failed.
- Parameters:
model (LegacyEOSModel)
V0 (float | None)
B0 (float | None)
B1 (float | None)
E0 (float | None)
R2 (float | None)
- model_config: ClassVar[ConfigDict] = {}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].