The Language-Integrated Quantum Operations (LIQUi|>) Simulator
NoiseStat Class |
Statistics tracked for each time that noise is applied.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
[<SealedAttribute>] [<SerializableAttribute>] type NoiseStat = class end
The NoiseStat type exposes the following members.

Name | Description | |
---|---|---|
![]() | detail | User-defined noise details from the noise function output. |
![]() | dur | The duration of the noise applicationm. |
![]() | ecGate | Whether or not thie was flagged as an error correcting gate. |
![]() | model | The noise model that was applied. |
![]() | qs | The qubits that noise was applied to. |
![]() | time | When noise was applied during the simulated execution. |

Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns a string representation of this noise statistic.
(Overrides ObjectToString.) |
