-
Notifications
You must be signed in to change notification settings - Fork 2
ProbeGetGroundStates
TSGut edited this page Jan 17, 2018
·
3 revisions
ProbeGetGroundstates
returns a List
of ground states corresponding to all points given by ProbeGetPoints
. Hence the same output is generated by:
ProbeGetGroundstate[#]& /@ ProbeGetPoints[]
However, ProbeGetGroundstates
is almost always faster since it uses parallelized computing techniques and a simple caching mechanism.
This method admits no arguments nor options.
<< BProbeM`
t = PauliMatrix[{1,2,3}];
ProbeInit[t];
(* calculate some points *)
ProbeScan[StepSize->0.5];
(* retrieve all quasi-coherent state corresponding to *)
(* calculated points *)
gstates = ProbeGetGroundstates[];
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)