StrongestBonds
- class emmet.core.lobster.StrongestBonds(**data)
Bases:
BaseModelStrongest bonds extracted from ICOHPLIST/ICOOPLIST/ICOBILIST from LOBSTER.
LobsterPy is used for the extraction.
- Parameters:
which_bonds (str | None)
strongest_bonds_icoop (dict | None)
strongest_bonds_icohp (dict | None)
strongest_bonds_icobi (dict | None)
- model_config: ClassVar[ConfigDict] = {}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].