We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c23f68 commit c4db3f2Copy full SHA for c4db3f2
aiida_fleur/workflows/scf.py
@@ -727,7 +727,7 @@ def get_res(self):
727
self.report('No LDA+U distance found but only one iteration performed\n'
728
'Assuming that the calculatin should be continued')
729
self.last_nmmp_distance = self.ctx.wf_dict.get('nmmp_converged') + 1
730
-
+
731
if self.ctx.hubbard1_occ_distance:
732
self.ctx.last_hubbard1_occ_distance = self.ctx.hubbard1_occ_distance[-1]
733
self.ctx.last_hubbard1_elem_distance = self.ctx.hubbard1_elem_distance[-1]
0 commit comments