Skip to content

Commit

Permalink
updating docstrings to add kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
StephMcCallum committed Jan 30, 2025
1 parent fa0313a commit 68f8dc6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion flowermd/base/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ class System(ABC):
Dictionary of base units to use for scaling.
Dictionary keys are "length", "mass", and "energy". Values should be an
unyt array of the desired base unit.
kwargs
See classes that inherit from System for kwargs
Warnings
--------
Expand Down Expand Up @@ -628,7 +630,9 @@ class Pack(System):
overlap : float, default 0.2
Minimum separation (nm) between particles of different molecules.
seed : int, default 12345
Random seed to be passed to PACKMOL.
Change seed to be passed to PACKMOL for different starting positions
kwargs
Arguments to be passed into mbuild.packing.fill_box
.. warning::
Expand Down

0 comments on commit 68f8dc6

Please sign in to comment.