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
pub fn apply_gate_sequence_batch(
batch: &mut BatchStateVector,
gates: &[(Box<dyn GateOp>, Vec<QubitId>)],
) -> QuantRS2Result<()>
Apply multiple gates to a batch using SciRS2 batch operations