NoiseStat Class |
Namespace: Microsoft.Research.Liquid
[<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.) |