PhononWebsiteBS

class emmet.core.phonon.PhononWebsiteBS(**data)

Bases: BaseModel

Document with a serialized version of the phonon band structure suitable for the phononwebsite (http://henriquemiranda.github.io/phononwebsite/).

Parameters:
  • material_id (str)

  • doc_type (Literal['phononwebsite'])

  • phononwebsite (PhononWebsiteStruct | None)

  • last_updated (Annotated[datetime, FieldInfo(annotation=NoneType, required=False, default_factory=utcnow), BeforeValidator(func=~emmet.core.utils.convert_datetime, json_schema_input_type=PydanticUndefined)])

  • created_at (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].