pygsti.tools.mpitools.closest_divisor# closest_divisor(a, b)# Returns the divisor of a that is closest to b. Parameters: a (int) b (int) Return type: int