pub fn py_coupled_spins( py: Python<'_>, spin_1: &Bound<'_, PyAny>, spin_2: &Bound<'_, PyAny>, ) -> PyResult<Vec<Py<PyAny>>>
Return all possible coupled total spins from two daughter spins.