equiformer_v2
equiformer_v2 copied to clipboard
Inquiry About rescale_factor in SO3.py
Dear Developer,
I am writing to inquire about the rescale_factor = math.sqrt(length / (2 * mmax + 1))
defined in the SO3_Grid
and CoefficientMappingModule
classes within SO3.py
. Could you please explain its purpose? Additionally, would omitting rescale_factor
affect the network's equivariance?
Thank you for your assistance.
Best regards,
Yang Zhong