Module mopac_api
This is the top-level interface for running MOPAC calculations with
Schrodinger python scripts. It should be agnostic to the MOPAC
version.
A MopacAPI class should be instantiated with an argument requesting
the MOPAC release to be executed. It can then be used to launch MOPAC
jobs directly with a .mop filename or by passing a Schrodinger Structure
object and MOPAC keywords.
Copyright Schrodinger, LLC. All rights reserved.
|
MOPAC_MODE = ' mopac '
|
|
__package__ = ' schrodinger.application.mopac '
|