matlantis_features.utils.units_util.specific_heat_converter(specific_heat: List[float], per_mass: bool = True) Dict[str, List[float]]#

Change the unit of specific heat (or entropy) from eV/K or eV/K/amu.

Parameters

specific_heat (List[float]) – unit eV/K/amu

Returns

the specific heat (or entropy) to ‘eV/K/amu’, ‘J/K/g’ and ‘kJ/K/g’.

Return type

Dict[str, List[float]]