Function create_batch

Source
pub fn create_batch<I>(
    states: I,
    config: BatchConfig,
) -> QuantRS2Result<BatchStateVector>
where I: IntoIterator<Item = Array1<Complex64>>,
Expand description

Helper to create batches from a collection of states