qsym2/sandbox/bindings/python/representation_analysis/
mod.rs

1//! Sandbox Python bindings for QSym² symmetry analysis via representation and corepresentation
2//! theories.
3//!
4//! See [`crate::drivers::representation_analysis`] and
5//! [`crate::sandbox::drivers::representation_analysis`] for more information.
6
7pub mod real_space_function;