qiskit.primitives.BaseSampler.run¶
- BaseSampler.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