You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.
Currently in the replay mode first step is initialized from the init file and then the first frame of the replay is taken into account. While it is not a bug but expected behaviour, it would be useful to be able to skip the first frame of the replay, since it is frequently the same as the initial position.
A following approach is possible:
add a flag in the input file while reading the replay file, like skip_first=True, which would ask i-PI to ignore the first frame and continue immediately to the second.
The text was updated successfully, but these errors were encountered:
Currently in the replay mode first step is initialized from the init file and then the first frame of the replay is taken into account. While it is not a bug but expected behaviour, it would be useful to be able to skip the first frame of the replay, since it is frequently the same as the initial position.
A following approach is possible:
add a flag in the input file while reading the replay file, like
skip_first=True
, which would ask i-PI to ignore the first frame and continue immediately to the second.The text was updated successfully, but these errors were encountered: