The first 'iteration' of the Python redesign is starting to converge - see #237. In a rough order of chronology and/or complexity, the next steps to be tackled in future PRs are as follows:
To Do - Functionality
def correlate_tensors(
tensor_1: TensorMap,
tensor_2: TensorMap,
angular_cutoff: Optional[int] = None,
selected_keys: Optional[Labels] = None,
) -> TensorMap:
"""
Performs the Clebsch Gordan tensor product of two TensorMaps that correspond
to densities or density correlations. Returns a new TensorMap corresponding
to a higher correlation-order descriptor.
The two input tensors can be single- or multi-center, and of arbitrary (and
different) correlation order, but must contain the same samples.
"""
To Do - Documentation
The first 'iteration' of the Python redesign is starting to converge - see #237. In a rough order of chronology and/or complexity, the next steps to be tackled in future PRs are as follows:
To Do - Functionality
correlate_tensors:To Do - Documentation
wigners) and compared to other rascaline Calculators --> i.e. PowerSpectrum updated to include (-1)^l factor