CalcMeta

class emmet.core.base.CalcMeta(**data)

Bases: BaseModel

Lightweight representation for storing jobflow-style job info.

Parameters:
  • identifier (str | None)

  • dir_name (str | None)

  • name (str | None)

  • parents (list[str] | None)

model_config: ClassVar[ConfigDict] = {}

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