Click or drag to resize
NoiseStat Class
Statistics tracked for each time that noise is applied.
Inheritance Hierarchy
SystemObject
  Microsoft.Research.LiquidNoiseStat

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
[<SealedAttribute>]
[<SerializableAttribute>]
type NoiseStat =  class end

The NoiseStat type exposes the following members.

Properties
  NameDescription
Public propertydetail
User-defined noise details from the noise function output.
Public propertydur
The duration of the noise applicationm.
Public propertyecGate
Whether or not thie was flagged as an error correcting gate.
Public propertymodel
The noise model that was applied.
Public propertyqs
The qubits that noise was applied to.
Public propertytime
When noise was applied during the simulated execution.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string representation of this noise statistic.
(Overrides ObjectToString.)
Top
See Also