-
Notifications
You must be signed in to change notification settings - Fork 2
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.
MatrixRepSU2
has the following (non-optional) arguments:
Argument | Description |
---|---|
dim |
The dimension of the representation space the matrices are acting on. |
<< 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];
ProbeScan
(opts, ex)
ProbeReset
(opts, ex)
ProbeGetPoints
(ex)
ProbeGetTangetspaces
(ex)
ProbeDirectionalScan
(args, opts, ex)
ProbeGetDirectionalData
(ex)
ProbeShowDirectionalPlot
(ex)
ProbeGetOperator
(ex)
ProbeGetGroundstateEnergy
(args, ex)
ProbeGetEnergies
(args, ex)
ProbeGetGroundstate
(args, ex)
ProbeGetGroundstates
(args, ex)
ProbeGetExpectedLocation
(args, ex)
MatrixRepSU2
(args, ex)
MatrixRepSU3
(args, ex)