You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is to discuss whether we want to
(1) entirely move away from putting Euclidean tensors into the coupling matrix and instead just apply a transform at the end; or
(2) keep the euclidean tensors but replace the tables for the coco initial conditions with an implementation.
This is based on the following observation: there is a matrix A (easy to make explicit of course) such that x = r * A * Y1(x). This gives us in particular that a rotation matrix can be expanded as follows
I.e. we can explicitly express Q in terms of D^1 matrices and from here on the computation of the coupling coefficients could be automated. This can of course be extended to tensors of arbitrary order.
I think we should FOR SURE to (2), but even consider (1). What would the performance downside be? Is there a benefit to having less generality in the possible coupling coefficients?
This is to discuss whether we want to
(1) entirely move away from putting Euclidean tensors into the coupling matrix and instead just apply a transform at the end; or
(2) keep the euclidean tensors but replace the tables for the coco initial conditions with an implementation.
This is based on the following observation: there is a matrix A (easy to make explicit of course) such that
x = r * A * Y1(x)
. This gives us in particular that a rotation matrix can be expanded as followsI.e. we can explicitly express Q in terms of D^1 matrices and from here on the computation of the coupling coefficients could be automated. This can of course be extended to tensors of arbitrary order.
I think we should FOR SURE to (2), but even consider (1). What would the performance downside be? Is there a benefit to having less generality in the possible coupling coefficients?
CC @MatthiasSachs
The text was updated successfully, but these errors were encountered: