XASSearchData

class emmet.core.summary.XASSearchData(**data)

Bases: BaseModel

Fields in XAS sub docs in summary

Parameters:
  • edge (XasEdge | None)

  • absorbing_element (Annotated[ElementTypeVar, BeforeValidator(func=~emmet.core.types.pymatgen_types.element_adapter.<lambda>, json_schema_input_type=PydanticUndefined), WrapSerializer(func=~emmet.core.types.pymatgen_types.element_adapter.<lambda>, return_type=str, when_used=always)] | None)

  • spectrum_type (XasType | None)

model_config: ClassVar[ConfigDict] = {}

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