Function apply_gate_sequence_batch

Source
pub fn apply_gate_sequence_batch(
    batch: &mut BatchStateVector,
    gates: &[(Box<dyn GateOp>, Vec<QubitId>)],
) -> QuantRS2Result<()>
Expand description

Apply multiple gates to a batch using SciRS2 batch operations