Noise Class |
Namespace: Microsoft.Research.Liquid
[<SerializableAttribute>] type Noise = class end
The Noise type exposes the following members.
Name | Description | |
---|---|---|
![]() | DampProb |
The probability of amplitude-damping noise on a qubit.
This allows different qubits to have different amplitude damping probabilities.
|
![]() | DampProbs |
(Set only)
The amplitude damping probability for all qubits.
Use DampProb
to get or set the amplitude damping probaility for a single qubit.
|
![]() | ECgates |
The list of wrap gates that are part of error-correcting circuits, by name.
A name may end with "*" to indicate a wildcard.
|
![]() | Idle |
(Set only)
The idle gate.
By default, I (the identity) is the idle gate.
|
![]() | LogGates |
Whether or not to log gate execution to noise statistics during Run().
Gate execution log entires will be marked with detail="!".
|
![]() | Models |
The noise models from last run.
This provides access to the detailed statistics.
|
![]() | NoNoise |
The list of noiseless gates, by name.
A name may end with "*" to indicate a wildcard.
|
![]() | Stats |
The error statistics from the last run.
Statistics are kept in reverse time order.
|
![]() | TraceNoise |
Whether or not to trace noise to the log as it's inserted.
|
![]() | TraceWrap |
Whether or not to trace wrap gates to the log as they're executed.
|
Name | Description | |
---|---|---|
![]() ![]() | DefaultNoise |
Creates a default noise model.
The new noise model has depolarizing noise on all qubits,
and all gates have unit expected duration.
|
![]() | Dump |
Dumps noise statistics from the last run.
|
![]() | 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.) |
![]() | Run |
Runs a circuit with this noise model.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |