msmbuilder icon indicating copy to clipboard operation
msmbuilder copied to clipboard

:building_construction: Statistical models for biomolecular dynamics :building_construction:

Results 100 msmbuilder issues
Sort by recently updated
recently updated
newest added

From Xuhui's group http://aip.scitation.org/doi/abs/10.1063/1.4995558 (h/t @msultan)

I'm getting this error: ``` ImportError: bad magic number in 'msmbuilder.libdistance': b'\x03\xf3\r\n' ``` when I run `python setup.py develop`, but not when I run `python setup.py install`.

I think there is an inconsistency in the formatting of the filenames that are saved when using subcommands from the `msmb` command line functionality and the `save_trajs` function of the...

Might be an easy fix. Here's an example of failing code (modified from the existing mfpt tests). ``` import numpy as np from msmbuilder import tpt from msmbuilder.msm import MarkovStateModel...

Hi, I'm using Pipeline and ShuffleSplit with msmbuilder3.7.0 to perform cross validation of different parameters. I'm iterating through the different parameters and printing the gmrq score of each ShuffleSplit fold...

How do the @msmbuilder/developers feel about retiring the email list? I think the github issue tracker is probably a better way since the issues are indexed by google and easier...

I'm trying to draw samples from an msm generated with msmbuilder, but I run into an error with the command shown in `microstate-traj.py`: ```python inds = sample_msm(ttrajs, kmeans.cluster_centers_, msm, n_steps=200,...

Hi, Please check out the attachment. I did these tICA analyses on the same system but different versions of msmbuilders (3.0 and 3.7); However, it showed a "shifted" folding behaviors....

e.g. (implicitly) recommended practices for implied timescales are different in the [example notebooks](https://github.com/msmbuilder/msmbuilder/blob/master/examples/advanced/implied-timescales.ipynb), and the [tutorial](https://github.com/msmbuilder/msmbuilder/blob/master/msmbuilder/project_templates/msm/timescales-plot.py). I think we should probably update the old/"advanced" example notebooks.