80 void setForceField(
ForceField* ff) { forceField_ = ff; };
81 void setSimulatedAtomTypes(AtomTypeSet& simtypes) {
87 RealType epsilon, RealType m, RealType n,
92 virtual string getName() {
return name_; }
93 virtual int getHash() {
return SC_INTERACTION; }
94 virtual RealType getSuggestedCutoffRadius(
95 pair<AtomType*, AtomType*> atypes);
110 vector<vector<SCInteractionData>>
115 AtomTypeSet simTypes_;