Skip to content

ProbeGetGroundstateEnergy

TSGut edited this page Jan 17, 2018 · 2 revisions

ProbeGetGroundstateEnergy returns the ground state energy of the (Laplace-/Dirac-) probe in question for a given point p in (as argument).

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.

Example

<< BProbeM`

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

(* prints out smallest eigenvalue of the (Laplace-/Dirac-) operator *)
(* in question at the point {1,0,0} *)
Print[ ProbeGetGroundstateEnergy[{1,0,0}] ];