pub fn compute_expectation_values_batch(
batch: &BatchStateVector,
observable_matrix: &Array2<Complex64>,
) -> QuantRS2Result<Vec<f64>>
Expand description
Parallel expectation value computation
pub fn compute_expectation_values_batch(
batch: &BatchStateVector,
observable_matrix: &Array2<Complex64>,
) -> QuantRS2Result<Vec<f64>>
Parallel expectation value computation