BaseSampler#
- class qiskit.primitives.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.
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.
Methods
- run(circuits, parameter_values=None, **run_options)[ソース]#
Run the job of the sampling of bitstrings.
- パラメータ:
circuits (QuantumCircuit | Sequence[QuantumCircuit]) – One of more circuit objects.
parameter_values (Sequence[float] | Sequence[Sequence[float]] | None) – Parameters to be bound to the circuit.
run_options – Backend runtime options used for circuit execution.
- 戻り値:
The job object of the result of the sampler. The i-th result corresponds to
circuits[i]
evaluated with parameters bound asparameter_values[i]
.- 例外:
ValueError – Invalid arguments are given.
- 戻り値の型:
T
- set_options(**fields)#
Set options values for the estimator.
- パラメータ:
**fields – The fields to update the options