From fe0d0e624df751065a2693c29afedc92ed699751 Mon Sep 17 00:00:00 2001 From: Gabriel Studer <gabriel.studer@unibas.ch> Date: Mon, 29 Feb 2016 11:56:01 +0100 Subject: [PATCH] make the example run.... --- modules/mol/mm/doc/molmm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mol/mm/doc/molmm.rst b/modules/mol/mm/doc/molmm.rst index 14df01078..2a8d8e549 100644 --- a/modules/mol/mm/doc/molmm.rst +++ b/modules/mol/mm/doc/molmm.rst @@ -47,7 +47,7 @@ Setting up a simple simulation from ost.mol import mm - prot=io.LoadPDB('awesome_structure.pdb') + prot=io.LoadPDB('1crn',remote=True) #set up the simulation settings = mm.Settings() -- GitLab