Module qsym2::bindings::python::integrals

source ·
Expand description

Python bindings for QSym² atomic-orbital integral evaluations.

Structs§

  • Python-exposed structure to marshal basis angular order information between Python and Rust.
  • Python-exposed structure to marshall basis shell contraction information between Rust and Python.

Enums§

  • Python-exposed enumerated type to handle the union type bool | list[int] in Python.
  • Python-exposed enumerated type to handle the ShellOrder union type bool | Optional[list[tuple[int, int, int]]] in Python.
  • Python-exposed enumerated type to marshall basis spin constraint information between Rust and Python.

Functions§