EntriesCompositionSummary
- class emmet.core.electrode.EntriesCompositionSummary(**data)
Bases:
BaseModelComposition summary data for all material entries associated with this electrode. Included to enable better searching via the API.
- Parameters:
all_formulas (list[str] | None)
all_chemsys (list[str] | None)
all_formula_anonymous (list[str] | None)
all_elements (list[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)] | Species | DummySpecies] | None)
all_composition_reduced (dict[str, list[float]] | None)
- model_config: ClassVar[ConfigDict] = {}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].