跳到主要内容
Ctrl+K
cuEquivariance - Home cuEquivariance - Home

cuEquivariance

cuEquivariance - Home cuEquivariance - Home

cuEquivariance

目录

  • 教程
    • 群和表示
    • 数据布局
    • 等变张量积
    • 分段张量积
  • cuequivariance
    • Rep
    • Irrep
    • SO3
    • O3
    • SU2
    • clebsch_gordan
    • Irreps
    • IrrepsLayout
    • IrrepsAndLayout
    • SegmentedTensorProduct
    • EquivariantTensorProduct
    • 描述符
      • spherical_harmonics
      • fully_connected_tensor_product
      • channelwise_tensor_product
      • elementwise_tensor_product
      • linear
      • symmetric_contraction
      • x_rotation
      • y_rotation
      • yxy_rotation
    • assume
  • cuequivariance-jax
    • RepArray
    • from_segments
    • as_irreps_array
    • concatenate
    • randn
    • equivariant_tensor_product
    • tensor_product
    • Linear
    • LayerNorm
    • spherical_harmonics
  • cuequivariance-torch
    • EquivariantTensorProduct
    • TensorProduct
    • ChannelWiseTensorProduct
    • FullyConnectedTensorProduct
    • Linear
    • SymmetricContraction
    • TransposeIrrepsLayout
    • SphericalHarmonics
    • Rotation
    • Inversion
    • encode_rotation_angle
    • vector_to_euler_angles
    • BatchNorm
    • FullyConnectedTensorProductConv
  • 更新日志
  • cuequivariance-torch
  • vector_to_euler_angles

vector_to_euler_angles#

cuequivariance_torch.vector_to_euler_angles(
vector: Tensor,
) → tuple[Tensor, Tensor]#

将 3D 向量转换为欧拉角。

\[R_y(\alpha) R_x(\beta) \vec{e}_y = \vec{v}\]
参数:

vector (torch.Tensor) – 3D 向量。

返回:

beta 和 alpha 角。

返回类型:

tuple[torch.Tensor, torch.Tensor]

上一页

encode_rotation_angle

下一页

BatchNorm

在本页
  • vector_to_euler_angles()
NVIDIA NVIDIA
隐私政策 | 管理我的隐私 | 不要出售或分享我的数据 | 服务条款 | 可访问性 | 公司政策 | 产品安全 | 联系方式

Copyright © 2024-2025, NVIDIA Corporation & Affiliates.

© . All rights reserved.