A class to parse and store the results of a MOPAC2012 calculation.
|
|
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
|
|
|
|
|
statusOk(self)
Needed to be consistent with legacy code |
|
|
|
|
|
|
|
populate_from_file(self,
filename)
Parse "filename" containing MOPAC2012 output data. |
|
|
|
|
set_final_structure(self,
structure)
Compile parsed results into the structure.properties dictionary. |
|
|
|
( list, list, list )
|
_get_basis_functions(self)
Get basis function exponents for each atom Note 0 implies no such
basis function on that atom. |
|
|
|
|
write_vis_files(self,
jobname,
nplot,
gridres,
gridext)
This function will call the Fortran routines to generate the 3D data
and .vis files for plotting surfaces. |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|