SelectTwoSites
-
class SelectTwoSites : 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.
Public Functions
-
int mobile_site() const
Return the mobile site.
-
int mobile_site2() const
Return the second mobile site.
Arguments
mobile_site: index of the mobile site.
mobile_site2: index of the second mobile site.
particle_type2: type of particle for second site. If -1, use the same particle (default: -1).
-
int mobile_site() const