Note
This is the documentation for the current state of the development branch of Qiskit Experiments. The documentation or APIs here can change prior to being released.
MockIQParallelExperimentHelper.compute_probabilities¶
- MockIQParallelExperimentHelper.compute_probabilities(circuits)[source]¶
Run the compute_probabilities for each helper.
- Parameters:
circuits (
List
[QuantumCircuit
]) – The quantum circuits for which the probabilities should be computed.- Returns:
- A list of dictionaries containing computed probabilities and data for the given
circuits.
- Return type:
List