1 #ifndef OPENMM_AMOEBA_IN_PLANE_ANGLE_FORCE_IMPL_H_
2 #define OPENMM_AMOEBA_IN_PLANE_ANGLE_FORCE_IMPL_H_
35 #include "openmm/internal/ForceImpl.h"
36 #include "openmm/AmoebaInPlaneAngleForce.h"
37 #include "openmm/Kernel.h"
61 return std::map<std::string, double>();
This is the internal implementation of a Context.
Definition: ContextImpl.h:53
const AmoebaInPlaneAngleForce & getOwner() const
Get the Force object from which this ForceImpl was created.
Definition: AmoebaInPlaneAngleForceImpl.h:53
AmoebaInPlaneAngleForceImpl(const AmoebaInPlaneAngleForce &owner)
void updateContextState(ContextImpl &context)
This method is called at the beginning of each time step.
Definition: AmoebaInPlaneAngleForceImpl.h:56
~AmoebaInPlaneAngleForceImpl()
void updateParametersInContext(ContextImpl &context)
std::vector< std::string > getKernelNames()
Get the names of all Kernels used by this Force.
This is the internal implementation of AmoebaInPlaneAngleForce.
Definition: AmoebaInPlaneAngleForceImpl.h:48
double calcForcesAndEnergy(ContextImpl &context, bool includeForces, bool includeEnergy, int groups)
Calculate the force on each particle generated by this ForceImpl and/or this ForceImpl's contribution...
A Kernel encapsulates a particular implementation of a calculation that can be performed on the data ...
Definition: Kernel.h:58
This class implements an interaction at trigonal centers corresponding to the projected in-plane angl...
Definition: AmoebaInPlaneAngleForce.h:52
A ForceImpl provides the internal implementation of a Force.
Definition: ForceImpl.h:57
void initialize(ContextImpl &context)
This is called after the ForceImpl is created and before updateContextState(), calcForces(), or calcEnergy() is called on it.
std::map< std::string, double > getDefaultParameters()
Get a map containing the default values for all adjustable parameters defined by this ForceImpl...
Definition: AmoebaInPlaneAngleForceImpl.h:60