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 LennardJones interactions between sites in the same particle (e.g., chains).

Arguments

  • intra_cut: ignore the interaction between a pair of sites when the difference between their indices, |i-j| <= intra_cut (integer, default: -1).