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 typebool | Optional[list[tuple[int, int, int]]]
in Python. - Python-exposed enumerated type to marshall basis spin constraint information between Rust and Python.
Functions§
- Calculates the complex-valued two-centre overlap matrix for a basis set.
- Calculates the real-valued two-centre overlap matrix for a basis set.
- Calculates the complex-valued four-centre overlap tensor for a basis set.
- Calculates the real-valued four-centre overlap tensor for a basis set.