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
(const argtype &args = argtype())¶ args:
neighbor_index: NeighborCriteria index contained in System (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 System &system) const¶ Return true if constraints are satisfied.
-