OEExactChargeFunc

Attention

This is a preliminary API and may be improved based on user feedback. It is currently available in C++ and Python.

class OEExactChargeFunc : public OEChargeFunc

This class calculates charge density overlap using all atoms on all atoms exact charge Gaussians.

The OEExactChargeFunc class defines the following public methods:

Public methods from OEChargeFunc are also available.

Constructor

OEExactChargeFunc() -> OEExactChargeFunc
OEExactChargeFunc(arg2: OEExactChargeFunc) -> OEExactChargeFunc

Default and copy constructors.

CreateCopy

CreateCopy() -> OEExactChargeFunc

Creates and returns a deep copy of this object.