CohpPlotData

class atomate2.lobster.schemas.CohpPlotData(*, data)[source]

Bases: BaseModel

Model describing the cohp_plot_data field of CondensedBondingAnalysis.

Parameters:

data (dict[str, Cohp])

model_config = {}

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