Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
janssenhenning committed Sep 21, 2022
1 parent 81749e0 commit 9426197
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aiida_fleur/workflows/scf.py
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,10 @@ def get_res(self):
'Assuming that the calculatin should be continued')
self.ctx.last_nmmp_distance = self.ctx.wf_dict['nmmp_converged'] + 1

if self.ctx.hubbard1_occ_distance:
self.ctx.last_hubbard1_occ_distance = self.ctx.hubbard1_occ_distance[-1]
self.ctx.last_hubbard1_elem_distance = self.ctx.hubbard1_elem_distance[-1]

def condition(self):
"""
check convergence condition
Expand Down

0 comments on commit 9426197

Please sign in to comment.