.gitattributes
.gitignore
.gitmodules
.pylintrc
.travis.yml
AUTHORS
LICENSE.txt
MANIFEST.in
README.rst
conftest.py
install_miniconda+pyemma.sh
pyproject.toml
setup.cfg
setup.py
setup_util.py
versioneer.py
.circleci/config.yml
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/stale.yml
devtools/ci/travis/install_miniconda.sh
devtools/ci/travis/make_docs.sh
devtools/conda-recipe/matplotlibrc
devtools/conda-recipe/meta.yaml
devtools/conda-recipe/run_test.py
devtools/doc-recipe/README.txt
devtools/doc-recipe/build.sh
devtools/doc-recipe/meta.yaml
doc/.gitignore
doc/Makefile
doc/README.rst
doc/requirements-build-doc.txt
doc/source/CHANGELOG.rst
doc/source/Configuration.rst
doc/source/DEVELOPMENT.rst
doc/source/INSTALL.rst
doc/source/conf.py
doc/source/index.rst
doc/source/ipython.rst
doc/source/legal.rst
doc/source/tutorial.rst
doc/source/_static/emma-logo.png
doc/source/_static/favicon.ico
doc/source/_static/pyemma_paper_doi.svg
doc/source/api/coordinates.clustering.rst
doc/source/api/coordinates.data.rst
doc/source/api/coordinates.pipelines.rst
doc/source/api/coordinates.transform.rst
doc/source/api/index.rst
doc/source/api/index_coor.rst
doc/source/api/index_msm.rst
doc/source/api/index_plots.rst
doc/source/api/index_serialization.rst
doc/source/api/index_thermo.rst
ext/pybind11/include/pybind11/attr.h
ext/pybind11/include/pybind11/buffer_info.h
ext/pybind11/include/pybind11/cast.h
ext/pybind11/include/pybind11/chrono.h
ext/pybind11/include/pybind11/common.h
ext/pybind11/include/pybind11/complex.h
ext/pybind11/include/pybind11/eigen.h
ext/pybind11/include/pybind11/embed.h
ext/pybind11/include/pybind11/eval.h
ext/pybind11/include/pybind11/functional.h
ext/pybind11/include/pybind11/iostream.h
ext/pybind11/include/pybind11/numpy.h
ext/pybind11/include/pybind11/operators.h
ext/pybind11/include/pybind11/options.h
ext/pybind11/include/pybind11/pybind11.h
ext/pybind11/include/pybind11/pytypes.h
ext/pybind11/include/pybind11/stl.h
ext/pybind11/include/pybind11/stl_bind.h
ext/pybind11/include/pybind11/detail/class.h
ext/pybind11/include/pybind11/detail/common.h
ext/pybind11/include/pybind11/detail/descr.h
ext/pybind11/include/pybind11/detail/init.h
ext/pybind11/include/pybind11/detail/internals.h
ext/pybind11/include/pybind11/detail/typeid.h
pyEMMA.egg-info/PKG-INFO
pyEMMA.egg-info/SOURCES.txt
pyEMMA.egg-info/dependency_links.txt
pyEMMA.egg-info/entry_points.txt
pyEMMA.egg-info/not-zip-safe
pyEMMA.egg-info/requires.txt
pyEMMA.egg-info/top_level.txt
pyemma/__init__.py
pyemma/_version.py
pyemma/logging.yml
pyemma/pyemma.cfg
pyemma/_base/__init__.py
pyemma/_base/estimator.py
pyemma/_base/loggable.py
pyemma/_base/model.py
pyemma/_base/parallel.py
pyemma/_base/progress/__init__.py
pyemma/_base/progress/test_progress.py
pyemma/_base/progress/reporter/__init__.py
pyemma/_base/serialization/__init__.py
pyemma/_base/serialization/cli.py
pyemma/_base/serialization/h5file.py
pyemma/_base/serialization/mdtraj_helpers.py
pyemma/_base/serialization/pickle_extensions.py
pyemma/_base/serialization/serialization.py
pyemma/_base/serialization/util.py
pyemma/_base/serialization/tests/__init__.py
pyemma/_base/serialization/tests/_test_classes.py
pyemma/_base/serialization/tests/test_cli.py
pyemma/_base/serialization/tests/test_serialization.py
pyemma/_base/serialization/tests/test_topology.py
pyemma/_base/tests/__init__.py
pyemma/_base/tests/test_estimator.py
pyemma/_ext/__init__.py
pyemma/_ext/orderedset/.gitignore
pyemma/_ext/orderedset/LICENSE
pyemma/_ext/orderedset/__init__.py
pyemma/_ext/orderedset/_orderedset.pyx
pyemma/_ext/sklearn/__init__.py
pyemma/_ext/sklearn/base.py
pyemma/_ext/sklearn/parameter_search.py
pyemma/_ext/variational/__init__.py
pyemma/_ext/variational/util.py
pyemma/_ext/variational/estimators/__init__.py
pyemma/_ext/variational/estimators/moments.py
pyemma/_ext/variational/estimators/running_moments.py
pyemma/_ext/variational/estimators/covar_c/CMakeLists.txt
pyemma/_ext/variational/estimators/covar_c/__init__.py
pyemma/_ext/variational/estimators/covar_c/covartools.cpp
pyemma/_ext/variational/estimators/covar_c/covartools.py
pyemma/_ext/variational/estimators/covar_c/covartools_cpp.h
pyemma/_ext/variational/estimators/tests/__init__.py
pyemma/_ext/variational/estimators/tests/benchmark_moments.py
pyemma/_ext/variational/estimators/tests/test_moments.py
pyemma/_ext/variational/estimators/tests/test_running_moments.py
pyemma/_ext/variational/solvers/__init__.py
pyemma/_ext/variational/solvers/direct.py
pyemma/_ext/variational/solvers/eig_qr/.gitignore
pyemma/_ext/variational/solvers/eig_qr/__init__.py
pyemma/_ext/variational/solvers/eig_qr/eig_qr.pyx
pyemma/_ext/variational/solvers/tests/__init__.py
pyemma/_ext/variational/solvers/tests/test_direct.py
pyemma/coordinates/__init__.py
pyemma/coordinates/acf.py
pyemma/coordinates/api.py
pyemma/coordinates/pipelines.py
pyemma/coordinates/clustering/__init__.py
pyemma/coordinates/clustering/assign.py
pyemma/coordinates/clustering/interface.py
pyemma/coordinates/clustering/kmeans.py
pyemma/coordinates/clustering/regspace.py
pyemma/coordinates/clustering/uniform_time.py
pyemma/coordinates/clustering/src/clustering_module.cpp
pyemma/coordinates/clustering/tests/__init__.py
pyemma/coordinates/clustering/tests/test_assign.py
pyemma/coordinates/clustering/tests/test_cluster.py
pyemma/coordinates/clustering/tests/test_cluster_samples.py
pyemma/coordinates/clustering/tests/test_kmeans.py
pyemma/coordinates/clustering/tests/test_mini_batch_kmeans.py
pyemma/coordinates/clustering/tests/test_regspace.py
pyemma/coordinates/clustering/tests/test_uniform_time.py
pyemma/coordinates/clustering/tests/util.py
pyemma/coordinates/data/__init__.py
pyemma/coordinates/data/data_in_memory.py
pyemma/coordinates/data/feature_reader.py
pyemma/coordinates/data/fragmented_trajectory_reader.py
pyemma/coordinates/data/h5_reader.py
pyemma/coordinates/data/numpy_filereader.py
pyemma/coordinates/data/py_csv_reader.py
pyemma/coordinates/data/sources_merger.py
pyemma/coordinates/data/_base/__init__.py
pyemma/coordinates/data/_base/_in_memory_mixin.py
pyemma/coordinates/data/_base/datasource.py
pyemma/coordinates/data/_base/iterable.py
pyemma/coordinates/data/_base/random_accessible.py
pyemma/coordinates/data/_base/streaming_estimator.py
pyemma/coordinates/data/_base/transformer.py
pyemma/coordinates/data/featurization/__init__.py
pyemma/coordinates/data/featurization/_base.py
pyemma/coordinates/data/featurization/angles.py
pyemma/coordinates/data/featurization/distances.py
pyemma/coordinates/data/featurization/featurizer.py
pyemma/coordinates/data/featurization/misc.py
pyemma/coordinates/data/featurization/util.py
pyemma/coordinates/data/util/__init__.py
pyemma/coordinates/data/util/frames_from_file.py
pyemma/coordinates/data/util/reader_utils.py
pyemma/coordinates/data/util/traj_info_backends.py
pyemma/coordinates/data/util/traj_info_cache.py
pyemma/coordinates/estimation/__init__.py
pyemma/coordinates/estimation/covariance.py
pyemma/coordinates/estimation/koopman.py
pyemma/coordinates/tests/__init__.py
pyemma/coordinates/tests/test_acf.py
pyemma/coordinates/tests/test_api_load.py
pyemma/coordinates/tests/test_api_source.py
pyemma/coordinates/tests/test_coordinates_iterator.py
pyemma/coordinates/tests/test_covar_estimator.py
pyemma/coordinates/tests/test_csvreader.py
pyemma/coordinates/tests/test_datainmemory.py
pyemma/coordinates/tests/test_discretizer.py
pyemma/coordinates/tests/test_eq_covar_estimator.py
pyemma/coordinates/tests/test_featurereader.py
pyemma/coordinates/tests/test_featurereader_and_tica.py
pyemma/coordinates/tests/test_featurereader_and_tica_projection.py
pyemma/coordinates/tests/test_featurizer.py
pyemma/coordinates/tests/test_fragmented_trajectory.py
pyemma/coordinates/tests/test_frames_from_file.py
pyemma/coordinates/tests/test_h5reader.py
pyemma/coordinates/tests/test_koopman_estimator.py
pyemma/coordinates/tests/test_numpyfilereader.py
pyemma/coordinates/tests/test_nystroem_tica.py
pyemma/coordinates/tests/test_pca.py
pyemma/coordinates/tests/test_pipeline.py
pyemma/coordinates/tests/test_random_access_stride.py
pyemma/coordinates/tests/test_readers.py
pyemma/coordinates/tests/test_save_traj.py
pyemma/coordinates/tests/test_save_trajs.py
pyemma/coordinates/tests/test_serialization.py
pyemma/coordinates/tests/test_source.py
pyemma/coordinates/tests/test_sources_merger.py
pyemma/coordinates/tests/test_streaming_transformer.py
pyemma/coordinates/tests/test_stride.py
pyemma/coordinates/tests/test_tica.py
pyemma/coordinates/tests/test_traj_info_cache.py
pyemma/coordinates/tests/test_vamp.py
pyemma/coordinates/tests/util.py
pyemma/coordinates/tests/data/bpti_001-033.xtc
pyemma/coordinates/tests/data/bpti_034-066.xtc
pyemma/coordinates/tests/data/bpti_067-100.xtc
pyemma/coordinates/tests/data/bpti_ca.pdb
pyemma/coordinates/tests/data/bpti_mini.binpos
pyemma/coordinates/tests/data/bpti_mini.dcd
pyemma/coordinates/tests/data/bpti_mini.h5
pyemma/coordinates/tests/data/bpti_mini.lh5
pyemma/coordinates/tests/data/bpti_mini.nc
pyemma/coordinates/tests/data/bpti_mini.netcdf
pyemma/coordinates/tests/data/bpti_mini.trr
pyemma/coordinates/tests/data/bpti_mini.xtc
pyemma/coordinates/tests/data/opsin_Ca_1_frame.pdb.gz
pyemma/coordinates/tests/data/opsin_aa_1_frame.pdb.gz
pyemma/coordinates/tests/data/test.pdb
pyemma/coordinates/tests/data/test_data_koopman.npz
pyemma/coordinates/transform/__init__.py
pyemma/coordinates/transform/_tica_base.py
pyemma/coordinates/transform/nystroem_tica.py
pyemma/coordinates/transform/pca.py
pyemma/coordinates/transform/tica.py
pyemma/coordinates/transform/vamp.py
pyemma/coordinates/util/__init__.py
pyemma/coordinates/util/patches.py
pyemma/coordinates/util/stat.py
pyemma/datasets/__init__.py
pyemma/datasets/api.py
pyemma/datasets/double_well_discrete.npz
pyemma/datasets/double_well_discrete.py
pyemma/datasets/double_well_thermo.py
pyemma/datasets/potentials.py
pyemma/datasets/tests/__init__.py
pyemma/datasets/tests/test_datasets.py
pyemma/msm/__init__.py
pyemma/msm/api.py
pyemma/msm/estimators/_OOM_MSM.py
pyemma/msm/estimators/__init__.py
pyemma/msm/estimators/_dtraj_stats.py
pyemma/msm/estimators/_msm_estimator_base.py
pyemma/msm/estimators/augmented_msm.py
pyemma/msm/estimators/bayesian_hmsm.py
pyemma/msm/estimators/bayesian_msm.py
pyemma/msm/estimators/implied_timescales.py
pyemma/msm/estimators/lagged_model_validators.py
pyemma/msm/estimators/maximum_likelihood_hmsm.py
pyemma/msm/estimators/maximum_likelihood_msm.py
pyemma/msm/estimators/oom_reweighted_msm.py
pyemma/msm/models/__init__.py
pyemma/msm/models/hmsm.py
pyemma/msm/models/hmsm_sampled.py
pyemma/msm/models/msm.py
pyemma/msm/models/msm_sampled.py
pyemma/msm/models/pcca.py
pyemma/msm/models/reactive_flux.py
pyemma/msm/tests/__init__.py
pyemma/msm/tests/birth_death_chain.py
pyemma/msm/tests/test_amm.py
pyemma/msm/tests/test_bayesian_hmsm.py
pyemma/msm/tests/test_bayesian_msm.py
pyemma/msm/tests/test_cktest.py
pyemma/msm/tests/test_cmsm.py
pyemma/msm/tests/test_dtraj_stats.py
pyemma/msm/tests/test_estimator.py
pyemma/msm/tests/test_hmsm.py
pyemma/msm/tests/test_its.py
pyemma/msm/tests/test_its_oom.py
pyemma/msm/tests/test_msm.py
pyemma/msm/tests/test_msm_serialization.py
pyemma/msm/tests/test_oom_msm.py
pyemma/msm/tests/test_reactive_flux.py
pyemma/msm/tests/test_subset.py
pyemma/msm/tests/test_tpt.py
pyemma/msm/tests/data/TestData_ITS_OOM.npz
pyemma/msm/tests/data/TestData_OOM_MSM.npz
pyemma/msm/util/__init__.py
pyemma/msm/util/subset.py
pyemma/plots/__init__.py
pyemma/plots/markovtests.py
pyemma/plots/networks.py
pyemma/plots/plots1d.py
pyemma/plots/plots2d.py
pyemma/plots/thermoplots.py
pyemma/plots/timescales.py
pyemma/plots/_ext/__init__.py
pyemma/plots/_ext/fruchterman_reingold.py
pyemma/plots/tests/__init__.py
pyemma/plots/tests/test_its.py
pyemma/plots/tests/test_markovtests.py
pyemma/plots/tests/test_networks.py
pyemma/plots/tests/test_plots1d.py
pyemma/plots/tests/test_plots2d.py
pyemma/thermo/__init__.py
pyemma/thermo/api.py
pyemma/thermo/estimators/DTRAM_estimator.py
pyemma/thermo/estimators/MBAR_estimator.py
pyemma/thermo/estimators/TRAM_estimator.py
pyemma/thermo/estimators/WHAM_estimator.py
pyemma/thermo/estimators/__init__.py
pyemma/thermo/estimators/_base.py
pyemma/thermo/estimators/_callback.py
pyemma/thermo/extensions/.gitignore
pyemma/thermo/extensions/__init__.py
pyemma/thermo/extensions/callback.py
pyemma/thermo/extensions/cset.py
pyemma/thermo/extensions/bar/_bar.c
pyemma/thermo/extensions/bar/_bar.h
pyemma/thermo/extensions/bar/bar.pyx
pyemma/thermo/extensions/dtram/_dtram.c
pyemma/thermo/extensions/dtram/_dtram.h
pyemma/thermo/extensions/dtram/dtram.pyx
pyemma/thermo/extensions/mbar/_mbar.c
pyemma/thermo/extensions/mbar/_mbar.h
pyemma/thermo/extensions/mbar/mbar.pyx
pyemma/thermo/extensions/mbar_direct/_mbar_direct.c
pyemma/thermo/extensions/mbar_direct/_mbar_direct.h
pyemma/thermo/extensions/mbar_direct/mbar_direct.pyx
pyemma/thermo/extensions/tram/_tram.c
pyemma/thermo/extensions/tram/_tram.h
pyemma/thermo/extensions/tram/tram.pyx
pyemma/thermo/extensions/tram_direct/_tram_direct.c
pyemma/thermo/extensions/tram_direct/_tram_direct.h
pyemma/thermo/extensions/tram_direct/tram_direct.pyx
pyemma/thermo/extensions/trammbar/trammbar.pyx
pyemma/thermo/extensions/trammbar_direct/trammbar_direct.pyx
pyemma/thermo/extensions/util/_util.c
pyemma/thermo/extensions/util/_util.h
pyemma/thermo/extensions/util/util.pyx
pyemma/thermo/extensions/wham/_wham.c
pyemma/thermo/extensions/wham/_wham.h
pyemma/thermo/extensions/wham/wham.pyx
pyemma/thermo/models/__init__.py
pyemma/thermo/models/memm.py
pyemma/thermo/models/multi_therm.py
pyemma/thermo/models/stationary.py
pyemma/thermo/tests/test_DTRAM.py
pyemma/thermo/tests/test_TRAM.py
pyemma/thermo/tests/test_api.py
pyemma/thermo/tests/test_thermo_msm.py
pyemma/thermo/tests/test_util.py
pyemma/thermo/util/__init__.py
pyemma/thermo/util/util.py
pyemma/util/.gitignore
pyemma/util/__init__.py
pyemma/util/_config.py
pyemma/util/annotators.py
pyemma/util/contexts.py
pyemma/util/debug.py
pyemma/util/discrete_trajectories.py
pyemma/util/exceptions.py
pyemma/util/files.py
pyemma/util/indices.py
pyemma/util/linalg.py
pyemma/util/log.py
pyemma/util/metrics.py
pyemma/util/numeric.py
pyemma/util/reflection.py
pyemma/util/statistics.py
pyemma/util/testing_tools.py
pyemma/util/types.py
pyemma/util/units.py
pyemma/util/tests/__init__.py
pyemma/util/tests/statistics_test.py
pyemma/util/tests/test_config.py
pyemma/util/tests/test_discrete_trajectories.py
pyemma/util/tests/test_log.py
pyemma/util/tests/test_shortcut.py
pyemma/util/tests/test_units.py
pyemma/util/tests/data/dtraj.dat
pyemma/util/tests/data/dtraj.npy