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(const OEExactChargeFunc&)

Default and copy constructors.

CreateCopy

OEExactChargeFunc* CreateCopy() const

Creates and returns a deep copy of this object.