-
Notifications
You must be signed in to change notification settings - Fork 2
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.
MatrixRepSU2
has one non-optional argument:
Argument | Description |
---|---|
dim |
The dimension of the representation space the matrices are acting on. |
<< 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];
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)