Skip to content

Commit

Permalink
Reset pseudos ecutwfc and ecutrho explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Dec 25, 2024
1 parent c82acc8 commit 8645dc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/aiidalab_qe/app/configuration/advanced/pseudos/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ def reset(self):
with self.hold_trait_notifications():
self.dictionary = self._get_default("dictionary")
self.cutoffs = self._get_default("cutoffs")
self.ecutwfc = max(self.cutoffs[0])
self.ecutrho = max(self.cutoffs[1])
self.library_options = self._get_default("library_options")
self.library = self._get_default("library")
self.functional = self._get_default("functional")
Expand Down

0 comments on commit 8645dc2

Please sign in to comment.