Skip to content

ProbeGetGroundstate

TSGut edited this page Jan 17, 2018 · 2 revisions

ProbeGetGroundstate returns the ground state of the (Laplace-/Dirac-) probe in question. Hence this vector can be viewed as quasi coherent state localized at the given point.

This method admits no options.

Arguments

ProbeGetGroundstateEnergy has the following (non-optional) arguments:

Argument Description
point A point in the target space , which must be represented as a List of d numbers.

Examples

<< BProbeM`

t = PauliMatrix[{1,2,3}];
ProbeInit[t];

(* retrieve the quasi-coherent state corresponding to the *)
(* point (1,0,0) *)
gstate = ProbeGetGroundstate[ {1,0,0} ];
Clone this wiki locally