Python bindings for QSym²

Welcome to the API documentation for QSym² Python bindings!

All items in this documentation can be imported from the qsym2 module, such as

Python
from qsym2 import (
    SymmetryTransformationKind,
    PySlaterDeterminantReal,
    rep_analyse_slater_determinant
)