pub fn spins(_py: Python<'_>, m: &Bound<'_, PyModule>) -> PyResult<()>
Expand description
Spin module of struqture Python interface
Module for representing spin indices (PauliProduct and DecoherenceProduct), spin systems (PauliOperator and PauliHamiltonian) and Lindblad type spin open systems (PauliLindbladNoiseOperator and PauliLindbladOpenSystem).
.. autosummary:: :toctree: generated/
PauliProduct
DecoherenceProduct
PauliOperator
PauliHamiltonian
PauliLindbladNoiseOperator
PauliLindbladOpenSystem