diff --git a/src/aiidalab_qe_vibroscopy/app/model.py b/src/aiidalab_qe_vibroscopy/app/model.py index 41f56a1..86b7d3a 100644 --- a/src/aiidalab_qe_vibroscopy/app/model.py +++ b/src/aiidalab_qe_vibroscopy/app/model.py @@ -124,7 +124,7 @@ def _get_default(self, trait): def on_input_structure_change(self, _=None): if not self.input_structure: self.reset() - + else: self.disable_x, self.disable_y, self.disable_z = True, True, True pbc = self.input_structure.pbc