qilisdk.noise.noise_abc

Classes

NoiseABC

Base class for all noise and perturbation types.

Module Contents

class NoiseABC[font]

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

Base class for all noise and perturbation types.

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

Return the attachment scopes supported by this noise type.

Retorna:

The set of scopes where this noise can be attached.