Expand description
Chemfiles selection grammar on CON frames (real impl behind chemfiles feature; stubs otherwise).
Chemfiles selection grammar on CON frames.
Real evaluation requires the chemfiles Cargo feature. Without it, APIs
return ChemfilesImportError::FeatureDisabled.
Structs§
- Frame
Selection Slice - One frame’s contribution to a multi-frame selection.
- Multi
Frame Selection Result - Multi-frame chemfiles selection: evaluate the same string on each frame.
- Selection
Match - One selection match (up to 4 atom indices, chemfiles-style).
- Selection
Result - Result of evaluating a chemfiles selection string on a
ConFrame.
Functions§
- evaluate_
selection_ on_ con_ frame - Evaluate a chemfiles selection-language string on a
ConFrame. - evaluate_
selection_ on_ frames - Multi-frame selection (stub without
chemfilesfeature). - parse_
selection_ string - Parse-only check for a selection string (returns context size).
- select_
atom_ indices - Atom-context selection: sorted unique atom indices.
- select_
atom_ positions_ on_ frames - Atom-context multi-frame positions (stub without
chemfilesfeature).