PecOptions
class PecOptions(*args, **kwargs)
Probabalistic error cancellation mitigation options.
Parameters
-
max_overhead – The maximum circuit sampling overhead allowed, or
None
for no maximum. -
noise_gain –
The amount by which to scale the noise, where:
- A value of one corresponds to attempting to remove all of the noise.
- A value greater than one corresponds to injecting noise.
- A value between 0 and 1 corresponds to partially removing the noise.
If “auto”, the value will be chosen automatically based on the input PUBs. Default: “auto”.
Attributes
max_overhead
Type: UnsetType | float | None
Default value: Unset
noise_gain
Type: UnsetType | float | Literal['auto']
Default value: Unset
Methods
Was this page helpful?
Report a bug or request content on GitHub.