diff --git a/src/perturbopy/postproc/calc_modes/trans.py b/src/perturbopy/postproc/calc_modes/trans.py index d056b7b..f1f178e 100644 --- a/src/perturbopy/postproc/calc_modes/trans.py +++ b/src/perturbopy/postproc/calc_modes/trans.py @@ -114,7 +114,7 @@ def __init__(self, pert_dict): self.seebeck[config_idx] = np.array(trans_dat[config_idx].pop('Seebeck coefficient')['tensor']) if self.thermal_cond is not None: - self.seebeck[config_idx] = np.array(trans_dat[config_idx].pop('thermal conductivity')['tensor']) + self.thermal_cond[config_idx] = np.array(trans_dat[config_idx].pop('thermal conductivity')['tensor']) if self.bfield is not None: self.bfield[config_idx] = np.array(trans_dat[config_idx].pop('magnetic field'))