x_rotation#
- cuequivariance.descriptors.x_rotation( ) EquivariantTensorProduct #
下标:
phi[],input[u],output[u]
绕 x 轴旋转角度 beta
角度以下列方式编码
encoding(x) = [cos(x * l), cos(x * (l - 1)), ..., cos(x), 1, sin(x), sin(2 * x), ..., sin(l * x)]
其中 l 是输入和输出 irreps 中的最大 L。