From bb16b46a9a4ce7b79b593cebadcc3ac9e828dc4a Mon Sep 17 00:00:00 2001 From: Purva Thakre <66048318+purva-thakre@users.noreply.github.com> Date: Fri, 10 May 2024 08:15:14 -0500 Subject: [PATCH] Update glossary (#2355) * add pt, shadows, qse * Update docs/source/guide/glossary.md * Update docs/source/guide/glossary.md * Add abbreiviations * Update docs/source/guide/glossary.md --- docs/source/guide/glossary.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/source/guide/glossary.md b/docs/source/guide/glossary.md index 77245e3442..4410fe2722 100644 --- a/docs/source/guide/glossary.md +++ b/docs/source/guide/glossary.md @@ -39,8 +39,15 @@ the naive (i.e. unmitigated) method of running the same noisy input circuit $N$ sample mean of the measurement outcomes. Also called sampling cost, it is usually reported as a multiplicative factor $C$, defined as the ratio of the QEM estimator's variance to the sample-mean estimator's variance, and meaning that the method needs $C \cdot N$ circuit shots to obtain the same precision as the sample-mean estimator would with only $N$ shots. +[Pauli Twirling (PT)](pt.md) +: A technique utilizing Pauli gates is used to tailor the noise in an input circuit to be more manageable. Coherent errors contribute heavily to the quadratically worst-case gate infidelities scenario compared to incoherent errors. This could indirectly affect the performance of a large noisy quantum circuit if the circuit noise is not tailored to be a Pauli noise channel i.e. incoherent. + + ## QEM Methods +[Classical Shadows](shadows.md) +: A quantum state is classically approximated through a small number of noisy measurements such that the error-mitigated expectation value is predicted through the classical representation. + [Clifford Data Regression (CDR)](cdr.md) : An error mitigation model is trained with quantum circuits that resemble the circuit of interest, but which are easier to classically simulate. @@ -52,6 +59,9 @@ between the qubits and the environment, mitigating the effects of noise. [Probabilistic Error Cancellation (PEC)](pec.md) : Ideal operations are represented as quasi-probability distributions over noisy implementable operations, and unbiased estimates of expectation values are obtained by averaging over circuits sampled according to this representation. +[Quantum Subspace Expansion (QSE)](qse.md) +: The error-mitigated expectation value of some observable is estimated by searching the subspace of an output quantum state for a variation of the state with the lowest error rate. This is realized without utilizing intricate syndrome measurements often required by quantum error-correcting schemes. + [Readout Error Mitigation (REM)](rem.md) : Inverted transition/confusion matrices are applied to noisy measurement results to mitigate errors in the estimation of expectation values.