9 #ifndef IMPATOM_LENNARD_JONES_H
10 #define IMPATOM_LENNARD_JONES_H
12 #include <IMP/atom/atom_config.h>
15 IMPATOM_BEGIN_NAMESPACE
36 "Particle must already be an XYZR particle");
37 p->add_attribute(get_well_depth_key(), well_depth);
41 Float get_well_depth()
const {
45 void set_well_depth(
Float well_depth) {
47 get_particle()->set_value(get_well_depth_key(), well_depth);
53 && p->has_attribute(get_well_depth_key());
56 static FloatKey get_well_depth_key();