Skip to content

Commit 09b5d98

Browse files
committed
clarifications after UvA BioMolSim 2018 tutorial
1 parent cfe9555 commit 09b5d98

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

1_tps_sampling_tutorial.ipynb

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,13 +308,20 @@
308308
"initial_conditions = scheme.initial_conditions_from_trajectories(init_traj)"
309309
]
310310
},
311+
{
312+
"cell_type": "markdown",
313+
"metadata": {},
314+
"source": [
315+
"This should tell you that there are no missing ensembles and no extra ensembles. If not, then there's a problem with your definition of the $\\alpha_R$ state or with your definition of the $\\psi$ collective variable. Check those very carefully."
316+
]
317+
},
311318
{
312319
"cell_type": "markdown",
313320
"metadata": {},
314321
"source": [
315322
"## Running the simulation\n",
316323
"\n",
317-
"Now all the parts in place, and we can run the simulation! First, we open a file to store the results in, and then we build the simulation and run it."
324+
"Now all the parts are in place, and we can run the simulation! First, we open a file to store the results in, and then we build the simulation and run it."
318325
]
319326
},
320327
{
@@ -346,6 +353,13 @@
346353
"source": [
347354
"storage.close()"
348355
]
356+
},
357+
{
358+
"cell_type": "markdown",
359+
"metadata": {},
360+
"source": [
361+
"You're done running the (short) simulation. In the next notebook, we'll analyze these results, and then do a more thorough analysis of a longer simulation."
362+
]
349363
}
350364
],
351365
"metadata": {

2_tps_analysis_tutorial.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,8 @@
129129
"outputs": [],
130130
"source": [
131131
"# YOUR TURN: load a trajectory from your simulation. \n",
132-
"# Replace #### in the next line (and uncomment it).\n",
132+
"# Replace #### in the line below with the number of one of your steps\n",
133+
"# (and uncomment it the line).\n",
133134
"#traj = storage.steps[####].active[0].trajectory"
134135
]
135136
},
@@ -454,7 +455,7 @@
454455
},
455456
"outputs": [],
456457
"source": [
457-
"# YOUR TURN: find those trajectories. Find the right numbers to replace #### below (and uncomment them).\n",
458+
"# YOUR TURN: find such trajectories. Find the right numbers to replace #### below (and uncomment them).\n",
458459
"# The next cell will plot the trajectories.\n",
459460
"# trajA = flexible.steps[####].active[0].trajectory\n",
460461
"# trajB = flexible.steps[####].active[0].trajectory"

0 commit comments

Comments
 (0)