Copy results to python data structure inmeasure_sampler
is not parallelized
#2021
Labels
bug
Something isn't working
measure_sampler
is not parallelized
#2021
Informations
What is the current behavior?
measure_sampler
has big sequential part though sampling is parallelized.qiskit-aer/src/simulators/circuit_executor.hpp
Lines 1090 to 1113 in 180a0b6
Steps to reproduce the problem
Most of execution time of
shots==10000000
is serial execution.What is the expected behavior?
Most of sampling should be parallelized.
Suggested solutions
Parallelize the above codes.
The text was updated successfully, but these errors were encountered: