SelectCluster
-
class SelectCluster : public feasst::TrialSelect
Select a random particle. Find all particles which interact with any of the sites on the selection via full potential (default) or a given reference potential.
Public Functions
-
SelectCluster(argtype args = argtype())
args:
neighbor_index: NeighborCriteria index contained in Configuration (default: 0).
-
void select_cluster(const int first_particle, const System &system, Select *select)
Return a cluster as selection given one particle in the system.
-
bool are_constraints_satisfied(const int old, const System &system) const
Return true if constraints are satisfied.
-
SelectCluster(argtype args = argtype())