pub fn measure_batch_with_statistics(
batch: &BatchStateVector,
qubits_to_measure: &[QubitId],
shots: usize,
) -> QuantRS2Result<BatchMeasurementStatistics>
Expand description
Perform batch measurements with statistics
pub fn measure_batch_with_statistics(
batch: &BatchStateVector,
qubits_to_measure: &[QubitId],
shots: usize,
) -> QuantRS2Result<BatchMeasurementStatistics>
Perform batch measurements with statistics