-
Notifications
You must be signed in to change notification settings - Fork 2
ProbeGetExpectedLocation
ProbeGetExpectedLocation
returns the expectation values (as a List
) of the quantized embedding functions with respect to a state provided as argument. Alternatively, if a point in target space is given as argument, ProbeGetExpectedLocation
returns the expectation values (as a List
) of the quantized embedding functions with respect to the groundstate of the corresponding (Laplace/Dirac) operator.
This method admits no options.
ProbeGetExpectedLocation
has the following (non-optional) arguments:
Argument | Description |
---|---|
state |
An element of the Hilbert space the Laplace/Dirac operator is acting on, which must be represented as a List of numbers. |
Or alternatively:
Argument | Description |
---|---|
point |
A point in the target space List of d numbers. |
<< BProbeM`
t = PauliMatrix[{1,2,3}];
ProbeInit[t];
(* retrieve the expectation values of the quantized embedding functions *)
(* with respect to the quasi-coherent state corresponding to the point (1,0,0) *)
location1 = ProbeGetExpectedLocation[ ProbeGetGroundstate[{1,0,0}] ];
(* equivalently one can directly pass the point (1,0,0) *)
location2 = ProbeGetExpectedLocation[ {1,0,0} ];
(* the result is the same *)
Print[location1 == location2]; (* returns True *)
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)