VisitModelCell

class VisitModelCell : public feasst::VisitModel

Compute many-body inter-particle interactions using a cell list.

Arguments

  • min_length: build cell list with given minimum distance between cells as a floating point number. If “max_sigma” then use the largest mixed sigma value. If “max_cutoff” then use the largest mixed cutoff value.

  • cell_group_index: compute cells only in given group index (default: 0).

  • cell_group: as above, but use the name of the group, not the index. Do not use at the same time as cell_group_index (default: “”).

  • VisitModel arguments.