Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DynamicsEngine.generate_n_frames #428

Merged
merged 1 commit into from Jan 23, 2016

Conversation

dwhswenson
Copy link
Member

Adds a function to DynamicsEngine to get multiple frames at once (generate_n_frames). This process is only implemented in the forward direction. If the user wants the reverse trajectory, the user can explicitly reverse -- under most such circumstances, it nerateould make more sense to use the existing infrastructure, if that is what is desired. This is intended for the many non-path-sampling examples where we generate a fixed length trajectory from an initial point.

Overriding this default implementation could (with a few other tricks) allow for much faster implementations for fixed-length trajectories on small systems.

@dwhswenson
Copy link
Member Author

This should be ready for review.

@jhprinz
Copy link
Contributor

jhprinz commented Jan 23, 2016

lgtm

jhprinz added a commit that referenced this pull request Jan 23, 2016
@jhprinz jhprinz merged commit d7105cf into openpathsampling:master Jan 23, 2016
@dwhswenson dwhswenson deleted the engine_get_n_frames branch April 7, 2016 11:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants