PyEMMA icon indicating copy to clipboard operation
PyEMMA copied to clipboard

🚂 Python API for Emma's Markov Model Algorithms 🚂

Results 67 PyEMMA issues
Sort by recently updated
recently updated
newest added

The `plot_cktest()` function in the current (pyemma-2.5.4) release is not flexible enough as we have seen in markovmodel/pyemma_tutorials#142. For instance, I would like to have an auxiliary function for individual...

low-prio
feature-request
plots

The order (indices) of the coarse grained states obtained by fluxAB = msm.tpt(M, A, B) fluxAB.coarse_grain(my_coarse_sets) is unclear. A is always at index 0 and and B is always at...

feature-request

Hi, Some tutorial notebooks have this LaTeX rendering issue: These are the notebooks that I see the problem: - http://www.emma-project.org/v2.5.5/generated/05-pcca-tpt.html - http://www.emma-project.org/v2.5.5/generated/07-hidden-markov-state-models.html There might be more though: You can try...

bug
documentation

koopman ignores the number of dimensions requested, and later gives fatal error. Here koopman method of tica generates 3 dimensions, but I have set dim=5 for the tica. tica_obj calculation...

bug
coordinates

feature request: calculation of the relative entropy between two MSM matrices of the same protein, like in https://www.ncbi.nlm.nih.gov/pmc/articles/PMC3637129/

feature-request

Following the example of `pyemma.msm.api`, it would be nice to have a `show_progress` parameter in the API functions of - [ ] `pyemma.coordinates` - [ ] `pyemma.thermo`

feature-request
coordinates
thermo

We just plotted contactmaps using a combination of mdtraj and pyemma. I think this is a useful feature and easy to implement, so why not offer a plotting function for...

enhancement
feature-request
plots

I've just received a comment from a PyEMMA user: ``` In this work, we assigned an additional label to each microstate in the unused digit position of the state labels,...

low-prio
feature-request

It would be great to be able to keep adding samples to an object without having to re-compute from scratch. E.g., after having called msm.its with `nsamples=10`, if I want...

enhancement
feature-request
design-discussion
msm