Skip to content

Commit c53c465

Browse files
authored
Merge pull request #179 from markovmodel/soledits
More linking between notebook 00/06, other minor fixes.
2 parents 912d262 + c6b4947 commit c53c465

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

notebooks/00-pentapeptide-showcase.ipynb

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,15 +1002,16 @@
10021002
"We find that the committor is constant within the metastable sets defined above.\n",
10031003
"Transition regions can be identified by committor values $\\approx 0.5$.\n",
10041004
"\n",
1005-
"## Computing experimental observables [➜ 📓](07-expectations-and-observables.ipynb)\n",
1005+
"## Computing experimental observables [➜ 📓](06-expectations-and-observables.ipynb)\n",
10061006
"\n",
10071007
"Having thoroughly constructed, validated, and analyzed our MSM,\n",
10081008
"we may want to take the next step and compare our model to experimental data.\n",
10091009
"PyEMMA enables computation of stationary as well as dynamic experimental observables;\n",
10101010
"below we give give some examples of this.\n",
10111011
"We will make use of some external library functionality provided by MDTraj <a id=\"ref-9\" href=\"#cite-mdtraj\">mcgibbon-15</a>.\n",
10121012
"\n",
1013-
"Theoretical backgrounds can be found here:\n",
1013+
"[Notebook 06](06-expectations-and-observables.ipynb) includes a brief summary of the theory used in below.\n",
1014+
"More in-depth descriptions of the theory and their applications to various data can be found in the following references:\n",
10141015
"- <a id=\"ref-10\" href=\"#cite-simon-amm\">olsson-17</a>\n",
10151016
"- <a id=\"ref-11\" href=\"#cite-noe-fingerprints\">noe-11</a>\n",
10161017
"- <a id=\"ref-12\" href=\"#cite-simon-mech-mod-nmr\">olsson-16</a>\n",
@@ -1182,7 +1183,7 @@
11821183
"metadata": {},
11831184
"source": [
11841185
"As for the stationary expectation (ensemble averages) considered above,\n",
1185-
"we can use our pre-computed SASA vector to compute the auto-correlation function of trypotophan flourescene using the MSM `correlation()` method:"
1186+
"we can use our pre-computed SASA vector to compute the auto-correlation function of trypotophan flourescene using the MSM `correlation()` method (See [Notebook 06](06-expectations-and-observables.ipynb#Dynamic/kinetic-experimental-observables) for details):"
11861187
]
11871188
},
11881189
{
@@ -1234,7 +1235,7 @@
12341235
"Note the scale on the $y$-axis: this amplitude is likely too small to be experimentally measurable considering experimental uncertainty.\n",
12351236
"\n",
12361237
"However, using more advanced experimental setups such as stopped flow, T-jump, P-jump, and others,\n",
1237-
"we can prepare our ensemble in a non-equilibrium initial condition.\n",
1238+
"we can prepare our ensemble in a non-equilibrium initial condition. (See [Notebook 06](06-expectations-and-observables.ipynb#Dynamic/kinetic-experimental-observables) for details)\n",
12381239
"\n",
12391240
"Let us say we can experimentally prepare a sample to only be in metastable state $\\mathcal{S}_1$.\n",
12401241
"In this case, the initial condition will be given by the metastable distribution of metastable state $\\mathcal{S}_1$, $p_0$.\n",
@@ -1322,7 +1323,7 @@
13221323
"\n",
13231324
"## Hidden Markov models [➜ 📓](07-hidden-markov-state-models.ipynb)\n",
13241325
"\n",
1325-
"Another way of approaching metastable dynamics is with hidden Markov models (HMMs) <a id=\"ref-14\" href=\"#cite-hmm-baum-welch-alg\">baum-1970</a>.\n",
1326+
"Another way of approaching metastable dynamics is with hidden Markov models (HMMs) <a id=\"ref-14\" href=\"#cite-noe-proj-hid-msm\">noe-15</a>.\n",
13261327
"HMMs model the dynamics between so-called hidden states which we initiate from the metastable states found by PCCA++.\n",
13271328
"The estimation is less prone to discretization errors as we do not assume Markovianity in the space of our cluster centers.\n",
13281329
"It further provides a natural coarse graining into a given number of hidden states,\n",
@@ -1757,7 +1758,7 @@
17571758
"\n",
17581759
"<a id=\"cite-noe-dy-neut-scatt\"/><sup><a href=#ref-13>[^]</a></sup>Benjamin Lindner and Zheng Yi and Jan-Hendrik Prinz and Jeremy C. Smith and Frank Noé. 2013. _Dynamic neutron scattering from conformational dynamics. I. Theory and Markov models_. [URL](https://doi.org/10.1063/1.4824070)\n",
17591760
"\n",
1760-
"<a id=\"cite-hmm-baum-welch-alg\"/><sup><a href=#ref-14>[^]</a></sup>Leonard E. Baum and Ted Petrie and George Soules and Norman Weiss. 1970. _A Maximization Technique Occurring in the Statistical Analysis of Probabilistic Functions of Markov Chains_. [URL](http://www.jstor.org/stable/2239727)\n",
1761+
"<a id=\"cite-noe-proj-hid-msm\"/><sup><a href=#ref-14>[^]</a></sup>Frank Noé and Hao Wu and Jan-Hendrik Prinz and Nuria Plattner. 2013. _Projected and hidden Markov models for calculating kinetics and metastable states of complex molecules_. [URL](https://doi.org/10.1063/1.4828816)\n",
17611762
"\n"
17621763
]
17631764
}
@@ -1778,7 +1779,7 @@
17781779
"name": "python",
17791780
"nbconvert_exporter": "python",
17801781
"pygments_lexer": "ipython3",
1781-
"version": "3.6.5"
1782+
"version": "3.6.6"
17821783
},
17831784
"toc": {
17841785
"base_numbering": 1,

notebooks/06-expectations-and-observables.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,13 @@
715715
"We here compute the auto-correlation function of the distance between the amide and alpha protons."
716716
]
717717
},
718+
{
719+
"cell_type": "code",
720+
"execution_count": null,
721+
"metadata": {},
722+
"outputs": [],
723+
"source": []
724+
},
718725
{
719726
"cell_type": "code",
720727
"execution_count": null,

0 commit comments

Comments
 (0)