VisitModelIntra¶
-
class
VisitModelIntra
: public feasst::VisitModel¶ Intra-particle interactions are computed here. this does not include bonded interaction energies, but “inter”-like models such as lennard jones but between sites in the same particle (e.g., long chains).
Public Functions
-
VisitModelIntra
(const argtype &args = argtype())¶ args:
cutoff: ignore the interaction between a pair of sites when the difference between their indices, |i-j| <= cutoff (integer, default: -1).
-