Japanese
言語
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

BaseSampler

class BaseSampler(*, options=None)[ソース]

ベースクラス: BasePrimitive, Generic[T]

Sampler base class

Base class of Sampler that calculates quasi-probabilities of bitstrings from quantum circuits.

パラメータ

options – Default options.

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.