Skip to content

Commit

Permalink
this branch fixes #37 and #47
Browse files Browse the repository at this point in the history
  • Loading branch information
Kay-Robert Dormann committed Oct 18, 2024
1 parent 1336a73 commit 2d6db15
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions amep/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,11 @@ def __init__(
r'''
Reader for simulation data in the gsd file format (hoomd-blue).
Note: The gsd file format does not save the (physical) time.
Only the timestep is saved. By supplying the simulation
timestep `dt`, the (physical) time will be calculated.
The default for `dt` is 1.
Parameters
----------
directory : str
Expand Down

0 comments on commit 2d6db15

Please sign in to comment.