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

pub mod real_space_function;