Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mushroomfire committed Dec 8, 2022
1 parent b9a1d18 commit c163514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class System:
Args:
filename (str, optional): DATA/DUMP filename. Defaults to None.
format (str, optional): 'data' or 'dump', One can explicitly assign the file format or mdapy will handle it with the postsuffix of filename.. Defaults to None.
format (str, optional): 'data' or 'dump', One can explicitly assign the file format or mdapy will handle it with the postsuffix of filename. Defaults to None.
box (np.ndarray, optional): (3 x 2) system box. Defaults to None.
pos (np.ndarray, optional): (Nparticles x 3) particles positions. Defaults to None.
boundary (list, optional): boundary conditions, 1 is periodic and 0 is free boundary. Defaults to [1, 1, 1].
Expand Down

0 comments on commit c163514

Please sign in to comment.