| NoiseModel Class |
Namespace: Microsoft.Research.Liquid
[<SealedAttribute>] [<SerializableAttribute>] type NoiseModel = class end
The NoiseModel type exposes the following members.
| Name | Description | |
|---|---|---|
| ecEvents | Accumulated noise statistics for error-correcting gates. | |
| func | The noise function to execute. | |
| gate | The name of the gate that this noise model applies to.
The name may end with an asterisk, '*', to indicate a wildcard match. | |
| gateEvents | Accumulated noise statistics for normal gates. | |
| maxQs | The maximum number of qubits to apply noise to. | |
| time | The expected duration of the gate. By convention, an idle gate takes 1.0 units. |
| Name | Description | |
|---|---|---|
| Default | Creates a default noise model that will apply to all gates. | |
| 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 that represents the current object. (Inherited from Object.) |