Skip to content

Commit 74ab2c0

Browse files
Fix rebase
1 parent db0d847 commit 74ab2c0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

aiida_fleur/workflows/scf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -727,6 +727,10 @@ def get_res(self):
727727
'Assuming that the calculatin should be continued')
728728
self.ctx.last_nmmp_distance = self.ctx.wf_dict.get('nmmp_converged') + 1
729729

730+
if self.ctx.hubbard1_occ_distance:
731+
self.ctx.last_hubbard1_occ_distance = self.ctx.hubbard1_occ_distance[-1]
732+
self.ctx.last_hubbard1_elem_distance = self.ctx.hubbard1_elem_distance[-1]
733+
730734
def condition(self):
731735
"""
732736
check convergence condition

0 commit comments

Comments
 (0)