yxy_rotation#
- cuequivariance.descriptors.yxy_rotation( ) EquivariantTensorProduct #
下标:
gamma[],beta[],alpha[],input[u],output[u]
三个旋转的组合
绕 y 轴旋转 gamma 角
然后绕 x 轴旋转 beta 角
然后绕 y 轴旋转 alpha 角
角度以下列方式编码
encoding(x) = [cos(x * l), cos(x * (l - 1)), ..., cos(x), 1, sin(x), sin(2 * x), ..., sin(l * x)]
其中 l 是输入和输出 irrep 中的最大 L。