Noise Properties |
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.
|