We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c613d commit ef328f9Copy full SHA for ef328f9
python/BioSimSpace/Process/_amber.py
@@ -66,7 +66,6 @@
66
67
from ._plumed import Plumed as _Plumed
68
69
-
70
class _Watcher:
71
"""A class to watch for changes to the AMBER energy info file. An event handler
72
is used trigger updates to the energy dictionary each time the file is modified.
python/BioSimSpace/Process/_gromacs.py
@@ -61,7 +61,6 @@
61
62
63
64
65
class Gromacs(_process.Process):
"""A class for running simulations using GROMACS."""
python/BioSimSpace/Process/_openmm.py
@@ -59,7 +59,6 @@
59
60
class OpenMM(_process.Process):
"""A class for running simulations using OpenMM."""
0 commit comments