pub fn zhang_rotation_optimization(
rotations: Vec<(String, Parameter)>,
nqubits: usize,
) -> (Vec<(String, Parameter)>, Tableau)
Expand description
Implementation of the Zhang et al algorithm for T-count optimization adapted to work with any angles (even parametrized rotations)