Package gromacs :: Module core
[hide private]
[frames] | no frames]

Module core

source code


:mod:`gromacs.core` -- Core functionality
=========================================

Here the basic command class :class:`GromacsCommand` is defined. All
Gromacs command classes in :mod:`gromacs.tools` are automatically
generated from it.

.. autoclass:: Command
   :members:  __call__, run, transform_args, Popen, help,
             command_name
   
.. autoclass:: GromacsCommand
   :members: __call__, run, transform_args, Popen, help,
             check_failure, gmxdoc
   :inherited-members:

.. autoclass:: PopenWithInput
   :members:

Classes [hide private]
  Command
Wrap simple script or command.
  GromacsCommand
Base class for wrapping a g_* command.
  PopenWithInput
Popen class that knows its input.
Variables [hide private]
  logger = logging.getLogger('gromacs.core')