This module parses and stores the results of a MOPAC2012 calculation. 
  A MopacResults2012 class is populated with data from the MOPAC2012 output
  files using a text parser.
    |  | 
        
          | fortfloat(val) Convert a floating point number in Fortran notation to a regular 
      float.
 |  |  | 
    |  | 
        
          | check_memory_use(nvals,
        name) Check memory requirment for a long list of floats.
 |  |  | 
    |  | 
        
          | update_props(props,
        key,
        value,
        precision=5) Update the props dictionary with the key-value pair, performing 
      consistency checks if the key already exists.
 |  |  | 
    |  | 
        
          | callback(regex) This decorator is just a convenient way to populate the callbacks 
      dictionary in the Mopac2012TextParser.
 |  |  | 
    |  |  |