Package schrodinger :: Package application :: Package mopac :: Module mopac_launchers :: Class MopacLauncher71
[hide private]
[frames] | no frames]

Class MopacLauncher71

   object --+    
            |    
MopacLauncher --+
                |
               MopacLauncher71

This is the API for executing the MOPAC7.1 backend compiled from source, where we link to a shared library.

Nested Classes [hide private]

Inherited from MopacLauncher: __metaclass__

Instance Methods [hide private]
 
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature
 
init_plotting(self, opts)
This is not needed for MOPAC7.1.
MopacResults object
run(self, inputfile, structure=None)
Run a MOPAC calculation in the local directory.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  _default_method = 'MNDO'
  _valid_methods = ['AM1', 'MNDO', 'MNDOD', 'PM3', 'RM1']
  _method_synonyms = {'MNDO-D': 'MNDOD', 'MNDO/D': 'MNDOD'}
  __abstractmethods__ = frozenset([])
Properties [hide private]
  default_method
  valid_methods
  method_synonyms
  extra_keywords
  results

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

init_plotting(self, opts)

 

This is not needed for MOPAC7.1. Plotting is requested through MOPAC keywords.

Parameters:
  • opts - CmdlineParser parsed options object
Overrides: MopacLauncher.init_plotting

run(self, inputfile, structure=None)

 

Run a MOPAC calculation in the local directory. The optional Structure object is updated with the output data. Return a MopacResults object.

Parameters:
  • inputfile - name of MOPAC .mop input file
Returns: MopacResults object
Overrides: MopacLauncher.run

Property Details [hide private]

default_method

Get Method:
unreachable.default_method(self)

valid_methods

Get Method:
unreachable.valid_methods(self)

method_synonyms

Get Method:
unreachable.method_synonyms(self)

extra_keywords

Get Method:
unreachable.extra_keywords(self)

results

Get Method:
unreachable.results(self)