pub fn optimize_gate_sequence(
gates: &[Box<dyn GateOp>],
) -> QuantRS2Result<GateSequence>
Expand description
Try to optimize a sequence of gates
pub fn optimize_gate_sequence(
gates: &[Box<dyn GateOp>],
) -> QuantRS2Result<GateSequence>
Try to optimize a sequence of gates