class matlantis_features.features.md.post_features.specific_heat.SpecificHeatResult(temperature: Dict[str, List[float]], specific_heat: Dict[str, List[float]])#

Bases: object

Result dataclass for the specific heat.

Methods

__init__(temperature, specific_heat)

__init__(temperature: Dict[str, List[float]], specific_heat: Dict[str, List[float]]) None#

Attributes

temperature: Dict[str, List[float]]#
specific_heat: Dict[str, List[float]]#