SU2#
- class cuequivariance.SU2(j: float)#
Irrep
的子类,李群 \(SU(2)\) 的不可约表示。每个表示都用一个非负半整数 \(j\) 标记。
示例
>>> SU2(0) 0 >>> SU2(1/2) 1/2 >>> SU2(1/2).dim 2 >>> SU2.from_string("1") 1
- classmethod clebsch_gordan( ) ndarray #
Clebsch-Gordan 系数张量。
形状为
(number_of_paths, rep1.dim, rep2.dim, rep3.dim)
,其中 rep3 是输出 irrep。另请参阅
- discrete_generators() ndarray #
表示的离散生成器
\[\rho(n) = H^n\]- 返回值:
形状为
(len(H), dim, dim)
的数组。- 返回类型:
np.ndarray