This is the API for executing the MOPAC2012 backend as an external
binary.
|
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
write_mop_file(self,
ct,
mopfile,
method=' RM1 ' ,
geopt=True,
keywords='
' ,
plotMO=None,
gridres=None,
gridext=None)
Write a new .mop MOPAC input file based on a Structure object and
input keywords and settings. |
|
|
|
_tail_output_file(self,
outfile)
Tail all the lines in the MOPAC2012 output file from occurrence of
'JOB ENDED' to the end of file, printing to stdout. |
|
|
|
|
MopacResults object
|
run(self,
inputfile,
structure=None)
Run a MOPAC calculation in the local directory with a .mop input
file. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|