Interface | Description |
---|---|
NeighborCriterionMolecular |
Atom filter used to specify whether two atoms are considered neighbors,
for the purpose of tabulating neighbor lists.
|
Class | Description |
---|---|
CriterionAdapterMolecular |
Wraps another criterion while adding additional criteria to the acceptance
decision.
|
CriterionAllMolecular |
Specifies that all atoms pairs are to be considered neighbors.
|
CriterionSimpleMolecular |
Simple neighbor criterion based on distance between the two molecules
If the molecule moves further than r^2; the update method will kick in
to update the neighborlist.
|
CriterionSpecies |
Filters molecule to match a given species.
|
CriterionSpeciesPair |
Filters molecule pairs to match a given pair of Species.
|
PotentialMasterNbrMolecular |