The Language-Integrated Quantum Operations (LIQUi|>) Simulator
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.*)

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: CSMatA sparse matrix representation of the Hamiltonian
