Click or drag to resize
HamiltoniandecohereModel Property
The decoherence model for this Hamiltonian.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member decohereModel : FSharpList<Tuple<FSharpFunc<Qubit, Unit>, float>> with get, set

Property Value

Type: FSharpListTupleFSharpFuncQubit, Unit, Double
Remarks
A decoherence model is a list of gates and a decoherence probability for each gate. Gates that do not appear have a zero decoherence probability. Note that gates appearing in this list must be fully resolved; they may have no parameters other then the list of qubits.
See Also