qilisdk.noise.noise_abc

Classes

NoiseABC

Base class for all noise and perturbation types.

Module Contents

class NoiseABC[fuente]

Bases: abc.ABC, qilisdk.noise.protocols.HasAllowedScopes

Base class for all noise and perturbation types.

classmethod allowed_scopes() frozenset[qilisdk.noise.protocols.AttachmentScope][fuente]

Return the attachment scopes supported by this noise type.

Devuelve:

The set of scopes where this noise can be attached.