Skip to content

MatrixRepSU2

TSGut edited this page Jan 15, 2018 · 5 revisions

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

This method admits no options.

Arguments

MatrixRepSU2 has the following (non-optional) arguments:

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

Example

<< BProbe`

(* the following returns a list of Pauli matrices *)
MatrixRepSU2[2]

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

(* you can for example directly in conjunction with ProbeInit *)
ProbeInit[t];
Clone this wiki locally