pygsti.models.modelnoise

pygsti.models.modelnoise#

Objects for specifying the noise to be added to models when they are created.

Classes

ComposedOpModelNoise(opmodelnoises)

Op-model noise that is specified simply as the composition of other op-model noise specifications.

DepolarizationNoise(depolarization_rate[, ...])

Depolarization noise.

LindbladNoise(error_coeffs[, parameterization])

Noise generated by exponentiating a Lindbladian error generator.

ModelNoise()

A base class for objects specifying noise (errors) that should be added to a quantum processor model.

OpModelNoise()

Noise on a model containing individual gate/SPAM operations, e.g. an OpModel object.

OpModelPerOpNoise(per_op_noise)

Model noise that is stored on a per-operation basis.

OpNoise()

Specification for a single noise operation.

StochasticNoise(error_probs[, parameterization])

Pauli stochastic noise.