File size: 751 Bytes
67b79df
 
 
 
 
 
 
 
b9d7591
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Mitigation (Zero-Noise Extrapolation)

Standard error-mitigation entry points, named the way the field already names them
(Richardson extrapolation, noise factors, zero-noise extrapolation), plus a density-matrix
extension (physical-cone projection, Uhlmann fidelity) and a `jax.jit`-compatible variant
of every entry point.

::: dense_evolution.mitigation

---

**See also**: [`dense_evolution.healing`](healing.md) for the predictive-healing primitives
(`calculate_delta_preemp`) the healing-adapted extrapolation branch is built on, and
[`NoiseModel`](registry.md) for the Kraus-channel noise used to build the noisy ensembles
these functions correct. Full worked example: [Density-matrix ZNE healing](../examples.md#density-matrix-zne-healing).