Pydoc: module energyReport
            
    
EnergyReport object.
 
a simple object with two members:
 
 name   - instanceName of the potential term
 energy - value of energy most recently evaluated
 
 
 
# This file was automatically generated by SWIG (http://www.swig.org).
# Version 4.0.2
#
# Do not make changes to this file unless you know what you are doing--modify
# the SWIG interface file instead.
  Classes | 
    
|        |   | 
- builtins.object
 - 
- EnergyReport
  
 
 
 
 
  class EnergyReport(builtins.object) |  
    
|     | 
EnergyReport(*args, **kwargs) 
  
   |  
|   | 
Methods defined here: 
- __init__(self, *args, **kwargs)
 - Initialize self.  See help(type(self)) for accurate signature.
  
- __repr__ = _swig_repr(self)
  
- __str__(self, *args, **kwargs) -> 'String'
 - Return str(self).
  
- pyXplorHelp(self, *args, **kwargs) -> 'String'
  
 
Static methods defined here: 
- __swig_destroy__ = delete_EnergyReport(...)
  
 
Data descriptors defined here: 
- __dict__
 
 
  
dictionary for instance variables (if defined) 
 
- __weakref__
 
 
  
list of weak references to the object (if defined) 
 
- deviation
 
 
  
 
 
- energy
 
 
  
 
 
- name
 
 
  
 
 
- thisown
 
 
  
The membership flag 
 
 |    |