Expand description
Python bindings for QSym² symmetry-group detection.
See crate::drivers::symmetry_group_detection
for more information.
Structs§
- PyMolecule
- Python-exposed structure to marshall molecular structure information between Rust and Python.
- PySymmetry
- Python-exposed structure to marshall symmetry information one-way from Rust to Python.
- PySymmetry
Builder - Builder for
PySymmetry
.
Enums§
- PySymmetry
Builder Error - Error type for PySymmetryBuilder
- PySymmetry
Element Kind - Python-exposed structure to marshall symmetry element kind information one-way from Rust to Python.
Functions§
- detect_
symmetry_ group - Python-exposed function to perform symmetry-group detection and log the result via the
qsym2-output
logger at theINFO
level.