This class is an API for the MOPAC backend.
    |  | 
        
          | __init__(self,
        args= [])x.__init__(...) initializes x; see help(type(x)) for signature
 |  |  | 
    |  | 
        
          | _setup_parallel_environment(self) Set up parallel environment defaults
 |  |  | 
    |  | 
        
          | parse_args(self,
        args) Parse the command line arguments and return a tuple of (options, 
      arguments).
 |  |  | 
    |  | 
        
          | get_launcher(self,
        method=None,
        geopt=True,
        settings=None,
        keywords= '')Get a StructureLauncher object to launch a MOPAC backend with a 
      Structure object.
 |  |  | 
    |  | 
        
          | run_structure(self,
        structure,
        jobname=None,
        method=None,
        geopt=True,
        kwdict=None,
        keywords= '',
        tmpdir='',
        input_file=False,
        save_output_file=False,
        scratch_cleanup='remove')Run a MOPAC calculation on an input structure.
 |  |  | 
    |  | 
        
          | run_mop_file(self,
        inputfile,
        jobname=None,
        tmpdir= '',
        save_output_file=False,
        scratch_cleanup='remove')Run a MOPAC job from an existing MOPAC input file in a scratch 
      directory and clean up afterwards.
 |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__hash__,__new__,__reduce__,__reduce_ex__,__repr__,__setattr__,__sizeof__,__str__,__subclasshook__ |