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: notebooks/05-pcca-tpt.ipynb
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
"<a rel=\"license\" href=\"http://creativecommons.org/licenses/by/4.0/\"><img alt=\"Creative Commons Licence\" style=\"border-width:0\" src=\"https://i.creativecommons.org/l/by/4.0/88x31.png\" title='This work is licensed under a Creative Commons Attribution 4.0 International License.' align=\"right\"/></a>\n",
10
10
"\n",
11
11
"In this notebook, we will cover how to use PCCA++ to extract a coarse representation of the MSM. We will further investigate how to use transition path theory (TPT) to follow the pathways of the processes.\n",
12
-
"When we want to analyze pathways, models with fewer states are more often desirable, since these are easier to understand. PCCA allows us to assign the microstates directly to **metastable** macrostates and TPT uses this group assignment to compute fluxes and pathways. \n",
12
+
"When we want to analyze pathways, models with fewer states are more often desirable, since these are easier to understand. PCCA allows us to assign the microstates directly to metastable macrostates and TPT uses this group assignment to compute fluxes and pathways. \n",
13
13
"\n",
14
14
"\n",
15
15
"Another method to get a model with viewer states are hidden Markov state models (HMM), introduced in notebook 07 [➜ 📓](07-hidden-markov-state-models.ipynb). In contrast to computing memberships of microstates to meta stable sets as in PCCA, in HMMs we directly obtain a model with viewer states.\n",
0 commit comments