qit.utils.angular_momentum

qit.utils.angular_momentum(*args)

Angular momentum matrices.

Returns the dimensionless angular momentum matrices J/ for the d-dimensional subspace.

The angular momentum matrices fulfill the commutation relation [Jx,Jy]=iJz and all its cyclic permutations.

exp(1iJ[k]θ) is a rotation by θ radians.

Parameters

d (int) – dimension, the corresponding angular momentum quantum number is j = (d-1)/2

Returns

3-tuple of angular momentum matrices (Jx, Jy, Jz)

Return type

tuple