Package schrodinger :: Package application :: Package mopac :: Module mopac_launchers
[hide private]
[frames] | no frames]

Module mopac_launchers

This module contains classes for launching different MOPAC versions.

Classes [hide private]
  MopacLicenseError
  MopacLauncher
This abstract base class (ABC) is designed to guide developers writing code to support future MOPAC releases.
  MopacLauncher71
This is the API for executing the MOPAC7.1 backend compiled from source, where we link to a shared library.
  MopacLauncher2012
This is the API for executing the MOPAC2012 backend as an external binary.
Functions [hide private]
 
get_mopac_launcher(version)
Return a MopacLauncher object for the requested MOPAC version.
 
get_mopac_results_instance(version)
Return a MopacResults object for the requested MOPAC version.
Variables [hide private]
  MOPAC2012 = '-MOPAC2012'
  MOPAC71 = '-MOPAC71'
  __package__ = 'schrodinger.application.mopac'