markovmodel / PyEMMA

🚂 Python API for Emma's Markov Model Algorithms 🚂
http://pyemma.org
GNU Lesser General Public License v3.0
307 stars 118 forks source link

generate a synthetic trajectory from markov model #1539

Closed jeromeRlon closed 2 years ago

jeromeRlon commented 2 years ago

Hi!

I'm using pyemma 2.1.10 and i am trying to generate a synthetic trajectory from markov model?

I did not see the tutorial about it in the documentation, could you tell me how to do this?

Thanks

thempel commented 2 years ago

Once you have an estimated MSM, you can call msm.simulate(number_of_steps). Api docs are here.

clonker commented 2 years ago

I assume this is answered, otherwise please feel free to reopen