| Trees | Indices | Help | 
 | 
|---|
|  | 
object --+
         |
        MopacResults
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 MopacResults
subclass and this ABC documents the required interface to be automatically
compliant with the legacy code.
There are currently two subclasses:
    (1) MopacResults71
    (2) MopacResults2012
| 
 | |||
| __metaclass__ Metaclass for defining Abstract Base Classes (ABCs). | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| __abstractmethods__ =  | |||
| _abc_cache = <_weakrefset.WeakSet object at 0x2b33170c3810> | |||
| _abc_negative_cache = <_weakrefset.WeakSet object at 0x2b33170 | |||
| _abc_negative_cache_version = 25 | |||
| _abc_registry = <_weakrefset.WeakSet object at 0x2b33170c3790> | |||
| 
 | |||
| structure A Schrodinger Structure object which is populated with output data. | |||
| str name of semi-empirical method (i.e. a MOPAC keyword) | method | ||
| str name of output file generated by MOPAC. | output_file | ||
| 
 | |||
| 
 
 | 
| 
 
 | 
| 
 
 | 
| 
 
 | 
| 
 Populate a Schrodinger Structure object with output data. 
 | 
| 
 Generate 3D plotting data and .vis files 
 | 
| 
 | |||
| __abstractmethods__
 | 
| _abc_negative_cache
 | 
| 
 | |||
| structureA Schrodinger Structure object which is populated with output data. 
 | 
| method
 | 
| output_file
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:49 2016 | http://epydoc.sourceforge.net |