RawElectronicData¶
- pydantic model atomate2.vasp.schemas.elph.RawElectronicData[source]¶
Raw data used to fit electron-phonon renormalisation.
- field displacement_dirs: list[str] = None¶
Directories of the displacement band structure calculations
- field displacement_structures: list[Structure] = None¶
The electron-phonon displaced structures at each temperature
- field displacement_cbms: list[list[float]] = None¶
Conduction band minima of the displaced structures, as anarray with the shape (ntemps, ncbms)
- field displacement_vbms: list[list[float]] = None¶
Valence band maxima of the displaced structures, as anarray with the shape (ntemps, nvbms)
- field bulk_structure: Structure = None¶
The bulk (supercell) structure
- field bulk_vbm_band_indices: dict[str, list[int]] = None¶
Indices of bands that are degenerate at the valence band maximum (zero indexed) in the bulk (supercell) structure
- field bulk_cbm_band_indices: dict[str, list[int]] = None¶
Indices of bands that are degenerate at the conduction band minimum (zero indexed) in the bulk (supercell) structure