x_rotation#
- cuequivariance.descriptors.x_rotation( ) EquivariantTensorProduct #
subsrcipts:
phi[],input[u],output[u]
Rotation around the x-axis by angle beta
The angle is encoded in the following way:
encoding(x) = [cos(x * l), cos(x * (l - 1)), ..., cos(x), 1, sin(x), sin(2 * x), ..., sin(l * x)]
where l is the maximum L in the input and output irreps.