Skip to content

Commit

Permalink
Changed docstring in add_multipoles
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashoermann200 committed Oct 29, 2024
1 parent 7cbe7e6 commit 68d096a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dfttools/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@ def add_multipoles(self, multipoles) -> None:
Parameters
----------
multipoles : list of float, or list of lists
Each multipole is defined as a list: [x, y, z, order, charge].
With: x,y,z: cartesian coordinates
Each multipole is defined as a list -> [x, y, z, order, charge].
With x,y,z cartesian coordinates
order: 0 for monopoles, 1 for dipoles
charge: charge
Expand Down

0 comments on commit 68d096a

Please sign in to comment.