65 void setForceField(
ForceField* ff) { forceField_ = ff; };
66 void setSimulatedAtomTypes(AtomTypeSet& simtypes) {
72 RealType sigma, RealType epsilon);
74 virtual string getName() {
return name_; }
75 virtual int getHash() {
return LJ_INTERACTION; }
76 virtual RealType getSuggestedCutoffRadius(
77 pair<AtomType*, AtomType*> atypes);
84 void getLJfunc(
const RealType r, RealType& pot, RealType& deriv);
90 vector<vector<LJInteractionData>>
94 AtomTypeSet simTypes_;