Expand description
Python bindings for QSym² symmetry analysis of Slater determinants.
Structs§
- PySlater
Determinant Complex - Python-exposed structure to marshall complex Slater determinant information between Rust and Python.
- PySlater
Determinant Real - Python-exposed structure to marshall real Slater determinant information between Rust and Python.
- PySlater
Determinant RepAnalysis Result - Python-exposed structure storing the results of Slater determinant representation analysis.
Enums§
- PySlater
Determinant - Python-exposed enumerated type to handle the union type
PySlaterDeterminantReal | PySlaterDeterminantComplex
in Python.
Functions§
- rep_
analyse_ slater_ determinant - 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.