pub fn specialize_gate(gate: &dyn GateOp) -> Option<Box<dyn SpecializedGate>>Expand description
Convert a general gate to its specialized implementation if available
pub fn specialize_gate(gate: &dyn GateOp) -> Option<Box<dyn SpecializedGate>>Convert a general gate to its specialized implementation if available