Index: kernel/include/IMP/Restraint.h =================================================================== --- kernel/include/IMP/Restraint.h (revision 481) +++ kernel/include/IMP/Restraint.h (working copy) @@ -40,6 +40,14 @@ particles should allow the particle list to be skipped in the constructor and should provide methods so that the set of particles can be modified after construction. + + \note When logging is VERBOSE, restraints should print enough information + in evaluate to reproduce the the entire flow of data in evaluate. When + logging is TERSE the restraint should print out only a constant number of + lines per evaluate call. + + \note Physical restraints should use the units of kCal/Mol for restraint + values and kCal/A Mol for derivatives. */ class IMPDLLEXPORT Restraint : public internal::Object {