We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97cc13a commit 7c26eb8Copy full SHA for 7c26eb8
examples/gromacs/repo_files/client.py
@@ -13,7 +13,7 @@
13
logger.setLevel(logging.INFO)
14
15
i = 0
16
-u = mda.Universe(NAMD_TOPOL, "localhost:8888")
+u = mda.Universe(NAMD_TOPOL, "imd://localhost:8888")
17
for ts in u.trajectory:
18
i += 1
19
0 commit comments