Noise Processes
As seen in the list of possible gates, the simulator is capable of modeling different types of noise. If that is your goal, please consider using the available Monte Carlo simulator or the Symbolic Perturbative Expansion system.
The implemented types of noise include:
The low-level functionality to work with noise is applynoise!
, but most of the time you would probably just want to use PauliError
, NoisyGate
, NoiseOp
and NoiseOpAll
.