Click or drag to resize
Noise Properties

The Noise type exposes the following members.

Properties
  NameDescription
Public propertyDampProb
The probability of amplitude-damping noise on a qubit. This allows different qubits to have different amplitude damping probabilities.
Public propertyDampProbs
(Set only) The amplitude damping probability for all qubits. Use DampProb to get or set the amplitude damping probaility for a single qubit.
Public propertyECgates
The list of wrap gates that are part of error-correcting circuits, by name. A name may end with "*" to indicate a wildcard.
Public propertyIdle
(Set only) The idle gate. By default, I (the identity) is the idle gate.
Public propertyLogGates
Whether or not to log gate execution to noise statistics during Run(). Gate execution log entires will be marked with detail="!".
Public propertyModels
The noise models from last run. This provides access to the detailed statistics.
Public propertyNoNoise
The list of noiseless gates, by name. A name may end with "*" to indicate a wildcard.
Public propertyStats
The error statistics from the last run. Statistics are kept in reverse time order.
Public propertyTraceNoise
Whether or not to trace noise to the log as it's inserted.
Public propertyTraceWrap
Whether or not to trace wrap gates to the log as they're executed.
Top
See Also