BaseSampler#
- class qiskit.primitives.BaseSampler(*, options=None)[source]#
Bases :
BasePrimitive
,Generic
[T
]Sampler base class
Base class of Sampler that calculates quasi-probabilities of bitstrings from quantum circuits.
- Paramètres:
options – Default options.
Attributes
- circuits#
Quantum circuits to be sampled.
- Renvoie:
The quantum circuits to be sampled.
- options#
Return options values for the estimator.
- Renvoie:
options
- parameters#
Parameters of quantum circuits.
- Renvoie:
List of the parameters in each quantum circuit.
Methods
- run(circuits, parameter_values=None, **run_options)[source]#
Run the job of the sampling of bitstrings.
- Paramètres:
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.
- Renvoie:
The job object of the result of the sampler. The i-th result corresponds to
circuits[i]
evaluated with parameters bound asparameter_values[i]
.- Lève:
ValueError – Invalid arguments are given.
- Type renvoyé:
T
- set_options(**fields)#
Set options values for the estimator.
- Paramètres:
**fields – The fields to update the options