Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions package/doc/sphinx/source/documentation_pages/selections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -302,12 +302,10 @@ prop [abs] *property* *operator* *value*


.. note::
By default periodicity **is** taken into account with geometric
selections, i.e. selections will find atoms that are in different
periodic images.
To control this behaviour, use the boolean ``"periodic"`` keyword
argument of :meth:`~MDAnalysis.core.groups.AtomGroup.select_atoms`.

Geometric selections internally use capped distance searches together
with periodic KD-trees to correctly handle periodic boundary conditions
(PBC). This ensures that atom selections follow the minimum image
convention when computing distances across periodic boundaries.

Similarity and connectivity
---------------------------
Expand Down
Loading