Primitives (qiskit_aer.primitives)#

This module is Aer implementation of primitives. See the docs https://docs.quantum.ibm.com/api/qiskit/primitives for general descriptions.

Classes#

Sampler(*[, backend_options, ...])

Aer implementation of Sampler class.

Estimator(*[, backend_options, ...])

Aer implmentation of Estimator.

SamplerV2(*[, default_shots, seed, options])

Aer implementation of SamplerV2 class.

EstimatorV2(*[, options])

Evaluates expectation values for provided quantum circuit and observable combinations.