pyemma_tutorials
pyemma_tutorials copied to clipboard
How to analyze molecular dynamics data with PyEMMA
 Please help in rectifying this error.
When I ran the code block its = pyemma.msm.its(cluster.dtrajs, lags=50, nits=10, errors='bayes') pyemma.plots.plot_implied_timescales(its, units='ns', dt=0.1); It show "estimating BayesianMSM: 80%" and I ran it multiple times but it just fluctuated...
I'm following the tutorial on your GitHub page, but I encountered an error when calling pyemma.plots.plot_cktest(). The error traceback indicates: File "/mnt/WORKSPACE/xiongyq/AD/Tau/7p65_av1451/analyse/msm/test2.py", line 21, in pyemma.plots.plot_cktest(msm.cktest(4), units='ps') File "/home/xiongyq/WORKSPACE/soft/anaconda3/lib/python3.11/site-packages/pyemma/plots/markovtests.py", line...