OECoulombPotential
Attention
This API is currently available in C++ and Python.
class OECoulombPotential : public virtual OENonBondPotBase
The OECoulombPotential class defines an interface for calculation of intra-molecular Coulomb force field interaction potentials.
- The following methods are publicly inherited from OEFunc0:
- The following methods are publicly inherited from OEFunc1:
- The following methods are publicly inherited from OEFunc2:
- The following methods are publicly inherited from OEMolFunc:
- The following methods are publicly inherited from OEFFPotential:
- The following methods are publicly inherited from OENonBondPotBase:
Constructors
OECoulombPotential(fp: OEFFParams, rcut: float = 0.0) -> OECoulombPotential
OECoulombPotential(arg2: OECoulombPotential) -> OECoulombPotential
Constructor and copy constructor.
Assignment operator
OECoulombPotential& operator=(const OECoulombPotential&)
Assignment operator.