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(const OEMolPotential::OEFFParams& fp,
const double rcut = 0.0);
OECoulombPotential(const OECoulombPotential&)
Constructor and copy constructor.
Assignment operator
OECoulombPotential& operator=(const OECoulombPotential&)
Assignment operator.