ChargeComparisons

class emmet.core.lobster.ChargeComparisons(**data)

Bases: BaseModel

Model describing the charges field in the CalcQualitySummary model.

Parameters:
  • bva_mulliken_agree (bool | None)

  • bva_loewdin_agree (bool | None)

model_config: ClassVar[ConfigDict] = {}

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