67 void setForceField(
ForceField* ff) { forceField_ = ff; };
68 void setSimulatedAtomTypes(AtomTypeSet& simtypes) {
73 RealType Re, RealType beta, MorseType mt);
75 virtual string getName() {
return name_; }
76 virtual int getHash() {
return MORSE_INTERACTION; }
77 virtual RealType getSuggestedCutoffRadius(
78 pair<AtomType*, AtomType*> atypes);
86 vector<vector<MorseInteractionData>>
91 AtomTypeSet simTypes_;