markovmodel / PyEMMA

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

What should i do when my fraction of sets and counts are less than 1? #1611

Open hima111997 opened 1 year ago

hima111997 commented 1 year ago

i am following the tutorial on the pyEMMA website on my system and when i calculate the fraction of used states and counts they appear as 0.38 and 0.48, respectively. i have a 400 ns (4000 frame) trajectory.

Is this wrong? if yes how to solve it? if no, should i use the indices of the clusters for further steps? if the problem was the sampling, will using the weighted ensemble method help in this problem?

Thanks