pygsti.models.modelnoise.OpNoise#
- class OpNoise#
Bases:
objectSpecification for a single noise operation.
An
OpNoiseobject 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 fromOpNoiseobjects, and provides upstream objects likeOpModelNoisea common interface for working with all types of noisy operations.Methods
__init__()