pub fn make_multi_controlled<G: GateOp + 'static>(
positive_controls: Vec<QubitId>,
negative_controls: Vec<QubitId>,
gate: G,
) -> MultiControlledGateExpand description
Helper function to create multi-controlled version with mixed controls