FRQ: update/append trajectory #42
Labels
module: base
module: load
new feature
New feature
release: minor
Issues that need to be addressed in a minor release
status: to do
Issues that someone needs to work on
Proposed new feature or change:
To extend an existing trajectory with additional simulation data, it would be useful to be able to append frames to an existing trajectory. Since the trajectory object already has similar properties as a list, we can define an
append
methods similar to the one for lists. This also allows to update a trajectory for extended data.ToDo:
append
method inBaseTrajectory
extend=False
keyword toLammpsReader
andContinuumReader
True
, the reader checks whether new dump files are in the directory of theh5amep
file and if so, it adds those to the h5amep fileupdate
method inBaseTrajectory
orupdate
keyword toload.traj(...)
The text was updated successfully, but these errors were encountered: