Closed
Description
Feature Description
Updating trajectories might change the timesteps, and that means global data has to be modified.
Alternatively, if every usage of global data requires we append the current trajectory length to access the global data values, we can avoid any need to reindex the components. Kind of like a trajectory indexing util that gets indices by appending.
Importance
1 (lowest)
What does this feature affect?
- construction
- methods
- plotting
- documentation
- tests
- other (please specify below)
Other information
No response