Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed May 29, 2024
1 parent f4b6518 commit 093c343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions aiida_kkr/tools/tools_STM_scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ def create_combined_potential_node(add_position, host_calc, imp_potential_node):

return pot_combined_node


@engine.calcfunction
def create_combined_potential_node_cf(add_position, host_calc, imp_potential_node):
"""
Expand Down
2 changes: 1 addition & 1 deletion aiida_kkr/workflows/kkr_STM.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def STM_lmdos_run(self):
calc = self.submit(builder)
message = f"""INFO: running DOS step for an STM measurement (pk: {calc.pk}) at position
(ilayer: {self.inputs.tip_position['ilayer']}, da: {x}, db: {y} )"""

if self.inputs.BdG.params_kkr_overwrite:
message = f"""INFO: runnig DOS step (pk: {calc.pk}) BdG is present"""

Expand Down

0 comments on commit 093c343

Please sign in to comment.