Expand description
Python bindings for QSym² symmetry analysis of vibrational coordinates.
Structs§
- PyVibrational
Coordinate Collection Complex - Python-exposed structure to marshall complex vibrational coordinate collections between Rust and Python.
- PyVibrational
Coordinate Collection Real - Python-exposed structure to marshall real vibrational coordinate collections between Rust and Python.
Enums§
- PyVibrational
Coordinate Collection - Python-exposed enumerated type to handle the union type
PyVibrationalCoordinateCollectionReal | PyVibrationalCoordinateCollectionComplex
in Python.
Functions§
- rep_
analyse_ vibrational_ coordinate_ collection - Python-exposed function to perform representation symmetry analysis for real and complex
vibrational coordinate collections and log the result via the
qsym2-output
logger at theINFO
level.