pygsti.models.modelnoise.OpNoise

Contents

pygsti.models.modelnoise.OpNoise#

class OpNoise#

Bases: object

Specification for a single noise operation.

An OpNoise object specifies a single noisy operation that acts on some state space (e.g. number of qubits). This specification doesn’t contain any information about embedding this noise operation somewhere within a larger space – it just specifies a noise operation on a local space. This removes significant complexity from OpNoise objects, and provides upstream objects like OpModelNoise a common interface for working with all types of noisy operations.

Methods

__init__()