Function batch_state_matrix_multiply

Source
pub fn batch_state_matrix_multiply(
    batch: &BatchStateVector,
    matrices: &Array3<Complex64>,
) -> QuantRS2Result<BatchStateVector>
Expand description

Batch matrix multiplication Note: SciRS2 batch_matmul doesn’t support Complex numbers, so we implement our own