Click or drag to resize
SpinPeek Method
Peeks at the current Hamiltonian matrix. This is based on the most recently grown circuit.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member Peek : 
        anneal : FSharpOption<float[]> -> CSMat 

Parameters

anneal
Type: Microsoft.FSharp.CoreFSharpOptionDouble
An optional array of annealing values to use. The default is to use the most recent annealing values.

Return Value

Type: CSMat
A sparse matrix representation of the Hamiltonian
See Also