qilisdk.noise.noise_abc
Classes
Base class for all noise and perturbation types. |
Module Contents
- class NoiseABC[font]
Bases:
abc.ABC,qilisdk.noise.protocols.HasAllowedScopesBase 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.