You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manuscript/manuscript.tex
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,8 @@ \subsection{Markov state models}
160
160
\begin{equation}
161
161
\mathbf{P}(k \tau) = \mathbf{P}^k(\tau),
162
162
\end{equation}
163
-
where the left-hand side of the equation corresponds to an MSM estimated at lag time $k\tau$, where $k$ is an integer larger than~$1$, whereas the right-hand side of the equation is our estimated MSM transition probability matrix to the $k^\textrm{th}$ power.
163
+
where the left-hand side of the equation corresponds to an MSM estimated at lag time $k\tau$, where $k$ is an integer larger than~$1$,
164
+
whereas the right-hand side of the equation is our estimated MSM transition probability matrix to the $k^\textrm{th}$ power.
164
165
By assessing how well the approximated transition probability matrix adheres to the CK property, we can validate the appropriateness of the Markovian assumption for the model (see Sec.~IV.F in~\cite{msm-jhp}).
165
166
166
167
Once validated, the transition matrix can be decomposed into eigenvectors and eigenvalues.
@@ -283,7 +284,8 @@ \subsection{Hidden Markov state models}
283
284
we can similarly compute the metastable kinetics, apply TPT, visualize the network, and obtain physical observables.
284
285
285
286
For an extensive discussion of details about HMM properties and the estimation algorithm in general, we suggest Ref.~\cite{hmm-tutorial}.
286
-
For its specific application to the discretization of MSMs using HMMs, we suggest Ref.~\cite{noe-proj-hid-msm}. A generalized extension for estimating this type of low-dimensional projection from the data is given in Ref.~\cite{wu2015projected}.
287
+
For its specific application to the discretization of MSMs using HMMs, we suggest Ref.~\cite{noe-proj-hid-msm}.
288
+
A generalized extension for estimating this type of low-dimensional projection from the data is given in Ref.~\cite{wu2015projected}.
287
289
288
290
\subsection{Software and installation}
289
291
@@ -306,11 +308,11 @@ \subsection{Software and installation}
306
308
307
309
The underlying software stack for running the tutorial consists of:
308
310
\begin{itemize}
309
-
\item\textbf{PyEMMA} -- MSM/HMM estimation, validation, analysis, and visualization, and its dependencies~\cite{pyemma}
310
-
\item mdshare -- A downloader for MD data from a public server
311
-
\item notebook -- The Jupyter~\cite{jupyter} notebook tool used for running the tutorials, along with extension packages jupyter\_contrib\_nbextensions and nbexamples
312
-
\item matplotlib -- A plotting library~\cite{matplotlib}
313
-
\item nglview -- Widget for active viewing of molecular structures in Jupyter environments~\cite{nglview}
311
+
\item\textbf{PyEMMA} -- MSM/HMM estimation, validation, analysis, and visualization, and its dependencies~\cite{pyemma}
312
+
\item mdshare -- A downloader for MD data from a public server
313
+
\item notebook -- The Jupyter~\cite{jupyter} notebook tool used for running the tutorials, along with extension packages jupyter\_contrib\_nbextensions and nbexamples
314
+
\item matplotlib -- A plotting library~\cite{matplotlib}
315
+
\item nglview -- Widget for active viewing of molecular structures in Jupyter environments~\cite{nglview}
314
316
\end{itemize}
315
317
316
318
The tutorial software is currently supported for Python versions~$3.5$ and~$3.6$ on the operating systems Linux, OSX, and Windows.
0 commit comments