Noise Properties

Liquid Quantum Simulator

Noise Properties

The Noise type exposes the following members.

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