Skip to content

Commit adc36d5

Browse files
Update OpenMM section for on-line delivery
1 parent 81f31a9 commit adc36d5

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

OPENMM/OpenMM_MD.ipynb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,13 @@
186186
"\n",
187187
"You should also see the trajectory file `5fdr_A_md.xtc` has been created. If you download this to your laptop (along with a copy of `5fdr_A.prmtop`, if you haven't got this already), as you did for the **Amber MD** workshop, you can visualize the trajectory using VMD or Chimera.\n",
188188
"\n",
189-
"In the next section of the workshop we will begin to look at more qualtitative analysis of simulation results."
189+
"# Summary\n",
190+
"\n",
191+
"If you are familiar with Python, OpenMM provides a very convenient approach to running MD simulations. The Notebook environment allows you to interleave code and comments, documenting your research for the benefit of both yourself and others.\n",
192+
"\n",
193+
"But you don't have to use a Notebook - put the same code into a .py file and you can run it on an HPC service, for example.\n",
194+
"\n",
195+
"The main issue with OpenMM is that if you want to run anything other than a \"vanilla\" MD simulation (e.g some form of enhanced sampling method) you will probably have to author a lot of extra code yourself, while many of the older command-line oriented tools (e.g. AMBER or GROMACS) offer many such options \"out of the box\"."
190196
]
191197
},
192198
{

0 commit comments

Comments
 (0)