core set Markov state models #300
Replies: 2 comments 3 replies
-
Hi Joana, |
Beta Was this translation helpful? Give feedback.
-
Hey Tim, thanks for your tips, they were helpful. I have worked out the rough framework for the implementation, see below. Now I have run into a problem. In all existing deeptime models, you assume that the matrix on which we build the MSM is the pure transition matrix, which should be positive in all entries and row-normalised. This assumption is backed up in higher level ( in I would say the condition of positive entries does not apply to the csMSM, since the matrix passed into the deeptime/markov/msm/MarkovStateModel is the dot product of transition matrix ( with So my problem is that whenever I have a negative entry in I now see two possibilities to solve this problem:
Or do you think there is another way to allow a negative input to all the best framework for the implementationAs you suggested, I have added in:
deeptime/markov/
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I would like to have an overview of the current software that is able to generate core set MSMs with milestoning.$m_i^+(t)$ and backward $m_i^-(t)$ milestoning processes, with time $t$ and lagtime $\tau$ .$N$ into the milestoning processes
Specifically, I am looking for a set up that creates the transition matrix with the time-lagged correlation between forward
Basically, I need two main steps:
the projection of discrete trajectory of length
and the estimation of the count matrix, with elements
I know that pyemma has implemented the milestoning method, but if I understand it correctly it is only based on the backward process, right?
Have you integrated the method in deeptime?
All the best,
Joana
Beta Was this translation helpful? Give feedback.
All reactions