Bengali
Languages
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

Sampler

class Sampler(*, options=None)[source]

Bases: BaseSampler[PrimitiveJob[SamplerResult]]

Sampler class.

Sampler is a reference implementation of BaseSampler.

Run Options
  • shots (None or int) -- The number of shots. If None, it calculates the probabilities. Otherwise, it samples from multinomial distributions.

  • seed (np.random.Generator or int) -- Set a fixed seed or generator for the multinomial distribution. If shots is None, this option is ignored.

প্যারামিটার

options -- Default options.

রেইজেস

QiskitError -- if some classical bits are not used for measurements.

Methods

run

Run the job of the sampling of bitstrings.

set_options

Set options values for the estimator.

Attributes

circuits

Quantum circuits to be sampled.

রিটার্নস

The quantum circuits to be sampled.

options

Return options values for the estimator.

রিটার্নস

options

parameters

Parameters of quantum circuits.

রিটার্নস

List of the parameters in each quantum circuit.