Trees | Indices | Help |
|
---|
|
object --+ | Results
A low memory results object - because the driver ends up holding on to results for a long time and can be simultaneously holding results for a large number of calculations, we want to keep the memory footprint of each result low. Mainly, we don't want to hold structures in memory, but also orbital eigenvectors, etc.
This class mimics a limited subset of the jaguar.output.JaguarResults class API. Future needs might increase which properties are kept, but do not keep any large-memory properties.
|
|||
|
|||
schrodinger.application.jaguar.output.JaguarResults |
|
||
schrodinger.structure.Structure |
|
||
schrodinger.structure.Structure |
|
||
schrodinger.structure.Structure or None |
|
||
Inherited from |
|
|||
Inherited from |
|
Create a Results object
|
Return the JaguarResults object for the geometry optimization step with the given energy
|
Get the structure associated with these results
|
Get the structure associated with these results from the .01.mae file - this may have some associated properties on it.
|
First tries to get the structure from the .mae file, if that doesn't exist for some reason, tries to get the structure from the .out file.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:40 2015 | http://epydoc.sourceforge.net |