class matlantis_features.features.md.post_features.nemd_thermal_conductivity.ComplexNEMDThermalConductivityFeatureResult(run_md_feature_result: MDFeatureResult, post_nemd_thermal_conductivity_result: PostNEMDThermalConductivityFeatureResult)#

Bases: object

Result dataclass for the complex NEMD thermal conductivity feature.

Methods

__init__(run_md_feature_result, …)

__init__(run_md_feature_result: MDFeatureResult, post_nemd_thermal_conductivity_result: PostNEMDThermalConductivityFeatureResult) None#

Attributes

run_md_feature_result: MDFeatureResult#
post_nemd_thermal_conductivity_result: PostNEMDThermalConductivityFeatureResult#