HamiltoniandecohereModel Property |
The decoherence model for this Hamiltonian.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax member decohereModel : FSharpList<Tuple<FSharpFunc<Qubit, Unit>, float>> with get, set
Property Value
Type:
FSharpListTupleFSharpFuncQubit,
Unit,
DoubleRemarks
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