Skip to content

Commit

Permalink
Using keyword only arguments for tip_height, current, and supercell a…
Browse files Browse the repository at this point in the history
…rguments

Co-authored-by: Martin Schlipf <[email protected]>
  • Loading branch information
MichaelWolloch and martin-schlipf authored May 17, 2024
1 parent fce96d0 commit 4789c31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/py4vasp/calculation/_partial_charge.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def to_dict(self):
def to_stm(
self,
selection: str = "constant_height",
*,
tip_height: float = 2.0,
current: float = 1.0,
supercell: Union[int, np.array] = 2,
Expand Down

0 comments on commit 4789c31

Please sign in to comment.