schrodinger.application.jaguar.mmjag module

A wrapper to the C mmjag functions.

class schrodinger.application.jaguar.mmjag.MmJag(handle)

Bases: schrodinger.infra.mmobject.MmObject

A reference counting class for dealing with mmjag handles.

__init__(handle)

Initialize an object with an existing MM handle - i.e. one created with direct calls to the mmlibs.

By default, the MM resources will be managed by the object. To keep these from being cleaned up on object deletion, set manage_handle=False.

static initialize(error_handler=None)
static terminate()