OEInterNonBondPotential¶
Attention
This API is currently available in C++ and Python.
class OEInterNonBondPotential : public OEInterNonBondBase
The OEInterNonBondPotential
class defines an interface
for calculation of inter-molecular non-bonded (both VdW and 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
OEInterMolFunc1
: - The following methods are publicly inherited from
OEInterNonBondPotBase
:
Constructors¶
OEInterNonBondPotential(const OEFFParams&, const OENonBondIntcsOption&)
OEInterNonBondPotential(const OEInterNonBondPotential&)
Constructor and copy constructor.
Assignment operator¶
OEInterNonBondPotential& operator=(const OEInterNonBondPotential&)
Assignment operator.