| 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 0xd9f1750>
|
|||
_abc_negative_cache = <_weakrefset.WeakSet object at 0xd9f17d0>
|
|||
_abc_negative_cache_version = 18
|
|||
_abc_registry = <_weakrefset.WeakSet object at 0xd9f16d0>
|
|||
|
|||
|
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 | ||
|
Inherited from |
|||
|
|||
|
|
|
|
Populate a Schrodinger Structure object with output data.
|
Generate 3D plotting data and .vis files
|
|
|||
__abstractmethods__
|
|
|||
structureA Schrodinger Structure object which is populated with output data.
|
method
|
output_file
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:42 2015 | http://epydoc.sourceforge.net |