| Trees | Indices | Help | 
 | 
|---|
|  | 
object --+
         |
        MopacLauncher
This abstract base class (ABC) is designed to guide developers writing
code to support future MOPAC releases.
It shouldn't be instantiated.
The intention is that a new release will require a new MopacLauncher
subclass and this ABC documents the required interface to be automatically
compliant with the legacy code.
There are currently two subclasses:
    (1) MopacLauncher71
    (2) MopacLauncher2012
| 
 | |||
| __metaclass__ Metaclass for defining Abstract Base Classes (ABCs). | |||
| 
 | |||
| MopacResults object | 
 | ||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| __abstractmethods__ =  | |||
| _abc_cache = <_weakrefset.WeakSet object at 0x2b331712b290> | |||
| _abc_negative_cache = <_weakrefset.WeakSet object at 0x2b33171 | |||
| _abc_negative_cache_version = 25 | |||
| _abc_registry = <_weakrefset.WeakSet object at 0x2b331712b190> | |||
| 
 | |||
| default_method | |||
| valid_methods | |||
| method_synonyms | |||
| extra_keywords | |||
| results | |||
| 
 | |||
| 
 Run a MOPAC calculation in the local directory. The optional Structure object is updated with the output data. 
 | 
| 
 Process cmdline arguments that request data plotting. 
 | 
| 
 | |||
| __abstractmethods__
 | 
| _abc_negative_cache
 | 
| 
 | |||
| default_method
 | 
| valid_methods
 | 
| method_synonyms
 | 
| extra_keywords
 | 
| results
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:49 2016 | http://epydoc.sourceforge.net |