MeshData#
- pydantic model atomate2.amset.schemas.MeshData[source]#
Definition of full AMSET mesh data.
- field energies: Dict[str, List[List[float]]] = None#
Band structure energies in eV on the irreducible mesh.
- field ir_kpoints: List[Tuple[float, float, float]] = None#
Irreducible k-points in fractional coordinates
- field velocities: Dict[str, List[List[Tuple[float, float, float]]]] = None#
Band velocities for each irreducible k-point.