pygsti.models.modelnoise.ModelNoise

Contents

pygsti.models.modelnoise.ModelNoise#

class ModelNoise#

Bases: object

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

ModelNoise objects 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__()