File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
package/doc/sphinx/source/documentation_pages Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -302,12 +302,10 @@ prop [abs] *property* *operator* *value*
302302
303303
304304.. note ::
305- By default periodicity **is ** taken into account with geometric
306- selections, i.e. selections will find atoms that are in different
307- periodic images.
308- To control this behaviour, use the boolean ``"periodic" `` keyword
309- argument of :meth: `~MDAnalysis.core.groups.AtomGroup.select_atoms `.
310-
305+ Geometric selections internally use capped distance searches together
306+ with periodic KD-trees to correctly handle periodic boundary conditions
307+ (PBC). This ensures that atom selections follow the minimum image
308+ convention when computing distances across periodic boundaries.
311309
312310Similarity and connectivity
313311---------------------------
You can’t perform that action at this time.
0 commit comments