NoiseModel Properties

Liquid Quantum Simulator

NoiseModel Properties

The NoiseModel type exposes the following members.

Properties
  Name Description
Public property ecEvents
Accumulated noise statistics for error-correcting gates.
Public property func
The noise function to execute.
Public property gate
The name of the gate that this noise model applies to. The name may end with an asterisk, '*', to indicate a wildcard match.
Public property gateEvents
Accumulated noise statistics for normal gates.
Public property maxQs
The maximum number of qubits to apply noise to.
Public property time
The expected duration of the gate. By convention, an idle gate takes 1.0 units.
Top
See Also