Skip to content

Commit

Permalink
Bugfix for EOS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
d-wortmann committed Sep 19, 2024
1 parent 9430b7a commit 4702341
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aiida_fleur/workflows/eos.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ def run_first(self):
struc=struc_or_fleurinp.get_structuredata_ncf()
else:
inputs.structure = struc_or_fleurinp
struct=inputs.structure
natoms = len(struc.sites)
label = f'scale_{self.ctx.scalelist[i]}'.replace('.', '_')
label_c = '|eos| fleur_scf_wc'
Expand Down Expand Up @@ -215,6 +216,7 @@ def converge_scf(self):
struc=struc_or_fleurinp.get_structuredata_ncf()
else:
inputs.structure = struc_or_fleurinp
struc=struc_or_fleurinp
natoms = len(struc.sites)
label = f'scale_{self.ctx.scalelist[i + 1]}'.replace('.', '_')
label_c = '|eos| fleur_scf_wc'
Expand Down

0 comments on commit 4702341

Please sign in to comment.