pygsti.models.modelnoise.ModelNoise#
- class ModelNoise#
Bases:
objectA base class for objects specifying noise (errors) that should be added to a quantum processor model.
ModelNoiseobjects serve as a lightweight and flexible way to specify the noise that should be included in a model prior to its creation. Typically these objects, which can contain complex prescriptions for model noise, are constructed and then passed as input to a model construction routine.Methods
__init__()