Skip to content

Commit 38a0fb7

Browse files
committed
model update supercell
1 parent 77a5590 commit 38a0fb7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/aiidalab_qe_vibroscopy/app/model.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,3 +226,10 @@ def _estimate_supercells(self, _=None):
226226
self.supercell_number_estimator = f"{len(supercells)}"
227227

228228
return
229+
230+
def on_supercell_change(self, _):
231+
self.supercell = [
232+
self.supercell_x,
233+
self.supercell_y,
234+
self.supercell_z,
235+
]

0 commit comments

Comments
 (0)