Skip to content

MatrixRepSU2

TSGut edited this page Jan 17, 2018 · 5 revisions

MatrixRepSU2 returns a specific matrix representation of the group SU(2) with dimension as given via non-optional argument. The method returns a List of three matrices.

This method admits no options.

Arguments

MatrixRepSU2 has one non-optional argument:

Argument Description
dim The dimension of the representation space the matrices are acting on.

Example

<< BProbeM`

MatrixRepSU2[2]
(* Returns list of Pauli matrices *)

t = MatrixRepSU2[4];
(* Creates a list of 4x4 matrices *)

(* This can then be used for initialization with ProbeInit *)
ProbeInit[t];
Clone this wiki locally