asyncmd.mdengine

asyncmd.mdengine#

This module contains the abstract base class defining the interface for all MDEngines.

It also defines the commonly used exceptions for MDEngines.

Classes

MDEngine()

Abstract base class to define a common interface for all MDEngine.

Exceptions

EngineCrashedError

Exception raised when the (MD)-Engine crashes during a run.

EngineError

Exception raised when something goes wrong with the (MD)-Engine.