markovmodel / msmtools

Tools for estimating and analyzing Markov state models
GNU Lesser General Public License v3.0
40 stars 26 forks source link

Generate trajectories for multiple starting states instead of just one #96

Closed alexlafleur closed 6 years ago

alexlafleur commented 7 years ago

In our research, we needed the possibility to generate trajectories with multiple starting states. So, we suggest this change in the code.

Best regards, Alexandra

franknoe commented 7 years ago

Thanks, I'm fine with that. Although for me just using the available functionality with

trajs = [trajectory(N, start=s) for s in starts]

would be good enough, but maybe that's a matter of taste.