69 void setForceField(
ForceField* ff) { forceField_ = ff; };
70 void setSimulatedAtomTypes(AtomTypeSet& simtypes) {
75 RealType B, RealType C, BuckinghamType bt);
77 RealType B, RealType C, RealType sigma,
78 RealType epsilon, BuckinghamType bt);
80 virtual string getName() {
return name_; }
81 virtual int getHash() {
return BUCKINGHAM_INTERACTION; }
82 virtual RealType getSuggestedCutoffRadius(
83 pair<AtomType*, AtomType*> atypes);
92 vector<vector<BuckinghamInteractionData>>
98 AtomTypeSet simTypes_;