Module qsym2::bindings::python::representation_analysis::slater_determinant
source · Expand description
Python bindings for QSym² symmetry analysis of Slater determinants.
Structs§
- Python-exposed structure to marshall complex Slater determinant information between Rust and Python.
- Python-exposed structure to marshall real Slater determinant information between Rust and Python.
- Python-exposed structure storing the results of Slater determinant representation analysis.
Enums§
- Python-exposed enumerated type to handle the union type
PySlaterDeterminantReal | PySlaterDeterminantComplex
in Python.
Functions§
- Python-exposed function to perform representation symmetry analysis for real and complex Slater determinants and log the result via the
qsym2-output
logger at theINFO
level.