TrialSelectBond
-
class TrialSelectBond : public feasst::TrialSelect
A random particle of given type is selected if previously perturbed sites are not available. Select a single bond from given anchor to mobile sites.
Subclassed by feasst::TrialSelectAngle
Arguments
mobile_site: index of the mobile site.
anchor_site: index of the anchor site.
ignore_bond: if true, do not try to find a bond between mobile and anchor. This is used for generic reptations (default: false).
TrialSelect arguments.